-
Notifications
You must be signed in to change notification settings - Fork 607
/
Copy pathcoeftab.Rd
33 lines (32 loc) · 999 Bytes
/
coeftab.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
\name{coeftab}
\alias{coeftab}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{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 )
}
%- maybe also 'usage' for other objects documented here.
\arguments{
\item{...}{A series of fit models, separated by commas}
\item{se}{Include standard errors in table?}
\item{se.inside}{Print standard errors in same cell as estimates}
\item{nobs}{Print number of observations for each model?}
\item{digits}{Number of digits to round numbers to}
\item{rotate}{If TRUE, rows are models and columns are coefficients}
}
\details{
This function provides a way to compare estimates across models.
}
\value{
}
\references{}
\author{Richard McElreath}
\seealso{}
\examples{
}
% Add one or more standard keywords, see file 'KEYWORDS' in the
% R documentation directory.
\keyword{ }