Skip to contents

These functions print a summary of the specified Xpose object to the R console.

Usage

db.names(object)

Arguments

object

An xpose.data object.

Value

A detailed summary of the contents of a specified xpose.data object.

Details

These functions return a detailed summary of the contents of a specified xpose.data object.

Author

Niclas Jonsson & Justin Wilkins

Examples

db.names(simpraz.xpdb)
#> 
#> The current run number is 1.
#> 
#> The database contains the following observed items:
#> ID TIME IPRED IWRES CWRES CL V KA ETA1 ETA2 ETA3 AGE HT WT 
#> SECR SEX RACE SMOK HCTZ PROP CON OCC DV PRED RES WRES
#> 
#> The following variables are defined:
#> 
#> ID variable: ID 
#> Label variable: ID 
#> Independent variable: TIME 
#> Occasion variable: OCC 
#> Dependent variable: DV 
#> Population prediction variable: PRED 
#> Individual prediction variable: IPRED 
#> Weighted population residual variable: WRES 
#> Weighted individual residual variable: IWRES 
#> Population residual variable: RES 
#> Parameters: ETA3 ETA2 ETA1 KA V CL
#> Covariates: SEX RACE SMOK HCTZ PROP CON OCC AGE HT WT SECR
#>   ( Continuous: AGE HT WT SECR )
#>   ( Categorical: SEX RACE SMOK HCTZ PROP CON OCC )
#> Variability parameters: ETA1 ETA2 ETA3
#> Missing value label: -99 
#> NULL