Crates.io | lmutils |
lib.rs | lmutils |
version | |
source | src |
created_at | 2024-05-31 18:39:34.126346 |
updated_at | 2024-11-06 01:38:42.51477 |
description | A set of utilities for working with linear regression models |
homepage | |
repository | https://github.com/mrvillage/lmutils |
max_upload_size | |
id | 1258204 |
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` |
size | 0 |
A collection of utilities for working with statistical models, particularly in the vein of MonsterLM and RARity.
cargo add lmutils
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.