npde (version 2.0)

NpdeSimData-class: Class "NpdeSimData" representing the structure of the longitudinal data

Description

A longitudinal data structure, with simulated data

Arguments

Objects from the Class

NpdeSimData objects are created by associating an NpdeData object with matching simulated data, and they contain the following slots.
name.simdata
character string giving the name of the dataset
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 or autonpde, 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

npde, autonpde

Examples

Run this code
showClass("NpdeSimData")

Run the code above in your browser using DataLab