getObjectDetails: Get attributes of statistical model object

View source: R/utils.R

getObjectDetailsR Documentation

Get attributes of statistical model object

Description

getObjectDetails extracts some of the statistical model object attributes that are needed for runMiDAS internal calculations.

Usage

getObjectDetails(object)

Arguments

object

An existing fit from a model function such as lm, glm and many others.

Value

List with following elements:

call

Object's call

formula_vars

Character containing names of variables in object formula

data

MiDAS object associated with model


Genentech/midasHLA documentation built on Feb. 12, 2024, 9:38 a.m.