summary.likGLSM: Summarizes Parameter Estimation Results for Generalised...

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Summarizes results returned by the function likfit.glsm.

Functions are methods for summary and print for class likGLSM and summary.likGLSM.

Usage

1
2
3
4
5
6
## 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),...)

Arguments

object

an object of class likGLSM, typically a result of a call to likfit.glsm.

x

an object of class likGLSM or class summary.likGLSM, typically resulting from a call to likfit.glsm.

digits

the number of significant digits to use when printing.

...

extra arguments for print.

Details

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.

Value

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.

Author(s)

Ole F. Christensen OleF.Christensen@agrsci.dk,
Paulo J. Ribeiro Jr. Paulo.Ribeiro@est.ufpr.br.

See Also

likfit.glsm, print, summary.

Examples

1
## See examples for the function likfit.glsm

geoRglm documentation built on May 2, 2019, 4:03 p.m.