Displaying 1 result from an estimated 1 matches for "wideica".
Did you mean:
ideia
2006 Nov 29
2
reshape command is (stats) dropping instances
...anyone could determine what is going
on with the following command. It is only half-working and is losing
lots of data. For the life of me I cannot even see the pattern of what
it is losing and what it is not.
I am attaching the R data set which you can use with the Load
Workspace menu function.
WideICA<-reshape(ICA,v.names=c("OD","Thickness","Surface.Cover"),idvar=c("Strain","ica","Rep","Locations"),drop="Growth",timevar="Time",direction="wide")
The following two commands should give the same d...