Learn R Programming

kinesis (version 0.3.1)

lm_server: Linear Model Server

Description

Linear Model Server

Usage

lm_server(id, x)

Value

A reactive lm object.

Arguments

id

An ID string that corresponds with the ID used to call the module's UI function.

x

A reactive data.frame.

See Also

lm_ui()

Other modeling modules: lm_ui()