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

NpdeSimData-classR 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 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

showClass("NpdeSimData")

npde documentation built on July 9, 2023, 5:20 p.m.