trajdata {traj}R Documentation

trajdata

Description

An artificially created data set with 130 trajectories split into four groups, labelled A, B, C, D according to the data generating process.

Usage

trajdata

Format

This data frame has 130 rows and the following 7 columns:

ID

An identification variable that runs from 1 to 130.

Group

A character variable that's either "A", "B", "C" or "D" depending on which of the four data generating process the trajectory is coming from.

X1

The observation of the trajectory at time t = 1.

X2

The observation of the trajectory at time t = 2.

X3

The observation of the trajectory at time t = 3.

X4

The observation of the trajectory at time t = 4.

X5

The observation of the trajectory at time t = 5.

X6

The observation of the trajectory at time t = 6.


[Package traj version 2.1.0 Index]