summary.likGLSM {geoRglm} | R Documentation |
Summarizes results returned by the function likfit.glsm
.
Functions are methods for summary
and
print
for class likGLSM
and summary.likGLSM
.
## S3 method for class 'likGLSM' summary(object,...) ## S3 method for class 'likGLSM' print(x, digits = max(3, getOption("digits") - 3),...) ## S3 method for class 'summary.likGLSM' print(x, digits = max(3, getOption("digits") - 3),...)
object |
an object of class |
x |
an object of class |
digits |
the number of significant digits to use when printing. |
... |
extra arguments for |
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
.
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.
Ole F. Christensen OleF.Christensen@agrsci.dk,
Paulo J. Ribeiro Jr. Paulo.Ribeiro@est.ufpr.br.
## See examples for the function likfit.glsm