Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mlysy/lmn

Inference for Linear Models with Nuisance Parameters.
https://github.com/mlysy/lmn

Last synced: 10 days ago
JSON representation

Inference for Linear Models with Nuisance Parameters.

Awesome Lists containing this project

README

        

# LMN: Inference for Linear Models with Nuisance Parameters

*Martin Lysy, Bryan Yates*

---

### Description

Efficient Frequentist profiling and Bayesian marginalization of parameters for which the conditional likelihood is that of a multivariate linear regression model. Arbitrary inter-observation error correlations are supported, with optimized calculations provided for independent-heteroskedastic and stationary dependence structures.

### Installation

Install the R package [**devtools**](https://CRAN.R-project.org/package=devtools) and run
```r
devtools::install_github("mlysy/LMN")
```

### Usage

Please see package vignette: `vignette("LMN")`.