getCitation {latrend}R Documentation

Get citation info

Description

Get a citation object indicating how to cite the underlying R packages used for estimating or representing the given method or model.

Usage

getCitation(object, ...)

## S4 method for signature 'lcMethod'
getCitation(object, ...)

## S4 method for signature 'lcModel'
getCitation(object, ...)

Arguments

object

The object

...

Not used.

Value

A utils::citation object.

See Also

utils::citation


[Package latrend version 1.6.1 Index]