kinetic: Make a kinetic class object.

View source: R/OOP.R

kineticR Documentation

Make a kinetic class object.

Description

Generates an instance of the 'kinetic' class given a merMod model and it's base features.

Usage

kinetic(model, response, ID, time, family, order)

Arguments

model

a merMod model.

response

the name of the dependent variable.

ID

the name of the mixed-effect variable, i.e. specifying the data pairing/blocking.

time

the name of the time variable.

family

the model family name (GLM).

order

model order.

Value

an instance of the 'kinetic' class.


PiotrTymoszuk/kinet documentation built on June 12, 2022, 7:29 p.m.