Description Objects from the Class Methods See Also Examples
A longitudinal data structure
NpdeData objects are typically created by calls to
npdeData
and contain the following slots:
character string giving the name of the dataset
character string giving the name of the grouping term (ID)
character string giving the name of the predictor (X)
character string giving the name of the response (Y)
character string giving the name of the censoring indicator
character string giving the name of the missing data indicator
vector of character string giving the name(s) of the covariates
character string giving the name of the individual predictions
(optional) a list with the units for X, Y, and covariates
a dataframe containing the data
number of subjects
total number of non-missing observations
vector of size N giving the number of non-missing observations for each subject
index of non-missing observations
index of censored observations (non-missing)
a vector of boolean indicating for each observation whether it is missing (FALSE) or available (TRUE)
the censoring value
Create a new
NpdeData
object from dataset
name.data
Prints a summary of object npde.data
Prints a short summary of object npde.data
Prints a detailed summary of object npde.data
Plots the data
in npde.data. More details can be found in
plot.NpdeData
Returns a summary of object npde.data in list format
Sets options for graphs of npde.data (internal method used in plots)
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.