data(latrendData)
method <- lcMethodLMKM(Y ~ Time, id = "Id", time = "Time")
as.list(method)
as.list(method, args = c("id", "time"))
if (require("kml")) {
method <- lcMethodKML("Y", id = "Id", time = "Time")
as.list(method)
# select arguments used by kml()
as.list(method, args = kml::kml)
# select arguments used by either kml() or parALGO()
as.list(method, args = c(kml::kml, kml::parALGO))
}
Run the code above in your browser using DataLab