glmbasic: General Linear Model

View source: R/glmbasic.h.R

glmbasicR Documentation

General Linear Model

Description

General Linear Model

Usage

glmbasic(
  data,
  out,
  preds,
  graphic = TRUE,
  graphicassump = FALSE,
  estimates = TRUE,
  se = TRUE,
  line = "Loess",
  center = "Median + quartiles"
)

Arguments

data

.

out

.

preds

.

graphic

.

graphicassump

.

estimates

.

se

.

line

.

center

.

Value

A results object containing:

results$assumpplot an image
results$plot an image
results$glmcat a table
results$diff a table
results$rsq a table

Tables can be converted to data frames with asDF or as.data.frame. For example:

results$glmcat$asDF

as.data.frame(results$glmcat)


dustinfife/flexplot documentation built on Sept. 23, 2024, 9:01 p.m.