.guessResponseVariable | R Documentation |
Attempts to identify the response variable for the given trajectory data
.guessResponseVariable(
data,
id = getOption("latrend.id"),
time = getOption("latrend.time"),
cluster = "Cluster"
)
data |
A trajectories |
id |
Id variable(s) to exclude. |
time |
Time variable(s) to exclude. |
cluster |
Cluster variable(s) to exclude. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.