lmutils

Crates.iolmutils
lib.rslmutils
version
sourcesrc
created_at2024-05-31 18:39:34.126346
updated_at2024-11-06 01:38:42.51477
descriptionA set of utilities for working with linear regression models
homepage
repositoryhttps://github.com/mrvillage/lmutils
max_upload_size
id1258204
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
mrvillage (mrvillage)

documentation

README

lmutils

A collection of utilities for working with statistical models, particularly in the vein of MonsterLM and RARity.

Installation

cargo add lmutils

R Support

A collection of R functions are provided in the lmutils.r package.

Please note that the R functionality integrated directly into the lmutils crate will likely not work when not called from R.

Commit count: 272

cargo fmt