NpdeSimData-class: Class "NpdeSimData" representing the structure of the...

Description Objects from the Class Methods See Also Examples

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.

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

1
showClass("NpdeSimData")

npde documentation built on May 2, 2019, 5:23 p.m.