Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/const-ae/lemur
- Owner: const-ae
- License: other
- Created: 2023-03-03T18:53:35.000Z (almost 2 years ago)
- Default Branch: devel
- Last Pushed: 2024-11-21T16:09:55.000Z (about 1 month ago)
- Last Synced: 2024-12-24T10:09:54.420Z (10 days ago)
- Language: R
- Homepage: https://www.bioconductor.org/packages/lemur/
- Size: 52 MB
- Stars: 82
- Watchers: 5
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
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"}
```