get_fixed: make prediction plots for lm and glm objects using ggformula

View source: R/get_fixed.R

get_fixedR Documentation

make prediction plots for lm and glm objects using ggformula

Description

make prediction plots for lm and glm objects using ggformula

Usage

get_fixed(data)

Arguments

data

a data frame, or a fitted model object (from which the data will be extracted)

Value

a data frame with one row, containing the same variables as data, in which each variable takes on its median value (continuous variables) or its most commonly observed value (categorical variables)


stacyderuiter/s245 documentation built on July 31, 2023, 11:04 p.m.