readNpdeData-NpdeData-method: Read observed data

readNpdeData,NpdeData-methodR Documentation

Read observed data

Description

Creates an NpdeData object containing the observed data, either from disk or from a dataframe

Usage

## S4 method for signature 'NpdeData'
readNpdeData(object, header, sep, na.strings, detect, verbose)

Arguments

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)

Value

an object of class "NpdeData"


LAPKB/npde documentation built on Oct. 19, 2022, 2:10 p.m.