Learn R Programming

MatrixModels (version 0.2-1)

getCall: Get 'call' Component of an R Object

Description

Get the call component (or slot) of an R

Usage

getCall(x)

Arguments

x
an Robject, typically a fitted model, possibly inheriting from class Model.

Value

  • an object of class "call", see call.

code

x@call

See Also

call; the Model class has a getCall method (which is inherited to all its derived classes).