summary.inla.climate: Summary-function for the 'inla.climate' model

Description Usage Arguments Value Author(s) See Also Examples

View source: R/summary.inla.climate.R

Description

Displays a clear summary of the information contained in the list returned by the inla.climate function.

Usage

1
2
## S3 method for class 'inla.climate'
summary(object, digits=4L,...)

Arguments

object

List returned by inla.climate function. Also works if the TCR sampling procedure has been skipped.

digits

Number of digits to print.

...

Other arguments.

Value

Returns an object of class summary.inla.climate, a list with components:

call

The call for object.

cpu.used

Time spent on various tasks for object.

hyperpar

Summary statistics on the hyperparameters of object.

TCR

Summary statistics on the transient climate response of object, should there be any.

tcr.samples

Number of samples used to estimate the transient climate response of object, if such a procedure has been performed.

mu.full.Bayesian

Boolean describing if a complete sampling procedure for the forcing response was computed for object.

mu.samples

Number of samples used to estimate the forcing response of object, if such a procedure has been performed.

neffp

Expected effective number of parameters in object.

mlik

The log marginal likelihood of object.

linear.predictor

The linear predictor of object, if it has been computed.

digits

The number of significant digits used for summary.inla.climate.

random.names

The names of the random effects of object.

family

The family assigned to the likelihood of object.

Author(s)

Eirik Myrvoll-Nilsen eirik.myrvoll-nilsen@uit.no

See Also

inla.climate

Examples

1
2
3
4
5
if(require("INLA",quietly=TRUE)){
  data(GISS_E2_R)
  result.climate <- inla.climate(data=GISS_E2_R$Temperature,forcing=GISS_E2_R$Forcing)
  summary(result.climate)
  }

eirikmn/INLA.climate.test documentation built on Feb. 2, 2020, 9:17 a.m.