Displaying 1 result from an estimated 1 matches for "stuff43".
Did you mean:
stuff4
2010 Oct 20
2
create a list fails
...1 = as.numeric(faicout$coefficients[2]),
+ stuff31=as.numeric(faicout$coefficients[3]),
+ stuff41=as.numeric(faicout$coefficients[4]),
+ stuff32=(stuff21-stuff31),
+ stuff42=(stuff21-stuff41),
+ stuff43=(stuff32-stuff42)
+ )
Error: object 'stuff21' not found
>
Why does it have to be found, exist previously ... it is being created?
But this works fine ....
data <- list(Ntrials =numtritot, Ncomparisons=2,
treat=c(rep(1 ,N.trials[1,2]), rep(2,N.trial...