MakeInput: Create RFPCA input from a data frame

View source: R/MakeInput.R

MakeInputR Documentation

Create RFPCA input from a data frame

Description

Create RFPCA input from a data frame

Usage

MakeInput(data, IDvar, tvar, yvar)

Arguments

data

A data frame

IDvar

The column name that stands for the ID

tvar

The column name that stands for the time

yvar

The column names that stands for the values for Lt. If not specified, all columns except for IDvar and tvar are used.


CrossD/RFPCA documentation built on Aug. 24, 2023, 4:42 p.m.