similar to: sequential t-test - replies

Displaying 20 results from an estimated 500 matches similar to: "sequential t-test - replies"

2013 Mar 10
0
max row
HI, Using c11<- 0.01 c12<- 0.01 c1<- 0.10 c2<- 0.10 One possible problem is that: dim(res5) #[1] 513? 20 res6<-aggregate(.~m1+n1+m+n,data=res5[,c(1:6,9:12,21:24)] ,max) #Error in `[.data.frame`(res5, , c(1:6, 9:12, 21:24)) : ?# undefined columns selected A.K. ________________________________ From: Joanna Zhang <zjoanna2013 at gmail.com> To: arun <smartpink111 at
2004 Mar 17
0
NLS question:Quadratic plus plateau fit
Dear R colleagues: Am trying to fit a simple NL model to determine Economical Optimum Nitrogen Rates. The segmented (quadratic + plateau) model only works with some y's, in some cases I get a "singular gradient" error. I'll appreciate any ideas in how to solve the singular gradient error. Thanks, Jose # The following code works using yield2 in the nls model but not using
2009 Dec 22
2
use of lm() and poly()
Hi all, I want to fit data called "metal" with a polynominal function as dP ~ a.0 + a.1 * U0 + a.2 * U0^2 + a.3 * U0^3 + a.4 * U0^4 The data set includes, the independant variable U0 and the dependant variable dP. I've seen that the combination of lm() and poly() can do that instead of using the nls() function. But I don't get how to interpret the results from the linear
2005 Jul 09
1
aregImpute: beginner's question
Hello R-help, Thanks for everyone's very helpful suggestions so far. I am now trying to use aregImpute for my missing data imputation. Here are the code and error messages. Any suggestions would be very much appreciated. Sincerely, Anders Corr ######################################## #Question for R-Help on aregImpute ######################################## #DOWNLOAD DATA (61Kb)
2011 Sep 01
2
CentOS 6.0 and 3ware 9650SE series RAID Performance
Hello, Does anyone have experience using a 3ware 9650SE series raid controller on CentOS 6.0? I am getting very sporadic throughput with moderately sized files (0.5-2GB) on ext3. I have tried most of the mount time tuning options: * noatime * trying different journal types * setting commit=120 - helped a little Even after these optimizations it doesn't seem like the raid array is working
2006 Feb 20
1
need help on nlme()
Hello there, I am using nlme() to fit a logistic mixed effect model on our data. The outcome variable is binary. I got the error when I wanted to add a group factor to my model. My initial model is as below: model.a <- nlme(response~ 1/(1 + exp( -intercept- u0 - slope*TIME - u1*TIME)), + fixed=intercept+slope~1, random= u0+u1~1 |studentID,
2020 Apr 22
0
slow performance on company production server I need help
Correct, 3ware 9670SE SATA-II Raid PCIe [root at daisy dev]# lspci 00:00.0 Memory controller: NVIDIA Corporation CK804 Memory Controller (rev a3) 00:01.0 ISA bridge: NVIDIA Corporation CK804 ISA Bridge (rev a3) 00:01.1 SMBus: NVIDIA Corporation CK804 SMBus (rev a2) 00:02.0 USB controller: NVIDIA Corporation CK804 USB Controller (rev a2) 00:02.1 USB controller: NVIDIA Corporation CK804 USB
2008 Jan 12
1
Duplicate filename with Samba 3.0.28
Hello, I'm having an odd problem that I can't find a resolution to. I have a Freebsd 6.2 server with recently upgrade samba software (from 3.0.26a) and an WinXP client. There's a single file: 1015280 -rw-r--r-- 1 userid staff 991M Jan 7 09:13 fbsdusb.img shared from \\server\tmp, that appears twice when browsed from WinXP. If I rename it (i.e. fbsdUSB.img or fbsdusb.iso) or
2015 Aug 13
2
sieve-filter failure problems
I use sieve-filter for postprocessing misclassified mail. For false positives I use the following script: require [ "variables", "include", "fileinto" ]; global [ "FORCENOSPAM", "ext", "ext1" ]; set "FORCENOSPAM" "YES"; fileinto "JUNK-PRENOUCE"; if header :matches "Delivered-To"
2003 Jan 31
0
find max of implicit function OR inversion of 2D mappings.
Dear R-Users, I am looking for a help to deal with the following computational problem: I have a mapping f(x, y) -> (u, v) of [0,1]*[0,1] -> R^2. The mapping is given by tabulating f(x,y) on a uniform 2D grid and is assumed to be "interpolatable" in between the grid points (the number of points on each dimension is rather small, say 5). My ultimate goal is to numerically maximize
2005 Dec 07
1
Ext3 journal abort FC4+Updates
Dear All Problem with ext3 fs on 3ware 9500S controller: Dec 7 05:59:50 stams kernel: EXT3-fs error (device sda1): ext3_add_entry: bad entry in directory #145998372: rec_len is smaller than minim al - offset=0, inode=0, rec_len=0, name_len=0 Dec 7 05:59:50 stams kernel: Aborting journal on device sda1. Dec 7 05:59:50 stams kernel: ext3_abort called. Dec 7 05:59:50 stams kernel: EXT3-fs
2015 Aug 16
0
sieve-filter failure problems
Op 8/13/2015 om 4:33 PM schreef Jost Krieger: > I use sieve-filter for postprocessing misclassified mail. > For false positives I use the following script: > > require [ "variables", "include", "fileinto" ]; > > global [ "FORCENOSPAM", "ext", "ext1" ]; > > set "FORCENOSPAM" "YES"; > >
2002 Mar 08
0
Barnard's sequential t-test code ?
Does anyone have, or know of, some S or R code to implement the sequential t-test ? The test is outlined in Kendall & Stuart vol 2A, ch 24, and a 'how to do it' with a set of tables is given in 'Design & Analysis of Industrial Experiments' ( O.L.Davies). I'm interested in obtaining/creating an Splus or R application which calculates the upper and lower curves
2005 Nov 08
0
Re: OggYUV
> But chroma subsampling? no. And this is where much of the complexity > comes. > > If we were to combine them, we would be, essentially, doing it something > like > this: > Value Meaning > 0 RGB > 1 YUV444 > 2 YUV422 > 3 YUV420 > 4 YUV411 > ..... Yes. > And then spend an additional field on bits/channel, whereas both chroma
2005 Nov 08
0
Re: [ogg-dev] OggYUV
> But chroma subsampling? no. And this is where much of the complexity > comes. > > If we were to combine them, we would be, essentially, doing it something > like > this: > Value Meaning > 0 RGB > 1 YUV444 > 2 YUV422 > 3 YUV420 > 4 YUV411 > ..... Yes. > And then spend an additional field on bits/channel, whereas both chroma
2011 Aug 01
0
prep for 2.8: scopes and variables: nodes are not classes
prep for 2.8: scopes and variables: nodes are not classes I have been preparing for 2.8 by experimenting with 2.7.X and seeing what it takes to get rid of the warnings. I would like to share my results in a number of upcoming posts. Begin with the simple question of hard-wiring scopes. the ''shocking'' revelation is that variables defined in nodes are no longer visible
2009 Jan 29
1
Problem compiling 3.3.0?
On RH 5.2, and I've previously compiled and installed 3.0.28a on this box. configure ran clean, but make fails with:- Compiling smbd/server.c Linking bin/smbd smbd/server.o: In function `housekeeping_fn': server.c:(.text+0x21e): undefined reference to `attempt_machine_password_change' collect2: ld returned 1 exit status make: *** [bin/smbd] Error 1 Anyone else encountered this?
2015 Nov 30
2
Proposal for Ambisonics format in vorbis comment.
"Gabriel I." wrote: > Greetings, > > I apologize if I posted this in the wrong list, I wasn't sure where to post > it, but seeing as the tags are called "vorbis comments" I thought vorbis, > rather than ogg-dev, would be the right choice. (actually, I'm not even a > developer anyway) Hi Gabriel, I doubt whether the Xiph community would promote a
2007 May 14
1
queue_exec: Unable to join queue
I have a queue defined which I use like this: exten = _X.(reception),n,Ringing exten = _X.,n,Queue(enidan,t,,,20) exten = _X.,n,Voicemail(443,u) exten = _X.,n,Hangup() When I start asterisk, this queue doesn't work - -- Executing [4439000@Business:3] Queue("mISDN/3-u0", "enidan|t|||20") in new stack [May 14 13:53:59] WARNING[17860]: app_queue.c:3541 queue_exec: Unable
2012 Aug 04
1
lme4 / HLM question
I'm hoping that this is a relatively easy question for someone familiar with the lme4 package. I'm accustomed to using HLM software and writing a simple 2 level [null] equation like this: L1 - Yij = b0 + e L2 - b0 = B00 + u0 The following command in R provides results that are identical to the HLM program. results <- lmer( Y ~ 1 |id , PanelData4) I can't