-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.Rmd
30 lines (23 loc) · 1.15 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: "README"
author: "Bob O'Hara"
date: "8/29/2021"
output: github_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## LatentINLA Readme
This package is made to play around with latent variable models in INLA.
## To Do
- look at speeding it up
- are initial values going to help with speed or convergence?
- Try a constrained model
- Try a spatial model, making the site scores spatial rather than iid.
- plant some trees to offset the atmospheric warning created by running these models
<!-- badges: start -->
[![R-CMD-check](https://github.com/oharar/LatentINLA/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/oharar/LatentINLA/actions/workflows/R-CMD-check.yaml)
[![CRAN status](https://www.r-pkg.org/badges/version/LatentINLA)](https://CRAN.R-project.org/package=LatentINLA)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![Codecov test coverage](https://codecov.io/gh/oharar/LatentINLA/branch/main/graph/badge.svg)](https://app.codecov.io/gh/oharar/LatentINLA?branch=main)
<!-- badges: end -->