Skip to content

Commit

Permalink
Merge pull request #192 from LCBC-UiO/dev
Browse files Browse the repository at this point in the history
Added rOpenSci badge
  • Loading branch information
osorensen authored Sep 22, 2024
2 parents 8cfa6c2 + 63a1b50 commit f254af8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ knitr::opts_chunk$set(

<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/galamm)](https://cran.r-project.org/package=galamm)
[![Status at rOpenSci Software Peer Review](https://badges.ropensci.org/615_status.svg)](https://github.com/ropensci/software-review/issues/615)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![R-CMD-check](https://github.com/LCBC-UiO/galamm/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/LCBC-UiO/galamm/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/LCBC-UiO/galamm/branch/main/graph/badge.svg)](https://app.codecov.io/gh/LCBC-UiO/galamm?branch=main)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

[![CRAN
status](https://www.r-pkg.org/badges/version/galamm)](https://cran.r-project.org/package=galamm)
[![Status at rOpenSci Software Peer
Review](https://badges.ropensci.org/615_status.svg)](https://github.com/ropensci/software-review/issues/615)
[![Project Status: Active – The project has reached a stable, usable
state and is being actively
developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
Expand Down
2 changes: 1 addition & 1 deletion vignettes-raw/latent_observed_interaction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The structural model is simply $\eta = \zeta \sim N(0, \psi)$, where $\psi$ is i

### Model Without Interaction

It can be instructive to start by considering a model in which we fix $\\lambda_{4} = 0$. This type of model would be estimated with the following code:
It can be instructive to start by considering a model in which we fix $\lambda_{4} = 0$. This type of model would be estimated with the following code:

```{r}
lambda <- matrix(c(1, NA, NA), ncol = 1)
Expand Down
2 changes: 1 addition & 1 deletion vignettes/latent_observed_interaction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The structural model is simply $\eta = \zeta \sim N(0, \psi)$, where $\psi$ is i

### Model Without Interaction

It can be instructive to start by considering a model in which we fix $\\lambda_{4} = 0$. This type of model would be estimated with the following code:
It can be instructive to start by considering a model in which we fix $\lambda_{4} = 0$. This type of model would be estimated with the following code:


``` r
Expand Down

0 comments on commit f254af8

Please sign in to comment.