Learn R Programming

Qardl (version 0.1.1)

exampledata: The example data set

Description

This is an example data set used only to fit the qardl model

Usage

data("exampledata")

Arguments

Format

A data frame with 10000 observations on the following 4 variables.

...1

a numeric vector

y

a numeric vector

z1

a numeric vector

z2

a numeric vector

Examples

Run this code
data(exampledata)
## maybe str(exampledata) ; plot(exampledata) ...

Run the code above in your browser using DataLab