Displaying 20 results from an estimated 100 matches similar to: "Help with t.test"
2009 Mar 02
3
Help with Wilcoxon Test
Hi
I have 2 sets of data that I want to do a Wilcoxon test on. They are of the same dimension. One has 4 zero values and the other has 5.
> dim(SampA)
[1] 1 10
> dim(SampV)
[1] 1 10
I get the folowing error
Error in wilcox.test.default(SampA, SampV, na.rm = TRUE, paired = FALSE, :
'x' must be numeric
I am using the function
wilcox.test(SampA, SampV, na.rm=TRUE,
2019 Nov 07
3
NT_STATUS_ACCESS_DENIED (0xc0000022, authoritative=0)
Good afternoon friends
I have a problem with SAMPA
My environment has several branches. And each branch office has an AD Win 2012 Server
And I have in each branch a Centos Server 7.7 with sampa 4.9.1 that only communicates with the matrix server AD. Samba does not communicate with the local AD Server.
Follow my SAMPA setup
# See smb.conf.example for a more detailed config file or
# read the
2004 Jan 25
1
My story installing Samba-LDAP PDC (it has a happy ending )
i am also struggling with having a windows machine (xp) connect to a
sampa-ldap pdc. as far as the guide detailing vegeta's work, i'm somewhere
around step 5 where you groupmap the windows groups to the linux groups.
but unfortunately when i run the command: net groupmap add ntgroup="Domain
Admins" unixgroup=domadmin it fails.
the error returned is : adding entry Domain Admins
2019 Nov 08
0
NT_STATUS_ACCESS_DENIED (0xc0000022, authoritative=0)
No
the solution is to use sssd ???
________________________________
De: Themis Hoffmeister Villegas <themis.villegas at outlook.com>
Enviado: quinta-feira, 7 de novembro de 2019 16:25
Para: samba at lists.samba.org <samba at lists.samba.org>
Assunto: NT_STATUS_ACCESS_DENIED (0xc0000022, authoritative=0)
Good afternoon friends
I have a problem with SAMPA
My environment has several
2019 Jul 15
0
How to enable OPUS inband FEC
Hi all,
I try to enable FEC in the encoder using the macro OPUS_SET_INBAND_FEC and I set the packet loss percentage to a constant value of 30%, using the macro OPUS_SET_PACKET_LOSS_PERC.
Please find my encoder settings below:
opus: encoder fmtp (maxplaybackrate=8000;maxaveragebitrate=24000;sprop-stereo=1;cbr=1;useinbandfec=1;usedtx=1)
opus: encode bw=narrow bitrate=24000 fch=auto vbr=0 fec=1
2009 Jan 07
5
recommendation for German sound files
Hi!
http://www.voip-info.org/tiki-index.php?page=Asterisk+sound+files+international#German
lists a plenty of sound files for German.
Can someone recommend one for Asterisk 1.4 (any maybe 1.6 soon).
thanks
klaus
2001 Dec 26
0
Sampa-2.2.2 Compile error on HP-UX 11
I am trying to compile samba-2.2.2 on HP-UX 11 server. I have installed
GCC 3.0.1 and 2.11.2 binutils. Also, I have downloaded the most recent
updates for samba-2.2.2 using cvs.
./configure --with-pam -with-winbind works fine,
but I get the following error when I try make:
.
.
.
Compiling lib/snprintf.c
lib/snprintf.c:770: conflicting types for `snprintf'
2009 Feb 13
0
help with reshaping (no file attached)
MCI
A1
A2
A13
A14
A23
A24
A33
A34
Grouped together
56766
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
6459
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
31233
2009 Jan 29
1
t-test
When doing the t-test in the below manner will r compare each element of the array with the relevant one. I.e. if i was comparing x and y would (1 and 0) and (1 and 9) be treated as separate variables. Or does it just assume one variable.
# test data
x <- c(1,1.1,1.15,1.2,1.21,1.23)
y <- c(0.9,1,1.16,1.18,1.19,1.2)
z <- c(1.4,1.42,1.43,1.44,1.45,1.46)
### Student's t-test
#
2010 Dec 22
0
help with knn.impute
Hi
I have a dataset from biological data with forty samples whichh relate to four
different treatments. Each sample has thousands of values but as usuual contains
missing values
I want to use knn to imput these missing values. I am doing tthis using
knn.impute. Do I need to specify the various groups or can I just use the
knn.impute command on the whole dataset together.
Also I am setting
2010 Aug 13
2
Fw: Error in rowSums REPOST
For the query below I have also included the follwing information. Thanks for
your replies
> str(FeaturePresenceMatrix)
chr [1:65530, 1:40] "0" "0" "0" "0" "1" "0" "0" "0" "0" ...
- attr(*, "dimnames")=List of 2
..$ : chr [1:65530] "4" "5" "6" "7" ...
2009 May 15
1
Fw: Help with loops(corrected question)
--- On Fri, 15/5/09, Amit Patel <amitrhelp at yahoo.co.uk> wrote:
> From: Amit Patel <amitrhelp at yahoo.co.uk>
> Subject: Help with loops
> To: r-help at r-project.org
> Date: Friday, 15 May, 2009, 12:17 PM
> Hi
> I am trying to create a loop which averages replicates in
> my data.
> The original data has many rows. and consists of 40 column
> zz[,2:41]
2008 Sep 16
4
HI
Does anyone know an easy way to convert all the zero values in a imported csv table into NA's
[[alternative HTML version deleted]]
2009 Jan 29
2
ANOVA in R
Hi
I Have a very large dataset that I would like to conduct ANOVA tests on. Im not a very strong programmer so any help would be appreciated.
the format is
Identifier A1 A2 B1 B2 C1 C2 Norm1 Norm2
1234 1 1 NA NA 4 3 NA NA
4567 2 2 4
2009 Jan 29
2
Stacking data
Hi
I have data in the format below
Age V1 V2 V3 V4
23646 45190 50333 55166 56271
26174 35535 38227 37911 41184
27723 25691 25712 26144 26398
and would like to sort it as follows
Age values ind
23646 45190 V1
26174 35535 V1
27723 25691 V2
2009 Apr 14
1
Help with ANOVA p-values
Hi
I have done ANOVA on a dataset (See Below) but am having problems retreiving the p-value. I am assuming that Pr(>F) is the p-value but cannot get this value or in fact any other value (e.g. DF) from the summary.Any suggestions??
I have tried
sum<-summary(zzz.aov)
> sum$Pr(>F)
Error: unexpected '>' in "sum$Pr(>"
> sum$"Pr(>F)"
NULL
>
2009 Apr 16
2
Help- extracting values
I have csv files imported in r each with 2 columns and many many rows. I have sorted the data in them but want to extract some values.
The first column is an ID
The second is a p-value ( now sorted in increasing order with NA's last)
I want to extract the rows with a p-value of less than 0.05)
What commands would help
the table is called AnovaSort with column headings MCI & p-value
Many
2009 May 15
2
Help with loops
Hi
I am trying to create a loop which averages replicates in my data.
The original data has many rows. and consists of 40 column zz[,2:41] plus row headings in zz[,1]
I am trying to average each set of values (i.e. zz[1,2:3] averaged and placed in average_value[1,2] and so on.
below is my script but it seems to be stuck in an endless loop
Any suggestions??
for (i in 1:length(average_value[,1])) {
2009 Jun 08
2
help to speed up loops in r
Hi
i am using a script which involves the following loop. It attempts to reduce a data frame(zz) of 95000 * 41 down to a data frame (averagedreplicates) of 95000 * 21 by averaging the replicate values as you can see in the script below. This script however is very slow (2days). Any suggestions to speed it up.
NB I have also tried using rowMeans rather than adding the 2 values and dividing by 2.
2009 Jun 09
4
Help with if statements
Hi
I am trying to create a column in a data frame which gives a sigificane score from 0-7. It should read values from 7 different colums and add 1 to the counter if the value is <=0.05. I get an error message saying
Error in if (ALLRESULTS[i, 16] <= 0.05) significance_count = significance_count + :
missing value where TRUE/FALSE needed
The script is included below
it works if i