Learn R Programming

lame (version 1.3.4)

formula.ame: formula() is not defined for an ame() / lame() fit

Description

ame() and lame() use named arguments (Xrow, Xcol, Xdyad, symmetric, etc.) rather than a formula interface. The summary() output renders a pseudo-formula for diagnostic display, but it is not a valid R formula and cannot be passed back to a fitting function.

Usage

# S3 method for ame
formula(x, ...)

# S3 method for lame formula(x, ...)

Value

Never returns; raises an error.

Arguments

x

an ame or lame fit.

...

ignored.