Summarizes results returned by the function likfit.glsm
.
Functions are methods for summary
and
print
for class likGLSM
and summary.likGLSM
.
# S3 method for likGLSM
summary(object,…)
# S3 method for likGLSM
print(x, digits = max(3, getOption("digits") - 3),…)
# S3 method for summary.likGLSM
print(x, digits = max(3, getOption("digits") - 3),…)
an object of class likGLSM
, typically
a result of a call to likfit.glsm
.
an object of class likGLSM
or
class summary.likGLSM
, typically
resulting from a call to likfit.glsm
.
the number of significant digits to use when printing.
extra arguments for print
.
print.likGLSM
prints the parameter estimates and the value of the
maximized likelihood.
summary.likGLSM
returns a list with main results of a call to
likfit.glsm
.
print.summary.likGLSM
prints these results on the screen (or other
output device) in a "nice" way.
A detailed summary of a object of the class likGLSM
is produced by
by summary.likGLSM
and printed by print.summary.likGLSM
.
This includes model specification with values of fixed and estimated parameters.
A simplified summary of the parameter estimation is printed by
print.likGLSM
.
# NOT RUN {
## See examples for the function likfit.glsm
# }
Run the code above in your browser using DataLab