summary.lmestData {LMest} | R Documentation |
Summary and plot of lmestData
Description
Methods for lmestData
object providing basic descriptive statistics (summary) and plots.
Usage
## S3 method for class 'lmestData'
summary(object, type = c("all","cross", "year"),
dataSummary = c("all", "responses", "manifest", "initial", "transition"),
varType = rep("c", x$d), digits = getOption("digits"),
maxsum = 10, maxobs = 20, ...)
## S3 method for class 'lmestData'
plot(x, typePlot = c("s", "sh"),
dataPlots = c("all", "responses", "manifest", "initial", "transition"),
...)
## S3 method for class 'lmestData'
print(x, ...)
Arguments
object |
an object of class |
x |
an object of class |
type |
type of summary to print. |
dataSummary |
a string indicating whether summary is returned: |
varType |
a string vector of lengh equal to the number of variables, "c" for continuous and "d" for discrete, indicating wich varaibles are continuos and which are discrete |
digits |
the number of significant digits |
maxsum |
an integer value indicating the maximum number of levels to print |
maxobs |
an integer value indicating the maximun number of observation in which the summary statistics are reported for each observation |
typePlot |
a string indicating the type of plot. "s" plots a scaterplot matrix. "sh" plots a scatterplot matrix with the histogram for each variable in the diagonal |
dataPlots |
a string indicating whether the plot is returned: |
... |
further arguments |
Author(s)
Francesco Bartolucci, Silvia Pandolfi, Fulvia Pennoni, Alessio Farcomeni, Alessio Serafini