read-methods: Create a longitudinal data structure from a file or a...

readSaemix,SaemixData-methodR Documentation

Create a longitudinal data structure from a file or a dataframe Helper function not intended to be called by the user

Description

Create a longitudinal data structure from a file or a dataframe

Helper function not intended to be called by the user

Usage

## S4 method for signature 'SaemixData'
readSaemix(object, dat = NULL)

Arguments

object

an SaemixData object

dat

the name of a dataframe in the R environment, defaults to NULL; if NULL, the function will attempt to read the file defined by the slot name.data.


saemix documentation built on July 9, 2023, 7:43 p.m.

Related to read-methods in saemix...