names-lcMethod-method: lcMethod argument names

names,lcMethod-methodR Documentation

lcMethod argument names

Description

Extract the argument names or number of arguments from an lcMethod object.

Usage

## S4 method for signature 'lcMethod'
length(x)

## S4 method for signature 'lcMethod'
names(x)

Arguments

x

The lcMethod object.

Value

The number of arguments, as ⁠scalar integer⁠.

A ⁠character vector⁠ of argument names.

See Also

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()

Examples

method <- lcMethodLMKM(Y ~ Time)
names(method)
length(method)

philips-software/latrend documentation built on Jan. 9, 2025, 4:33 p.m.