readNpdeData,NpdeData-method | R Documentation |
Creates an NpdeData object containing the observed data, either from disk or from a dataframe
## S4 method for signature 'NpdeData' readNpdeData(object, header, sep, na.strings, detect, verbose)
header |
boolean indicating whether the file has a header (mandatory if detect is TRUE) |
sep |
field separator (for files on disk) |
na.strings |
strings to be considered as indicating NA |
detect |
a boolean; if TRUE, automatic recognition of names will be attempted to detect necessary items (longitudinal data structure, missing data and censoring information) |
an object of class "NpdeData"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.