Learn R Programming

geoRglm (version 0.9-16)

summary.likGLSM: Summarizes Parameter Estimation Results for Generalised linear Spatial Models

Description

Summarizes results returned by the function likfit.glsm.

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

Usage

# 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),…)

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.

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.

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.

See Also

likfit.glsm, print, summary.

Examples

Run this code
# NOT RUN {
## See examples for the function likfit.glsm
# }

Run the code above in your browser using DataLab