coeftab: Coefficient tables

View source: R/coeftab.r

coeftabR Documentation

Coefficient tables

Description

Returns a table of model coefficients in rows and models in columns.

Usage

coeftab( ... , se=FALSE , se.inside=FALSE , nobs=TRUE , digits=2 , width=7 , rotate=FALSE )

Arguments

...

A series of fit models, separated by commas

se

Include standard errors in table?

se.inside

Print standard errors in same cell as estimates

nobs

Print number of observations for each model?

digits

Number of digits to round numbers to

rotate

If TRUE, rows are models and columns are coefficients

Details

This function provides a way to compare estimates across models.

Author(s)

Richard McElreath


rmcelreath/rethinking documentation built on Sept. 18, 2023, 2:01 p.m.