ftest: F test to compare two linear models (a little utility)

View source: R/ftest.R

ftestR Documentation

F test to compare two linear models (a little utility)

Description

F test to compare two linear models (a little utility)

Usage

ftest(mod_base = NULL, mod_full = NULL, output = c("str", "df"))

Arguments

mod_base

if missing, the null model of mod_full is considered

mod_full

the model with all the covariates

output

str for a string, df for a dataframe


lbraglia/lbstat documentation built on Sept. 17, 2023, 2:30 p.m.