Displaying 1 result from an estimated 1 matches for "univbct".
Did you mean:
univac
2008 Oct 03
1
question on xyplot
...I have the following problem: I am using the multilevel package and make.univ function for available in the package and then xyplot from lattice and I want to know how could I be able to use the ?coefficient? for the straight line that passes the data ?
Example from help:
library(multilevel)
data(univbct) #a data set already in univariate or stacked form for job satisfaction
TEMP<-univbct[3*1:495,c(22,1:17)] #converting it back to multivariate form
TEMP2<-make.univ(x=TEMP,dvs=TEMP[,c(10,13,16)]) #transforming it to univariate form again
xyplot(MULTDV~TIME|as.factor(SUBNUM),data=TEMP2,type...