Description Usage Arguments Value Author(s) See Also Examples
This method allows matter_mat
matrices and matter_df
data frames to be used with the biglm
and bigglm
functions from the “biglm” package.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## S4 method for signature 'formula,virtual_df'
biglm(formula, data, weights = NULL, sandwich = FALSE)
## S4 method for signature 'formula,virtual_df'
bigglm(formula, data, ..., chunksize = NULL)
## S4 method for signature 'formula,matter_mat'
bigglm(formula, data, ..., chunksize = NULL, fc = NULL)
## S4 method for signature 'formula,sparse_mat'
bigglm(formula, data, ..., chunksize = NULL, fc = NULL)
## S4 method for signature 'formula,virtual_mat'
bigglm(formula, data, ..., chunksize = NULL, fc = NULL)
|
formula |
A model |
data |
A |
weights |
A one-sided, single-term formula specifying weights. |
sandwich |
If |
chunksize |
An integer giving the maximum number of rows to process at a time. If left |
fc |
Either column indices or names of variables which are factors. |
... |
Additional options passed to |
An object of class bigglm
.
Kylie A. Bemis
1 2 3 4 5 6 7 8 9 10 11 |
Loading required package: biglm
Loading required package: DBI
Attaching package: 'matter'
The following objects are masked from 'package:base':
apply, scale
(Intercept) x1 x2 x3 x4 x5
-0.03523360 0.11311493 -0.01989207 -0.19409195 0.08794120 -0.11345792
x6 x7 x8 x9
-0.09366813 -0.08451424 0.05626240 0.19443693
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.