refit_categorical {supernova}R Documentation

Refit a model, dropping any non-categorical terms.

Description

Refit a model, dropping any non-categorical terms.

Usage

refit_categorical(fit)

Arguments

fit

A model fit by lm() or aov() (or similar).

Value

A linear model that only has categorical predictors.


[Package supernova version 3.0.0 Index]