Learn R Programming

DBfit (version 2.0)

testdata: testdata

Description

This data serves as a test data.

Usage

data("testdata")

Arguments

Format

A data frame with 40 observations. First 4 columns make up the design matrix, while the last column is the response variable. This data is generated by a two-phase design, with autoregressive order being one, autoregressive coefficient being 0.6 and all regression coefficients being 0. Both the first and second phase have 20 observations.

Examples

Run this code
# NOT RUN {
data(testdata)
# }

Run the code above in your browser using DataLab