Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/const-ae/lemur

Latent Embedding Multivariate Regression
https://github.com/const-ae/lemur

Last synced: 6 days ago
JSON representation

Latent Embedding Multivariate Regression

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r setup, include = FALSE}
if(! exists("..options_set") || isFALSE(..options_set)){
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "80%",
fig.asp = 0.5,
fig.align = "center",
dpi = 300
)
..options_set <- TRUE
}
```

```{r child = "vignettes/Introduction.qmd"}

```