covariates: Access the covariates in the data

View source: R/dataClass.R

covariates.tbl_dfR Documentation

Access the covariates in the data

Description

Access the covariates in the data

Usage

## S3 method for class 'tbl_df'
covariates(x, hypothesis = 1)

covariates(x)

## S3 method for class 'datalist'
covariates(x)

## S3 method for class 'data.frame'
covariates(x)

Arguments

x

Either a datalist or a data.frame with mandatory columns c("name", "time", "value", "sigma", "lloq").

hypothesis

The hypothesis in the dMod.frame

Value

The condition.grid of the data


dkaschek/dMod documentation built on April 23, 2024, 5:18 p.m.