toydata {DrBats} | R Documentation |
A toy longitudinal data set
Description
A toy longitudinal data set
Usage
toydata
Format
A list with 5 elements :
- Y.simul
a list of simulated data with 3 elements
- t.simul
a matrix with 5 rows and 150 columns giving the observation times of the original data
- X
the original data matrix with 5 rows and 150 columns
- proj.pca
a list with 4 elements : results of the function histoProj(X, t, t.range = c(0, 1000), breaks = 8)
- wlu
a list with 4 elements : results of the function W.QR(U, lambda) where U and lambda are the results of the PCA of X
[Package DrBats version 0.1.6 Index]