Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

psycho (version 0.4.91)

get_info: Get information about objects.

Description

Get information about models.

Usage

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 <- lme4::glmer(vs ~ wt + (1 | gear), data = mtcars, family = "binomial")

info <- get_info(fit)
info
# }

Run the code above in your browser using DataLab