modfit_fixed_only: Fit model tools.

Description Usage Arguments Examples

View source: R/modfit_fixed_only.r

Description

Fit model tools.

Usage

1
modfit_fixed_only(data, equation = NULL, gimme = "diag")

Arguments

data

Data.frame to input

equation

Model equation (e.g., y ~ x), not quoted

gimme

What to return, one of df, diag, or results.

Examples

1
2
mod1 <- lm(Sepal.Length ~ Petal.Width * Species, data=iris)
modfit_fixed_only(data=iris, equation=mod1, gimme="diag")

sckott/sacbox documentation built on Sept. 3, 2020, 7:22 p.m.