print.ivqr: Printing the model fit from 'ivqr()'

Description Usage Arguments Examples

Description

Printing the model fit from ivqr()

Usage

1
2
## S3 method for class 'ivqr'
print(x, ...)

Arguments

object

An ivqr object returned from the function ivqr()

Examples

1
2
3
data(ivqr_eg)
fit <- ivqr(y ~ d | z | x, seq(0.1,0.9,0.1), grid = seq(-2,2,0.2), data = ivqr_eg) # a process
fit

yuchang0321/IVQR documentation built on May 29, 2019, 12:19 p.m.