Skip to main content

interp_summary_lm

Function interp_summary_lm 

Source
fn interp_summary_lm(
    args: &[RValue],
    _named: &[(String, RValue)],
    context: &BuiltinContext<'_>,
) -> Result<RValue, RError>
Expand description

Print a summary of a linear model.

Displays the coefficients table for an lm object.

@param object an lm object (result of lm()) @return the object, invisibly