NpdeSimData-class {npde} | R Documentation |
Class "NpdeSimData" representing the structure of the longitudinal data
Description
A longitudinal data structure, with simulated data
Objects from the Class
NpdeSimData objects are created by associating an NpdeData object with matching simulated data, and they contain the following slots.
- nrep
number of replications)
- datsim
a dataframe containing the simulated data, with columns: idsim (subject id), irsim (replication index), xsim (simulated x), ysim (simulated response). After a call to
npde
orautonpde
, an additional column ydsim (decorrelated replicated data) will be added.
Methods
- print(npde.simdata):
Prints a summary of object npde.simdata
- show(npde.simdata):
Prints a short summary of object npde.simdata
- showall(npde.simdata):
Prints a detailed summary of object npde.simdata
See Also
Examples
showClass("NpdeSimData")
[Package npde version 3.5 Index]