summary.likGRF | R Documentation |
Summarizes results returned by the function likfit
.
Functions are methods for summary
and
print
for the classes likGRF
and summary.likGRF
.
## S3 method for class 'likGRF'
summary(object, ...)
## S3 method for class 'likGRF'
print(x, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'summary.likGRF'
print(x, digits = max(3, getOption("digits") - 3), ...)
object |
an object of |
x |
an object of |
digits |
the number of significant digits to use when printing. |
... |
extra arguments for |
A detailed summary of a object of the class likGRF
is produced by
by summary.likGRF
and printed by print.summary.likGRF
.
This includes model specification with values of fixed and estimated parameters.
A simplified summary of the parameter estimation is printed by
print.likGRF
.
print.likGRF
prints the parameter estimates and the value of the
maximized likelihood.
summary.likGRF
returns a list with main results of a call to
likfit
.
print.summary.likGRF
prints these results on the screen (or other
output device) in a "nice" format.
Paulo Justiniano Ribeiro Jr. paulojus@leg.ufpr.br,
Peter J. Diggle p.diggle@lancaster.ac.uk.
Further information on the package geoR can be found at:
http://www.leg.ufpr.br/geoR/.
likfit
, print
,
summary
.
# See examples for the function likfit()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.