Skip to content

Commit

Permalink
Merge pull request #11 from mikemc/patch-1
Browse files Browse the repository at this point in the history
Use variable for number of covariates
  • Loading branch information
michellepistner authored May 3, 2024
2 parents 03d6618 + 9dff95f commit b92326f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/orthus.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ state that our mean for $\Lambda$ is centered about $\mathbf{0}$ and that the si

```r
Gamma <- diag(Q)
Theta <- matrix(0, D-1+P, 1)
Theta <- matrix(0, D-1+P, Q)
```


Expand Down

0 comments on commit b92326f

Please sign in to comment.