tidy_fixed: Extract fixed coefficient table from model object

Description Usage Arguments

Description

Given a model object, returns data frame with columns variable, coef (coefficient), lower (lower 95% CI) and upper (upper 95

Usage

1
2
3
4
5
6
7
tidy_fixed(x, ...)

## S3 method for class 'gam'
tidy_fixed(x, intercept = FALSE, ...)

## S3 method for class 'coxph'
tidy_fixed(x, ...)

Arguments

x

A model object.

...

Currently not used.

intercept

Should intercept also be returned?


adibender/pam documentation built on May 10, 2019, 5:54 a.m.