search for: block_order

Displaying 2 results from an estimated 2 matches for "block_order".

Did you mean: lock_order
2009 Apr 01
1
Help with mixed-effects model with temporal pseudoreplication!
...rees of freedom. I really don't know what to use. Any help would be greatly appreciated!!!! Here is the code I am using in R: library(nlme) datafile="http://people.rit.edu/rmh3093/mot.csv" master1 = read.table(datafile,header=T) Block=factor(master1$Block) BlockOrder=factor(master1$Block_Order) Replicate=factor(master1$Replicate) Participant=factor(master1$Participant_ID) Targets=factor(master1$Targets) Entropy=factor(master1$Entropy) CompletionTime=master1$Completion_Time summary(lme(log(CompletionTime)~(Entropy*Targets),random=~1|Participant,method="ML")) Thanks in advance...
2007 May 29
0
Fw: [RFC] makedumpfile: xen extraction
...iles_for_creating_dumpfile(info)) + goto out; + + MSG("\n"); + MSG("The dumpfile is saved to %s.\n", info->name_dumpfile); + + return COMPLETED; +out: + return FALSE; +} + int main(int argc, char *argv[]) { @@ -4152,7 +4571,7 @@ vt = &info->vm_table; info->block_order = DEFAULT_ORDER; - while ((opt = getopt(argc, argv, "b:cDd:EFg:hi:Rvx:")) != -1) { + while ((opt = getopt(argc, argv, "b:cDd:EFg:hi:RvXx:")) != -1) { switch (opt) { case ''b'': info->block_order = atoi(optarg); @@ -4191,6 +4610,9 @@ case ''...