lmutils 0.2.91

A set of utilities for working with linear regression models
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# lmutils

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

## Installation

```bash
cargo add lmutils
```

## R Support

A collection of R functions are provided in the [lmutils.r](https://github.com/mrvillage/lmutils.r) package.

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