coef.kinetic: Model coefficients and inference stats for a kinetic class...

View source: R/OOP.R

coef.kineticR Documentation

Model coefficients and inference stats for a kinetic class object.

Description

Calculates coefficient values, their errors, 95 intervals (CI) and p values, as appropriate for the modeling family.

Usage

## S3 method for class 'kinetic'
coef(object, ...)

Arguments

object

a kinetic class object.

...

extra arguments passed to the downstream functions: contest.lmerModLmerTest (gaussian family) or summary.merMod.

Details

In case of a CI calculation failure, the function is falling back to computation based on the normal distribution of the estimate value.

Value

a data frame with the values of model estimates, errors, CI, numbers of complete observations and p values for the fixed-term estimates.


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