plot.pointfore: Plots object of class "pointfore"

Description Usage Arguments Value Examples

Description

Plots object of class "pointfore"

Usage

1
2
3
## S3 method for class 'pointfore'
plot(x, conf.levels = c(0.6, 0.9), pdf = TRUE,
  hline = TRUE, adjust.factor = 1, limits = NULL, ...)

Arguments

x

object of class "pointfore"

conf.levels

one or two confidence levels for pointwise confidence intervals

pdf

logic if pdf estimate should be plotted

hline

if TRUE plots horizontal line at 0.5. if numeric plot horizontal line at value.

adjust.factor

adjust factor for estimating pdf (controls smoothness)

limits

2-dimensional vector defining range of x-axis

...

other parameters

Value

plot

Examples

1
2
3
4
5
#estimate linear probit specification model for quantiles on GDP forecast
res <- estimate.functional(Y=GDP$observation,X=GDP$forecast,
model=probit_linear, stateVariable = GDP$forecast)
#plot results
plot(res)

PointFore documentation built on May 2, 2019, 9:42 a.m.