Skip to content

Commit

Permalink
Use variable for number of covariates
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemc authored Feb 11, 2021
1 parent d10fa53 commit 9dff95f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/orthus.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,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 Expand Up @@ -226,4 +226,4 @@ and taxa you really care about and if you can, isolate your analyses to those.
Alright, that's probably enough philosophizing for an R package Vignette. I hope you enjoy
*orthus*.

# References
# References

0 comments on commit 9dff95f

Please sign in to comment.