Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 6 of 6 found.
[1] < 1 > [1]  Sort:

allan-package (Package: allan) :

Builds on biglm package to automate fitting of linear models with data that do not fit into R memory. Also includes a forward step variable selection routine. None of the functions are bounded by the size of the training or validation datasets. Requires biglm package.
● Data Source: CranContrib
● Keywords: large, linear, memory, package, regression, selection, unbounded
● Alias: allan, allan-package
● 0 images

allanVarSelect (Package: allan) :

The function performs forward stepwise variable selection for linear models on any sized dataset, even if it does not fit into R memory. AIC, BIC, and MSE are the available criteria for variable selection. The variable that minimizes these metrics is selected each step until the specified number of variables are entered into the model. The selection starts with a NULL model and adds variables.
● Data Source: CranContrib
● Keywords: linear, memory, regression, stepwise, ~kwd2
● Alias: allanVarSelect
● 0 images

readinbigdata (Package: allan) : Create a Connection to Very Large Datasets for Linear Model Fitting

This function opens a connection to a dataset. It is typically used when the dataset used for fitting is too large to reside in R memory. Does not necessarily need to be used by end-user.
● Data Source: CranContrib
● Keywords: chunk, linear, memory, regression
● Alias: readinbigdata
● 0 images

getbestchunksize (Package: allan) :

Reads in a small portion of the data and measures the amount of memory the portion occupies in R and then calculates the best size for each chunk based on available memory and additional overhead needed for calculations.
● Data Source: CranContrib
● Keywords: chunk, chunksize, linear, memory, regression, ~kwd2
● Alias: getbestchunksize
● 0 images

fitvbiglm (Package: allan) :

Fits a biglm object on any sized dataset. Automatically chunks up the data and returns a fitted biglm object on the entire dataset.
● Data Source: CranContrib
● Keywords: fit, linear, memory, regression
● Alias: fitvbiglm
● 0 images

predictvbiglm (Package: allan) :

Generates prediction statistics on a validation file and returns data frame of results. For actual predictions, use the biglm predict function.
● Data Source: CranContrib
● Keywords: linear, memory, predict, regression, ~kwd2
● Alias: predictvbiglm
● 0 images