Extracts the assigned label from the given lcMethod
or lcModel
object.
By default, the label is determined from the "label"
argument of the lcMethod
object.
The label of an lcModel
object is set upon estimation by latrend()
to the label of its associated lcMethod
object.
# S4 method for lcMethod
getLabel(object, ...)# S4 method for lcModel
getLabel(object, ...)
The lcMethod
or lcModel
object.
Additional arguments.
The extracted label, as character
.
# NOT RUN {
method <- lcMethodLMKM(Y ~ Time, time = "Time")
getLabel(method) # ""
getLabel(update(method, label = "v2")) # "v2"
# }
Run the code above in your browser using DataLab