powered by
Extract the argument names or number of arguments from an lcMethod object.
lcMethod
# S4 method for lcMethod length(x)# S4 method for lcMethod names(x)
# S4 method for lcMethod names(x)
The number of arguments, as scalar integer.
scalar integer
A character vector of argument names.
character vector
The lcMethod object.
Other lcMethod functions: [[,lcMethod-method, as.data.frame.lcMethod(), as.data.frame.lcMethods(), as.lcMethods(), as.list.lcMethod(), evaluate.lcMethod(), formula.lcMethod(), lcMethod-class, update.lcMethod()
[[,lcMethod-method
as.data.frame.lcMethod()
as.data.frame.lcMethods()
as.lcMethods()
as.list.lcMethod()
evaluate.lcMethod()
formula.lcMethod()
lcMethod-class
update.lcMethod()
method <- lcMethodLMKM(Y ~ Time) names(method) length(method)
Run the code above in your browser using DataLab