linmod: Fits a linear model with settings based on model and data....

View source: R/adjust-linear.R

linmodR Documentation

Fits a linear model with settings based on model and data. The linear model is not the "true" model, but it's the linear model that will aid in adjustment for ANCOVA and ANHECOVA, and used to estimate the treatment effects for ANOVA (equivalent to a sample) mean per group.

Description

Fits a linear model with settings based on model and data. The linear model is not the "true" model, but it's the linear model that will aid in adjustment for ANCOVA and ANHECOVA, and used to estimate the treatment effects for ANOVA (equivalent to a sample) mean per group.

Usage

linmod(model, data, family)

Arguments

model

Object of class LinModel

data

Object of class RoboDataLinear


mbannick/RoboCar documentation built on June 16, 2022, 6:56 p.m.