Learn R Programming

bayesWatch (version 0.1.4)

full_data: Simulated Data with Imposed Change-points.

Description

Data simulated using the BDgraph package. A change-point is imposed between days 5 and 6. The change only occurs in variables 3 and 4.

Arguments

Format

`full_data` is a matrix, the latter two are vectors.

Details

`full_data` is a data frame with 1,000 rows and 5 columns. `day_of_observations`; is a timestamp of each of `full_data`'s 1,000 rows. `day_dts`; is a vector of unique elements from `day_of_observations`..

Examples

Run this code
data("full_data", package = "bayesWatch")
head(full_data)
data("day_of_observations", package = "bayesWatch")
head(day_of_observations)
data("day_dts", package = "bayesWatch")
head(day_dts)

Run the code above in your browser using DataLab