Learn R Programming

psycho (version 0.4.91)

get_info.lm: Get information about models.

Description

Get information about models.

Usage

# S3 method for lm
get_info(x, ...)

Arguments

x

object.

...

Arguments passed to or from other methods.

Value

output

Examples

Run this code
# NOT RUN {
library(psycho)
library(lme4)

fit <- lm(vs ~ wt, data = mtcars, family = "binomial")

info <- get_info(fit)
info

#
# }

Run the code above in your browser using DataLab