Displaying 2 results from an estimated 2 matches for "cday2".
Did you mean:
day2
2011 Jul 11
1
R2WinBUGS problem: bugs - storage.mode error
...urn=nb,
> n.thin=nt, debug=TRUE, DIC=TRUE, working.directory=getwd())
*Error in storage.mode(x) <- "double" :
invalid to change the storage mode of a factor*
Here is the data structure
> str(win.data)
List of 12
$ cday : num [1:349] -76.9 -76.9 -76.9 -76.9 -76.9 ...
$ cday2 : num [1:349] 5912 5912 5912 5912 5912 ...
$ cSoilT : num [1:349] -8.11 -8.11 -8.11 -8.11 -8.11 ...
$ cSoilT2 : num [1:349] 65.8 65.8 65.8 65.8 65.8 ...
$ cRainAmt24 : num [1:349] 5.88 5.88 5.88 5.88 5.88 ...
$ cRainAmt242: num [1:349] 34.5 34.5 34.5 34.5 34.5 ...
$ soak24 : in...
2008 Mar 12
0
Re peated Measures (lme?)
...e
size but practically they couldn't handle more than 5-10 experiments
per day). However there might have been some extra variation between
different days because the experimenter changed, although same
procedure was being followed.
Below are the data:
Control data:
Cday1=c(5,2,5,3,4);
Cday2=c(2,1,3,1);
Cday3=c(7,6,4,11,10);
Cday4=c(5,13,8,4,10,6);
Cday5=c(21,8, 5, 5,11);
Treatment data:
Tday1=c(17,11,25,21,16);
Tday2=c(17,7,12);
Tday3=c(16,18,4,20,18,25);
Tday4=c(17,20,29,17,19);
Tday5=c(14,31,28,34);
Then they decided to do a paired t.test on the "mean" per day...