Usage
buildModelCI(model, outerCI = 2, innerCI = 1,
intercept = TRUE, numeric = FALSE,
sort = c("natural", "normal", "magnitude", "size", "alphabetical"),
decreasing = TRUE, name = NULL, ...)Arguments
model
The fitted model to build information on
innerCI
How wide the inner confidence interval
should be, normally 1 standard deviation. If 0, then
there will be no inner confidence interval.
outerCI
How wide the outer confidence interval
should be, normally 2 standard deviations. If 0, then
there will be no outer confidence interval.
sort
Determines the sort order of the
coefficients. Possible values are c("natural", "normal",
"magnitude", "size", "alphabetical")
decreasing
logical; Whether the coefficients
should be ascending or descending
numeric
logical; If true and factors has exactly
one value, then it is displayed in a horizontal graph
with constinuous confidence bounds.
intercept
logical; Whether the Intercept
coefficient should be plotted
...
See Details for information on
factors, only and shorten
name
A name for the model, if NULL the call will
be used