Learn R Programming

ag3stat (version 0.0.1)

OLS-methods: Methods for Function OLS in Package ag3stat, illustrating Stream/Team usage for linear model computations

Description

illustrating Streamer package Stream/Team usage for linear model computations

Arguments

Examples

Run this code
data(mtcars)
OLS(mpg~cyl+wt, mtcars)
m.s = ChunkedDF(mtcars, yieldSize=10)
OLS(mpg~cyl+wt, m.s)$coef # note getPreds parameter can be set
reset(m.s)

Run the code above in your browser using DataLab