powered by
Extracts the trajectory identifier variable (i.e., column name) from the given object.
object
# S4 method for lcMethod idVariable(object, ...)# S4 method for lcModel idVariable(object)
# S4 method for lcModel idVariable(object)
The object to extract the variable from.
Not used.
The trajectory identifier name, as character.
character
Other lcModel variables: responseVariable(), timeVariable()
responseVariable()
timeVariable()
# NOT RUN { method <- lcMethodKML(id = "Traj") idVariable(method) # "Traj" model <- latrend(lcMethodKML("Y", id = "Id", time = "Time"), latrendData) idVariable(model) # "Id" # }
Run the code above in your browser using DataLab