summary1: summary1

Description Usage Arguments Value Examples

View source: R/summary1.R

Description

Summarize and print the results of linear models from lm1()

Usage

1
summary1(model)

Arguments

model

a linear model produced from function lm1()

Value

a list of call, quantile of residuals, coefficients, standard errors, t statistics, p-values, r-square, adjusted r-square and f statistics of the linear model. (The output is same as the original function summary())

Examples

1
2
model <- lm1(mpg ~ disp + wt, data = mtcars)
summary1(model)

mengqi00/linear1 documentation built on Dec. 21, 2021, 4:57 p.m.