plot.NBCD: Plot predicted class values of NBCD model.

Description Usage Arguments

Description

Plot predicted class values of NBCD model.

Usage

1
2
3
## S3 method for class 'NBCD'
plot(x, time, use.lm = FALSE, ..., n.models = Inf,
  .verb = TRUE)

Arguments

x

[NBCD]
NBCD model.

time

[numeric(1)]
Time for which to predict (passed to predict.NBCD(...)).

use.lm

[logical(1)]
Use lm models to forecast the movements of mean and sd? (Default TRUE) If FALSE, use mean and sd of old.model. (passed to predict.NBCD(...))

...

[any]
Arguments passed to plot.nb2(...).

n.models

[numeric(1)]
Number of past model values for the linear prediction.

.verb

[logical(1)]
Show messages? Default TRUE.


aschersleben/NBCD documentation built on May 12, 2019, 4:32 a.m.