get_glance: Get additional info on a test performed

View source: R/glance.R

get_glanceR Documentation

Get additional info on a test performed

Description

Get additional info on a test performed

Usage

get_glance(x, ...)

## Default S3 method:
get_glance(x, y, survival = FALSE, censure = NULL)

## S3 method for class 'lm'
get_glance(x)

## S3 method for class 'coxph'
get_glance(x)

## S3 method for class 'mira'
get_glance(x)

get_glance_ba(x, y)

Arguments

x

The dependant variable

...

Further arguments passed to or from other methods.

y

Either the independant variable if survival = FALSE or follow-up time

survival

logical, is it a survival analysis

censure

The censor variable


KZARCA/simplestats documentation built on Feb. 19, 2024, 1:11 a.m.