makeCovInfo: Make a list of covInfo objects from a data frame

View source: R/nm.process.coveffects.r

makeCovInfoR Documentation

Make a list of covInfo objects from a data frame

Description

Takes a data frame and creates covInfo objects based on its columns.

Usage

makeCovInfo(df, cnames = names(df), cat.covs = "")

Arguments

df

A data frame

cnames

A vector of column names to create covInfo objects for

cat.covs

A vector of categorical column names. Must be a subset of cnames

Details

Makes a list of covInfo objects from a data.frame.

Value

A list of covInfo objects

Note

This function is used with nm.process.coveffects


qPharmetra/qpToolkit documentation built on May 24, 2023, 8:52 a.m.