Package: bigReg 0.1.5
bigReg: Generalized Linear Models (GLM) for Large Data Sets
Allows the user to carry out GLM on very large data sets. Data can be created using the data_frame() function and appended to the object with object$append(data); data_frame and data_matrix objects are available that allow the user to store large data on disk. The data is stored as doubles in binary format and any character columns are transformed to factors and then stored as numeric (binary) data while a look-up table is stored in a separate .meta_data file in the same folder. The data is stored in blocks and GLM regression algorithm is modified and carries out a MapReduce- like algorithm to fit the model. The functions bglm(), and summary() and bglm_predict() are available for creating and post-processing of models. The library requires Armadillo installed on your system. It may not function on windows since multi-core processing is done using mclapply() which forks R on Unix/Linux type operating systems.
Authors:
bigReg_0.1.5.tar.gz
bigReg_0.1.5.tar.gz(r-4.5-noble)bigReg_0.1.5.tar.gz(r-4.4-noble)
bigReg_0.1.5.tgz(r-4.4-emscripten)bigReg_0.1.5.tgz(r-4.3-emscripten)
bigReg.pdf |bigReg.html✨
bigReg/json (API)
# Install 'bigReg' in R: |
install.packages('bigReg', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
- plasma - Plasma data from the HSAUR package
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 12 months agofrom:f917cfbb44. Checks:OK: 2. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 06 2024 |
R-4.5-linux-x86_64 | OK | Nov 06 2024 |
Exports:asIntegerbglmbglm_predictbinomial_blmCreateFactordata_framedata_matrixfamily_Gamma_gaussian_inverse.gaussian_load_data_frameload_data_matrixmyInmySeqpoisson_print.bglmprint.blmprint.data_frameprint.data_matrixprint.summary.bglmprint.summary.blmprocess_bglm_blockquasi_quasibinomial_quasipoisson_r_bindread_df_blockread_df_blocksread_matrix_blockread_matrix_blocksreadNumericVectorsum_bglm_blocksummary.bglmsummary.blmSVDwrite_numeric_vectorwriteNumericVectorXWXMatrixXWXMatrixW
Dependencies:MASSRcppRcppArmadillouuid