Learn R Programming

sqlm (version 0.1.0)

print.lm_sql_result: Print an lm_sql_result

Description

Display a concise summary of a fitted SQL linear model.

Usage

# S3 method for lm_sql_result
print(x, ...)

Value

Invisibly returns `x`.

Arguments

x

An `lm_sql_result` object.

...

Not used.

Details

Prints the original function call and the named coefficient vector.