Usage
## S3 method for class 'twinstim':
print(x, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'twinstim':
summary(object, test.iaf = FALSE,
correlation = FALSE, symbolic.cor = FALSE, runtime = FALSE, ...)## S3 method for class 'twinstim':
coeflist(x, ...)
## S3 method for class 'twinstim':
vcov(object, ...)
## S3 method for class 'twinstim':
logLik(object, ...)
## S3 method for class 'twinstim':
nobs(object, ...)
## S3 method for class 'summary.twinstim':
print(x,
digits = max(3, getOption("digits") - 3), symbolic.cor = x$symbolic.cor,
signif.stars = getOption("show.signif.stars"), ...)
## S3 method for class 'summary.twinstim':
toLatex(object,
digits = max(3, getOption("digits") - 3), eps.Pvalue = 1e-4,
align = "lrrrr", booktabs = getOption("xtable.booktabs", FALSE),
withAIC = FALSE, ...)
## S3 method for class 'summary.twinstim':
xtable(x, caption = NULL, label = NULL,
align = c("l", "r", "r", "r"), digits = 3,
display = c("s", "f", "s", "s"), ...,
ci.level = 0.95, ci.fmt = "%4.2f", ci.to = "--",
eps.Pvalue = 1e-4)
Arguments
x, object
an object of class "twinstim"
or
"summary.twinstim"
, respectively.
digits
integer, used for number formatting with signif()
. Minimum number of
significant digits to be printed in values.
test.iaf
logical indicating if the simple Wald z- and p-values
should be calculated for parameters of the interaction functions
siaf
and tiaf
.
Because it is often invalid or meaningless to do so, the default is
FALSE
correlation
logical. If TRUE
, the correlation matrix of the estimated parameters
is returned and printed.
symbolic.cor
logical. If TRUE
, print the correlations in a symbolic form (see
symnum
) rather than as numbers.
runtime
logical. If TRUE
, the summary additionally includes the time
elapsed and the number of log-likelihood and score function evaluations
during model fittting.
signif.stars
logical. If TRUE
, significance
stars are printed for each coefficient.
booktabs
logical indicating if the toprule
,
midrule
and bottomrule
commands from the LaTeX package
booktabs should be used for horizontal lines rather than hline
. withAIC
logical indicating if the AIC and the log-likelihood of
the model should be included below the table of coefficients in the
LaTeX tabular.
caption,label,align,display
ci.level,ci.fmt,ci.to
the confidence intervals are calculated
at level ci.level
and printed using sprintf
with format ci.fmt
and seperator ci.to
. ...
For print.summary.twinstim
, arguments passed to
printCoefmat
.
For all other methods: unused (argument of the generic).