dot-guessResponseVariable: Guess the response variable

.guessResponseVariableR Documentation

Guess the response variable

Description

Attempts to identify the response variable for the given trajectory data

Usage

.guessResponseVariable(
  data,
  id = getOption("latrend.id"),
  time = getOption("latrend.time"),
  cluster = "Cluster"
)

Arguments

data

A trajectories data.frame.

id

Id variable(s) to exclude.

time

Time variable(s) to exclude.

cluster

Cluster variable(s) to exclude.


latrend documentation built on May 29, 2024, 8:51 a.m.