methods: Standard R methods for mbm objects

Description Usage Arguments See Also

Description

Standard R methods for mbm objects

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
## S3 method for class 'mbm'
plot(x, line = TRUE, sterr = FALSE, ...)

## S3 method for class 'mbm'
coef(x)

## S3 method for class 'mbm'
print(x)

## S3 method for class 'mbm'
summary(x)

is.mbm(x)

## S3 method for class 'mbm'
format(x)

Arguments

x

An mbm object

line

Boolean; should we show the 1:1 line?

sterr

Boolean; if true, standard errors will be shown with the points

...

Additional arguments to be passed to base graphics plotting commands

See Also

For mbm objects fit with svgp=TRUE, inducing for the matrix of inducing inputs, gp_params for the mean vector and the variance-covariance matrix of the GP


mtalluto/mbmtools documentation built on Aug. 13, 2019, 9:44 a.m.