Skip to content

Commit d179cfa

Browse files
committed
cherry pick only user-relevant functions for API
1 parent ea50cd6 commit d179cfa

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ diag(model.Σcov) # m * (binomial(d, 2) + d) parameters
6666
model.logl
6767
```
6868
## References
69-
- H. Zhou, L. Hu, J. Zhou, and K. Lange: **MM algorithms for variance components models** (2019) ([link](https://doi.org/10.1080/10618600.2018.1529601))
70-
- M. Kim: **Gene regulation in the human brain and the biological mechanisms underlying psychiatric disorders** (2022) ([link](https://escholarship.org/uc/item/9v08q5f7))
69+
- <u>H. Zhou, L. Hu, J. Zhou, and K. Lange: **MM algorithms for variance components models** (2019) ([link](https://doi.org/10.1080/10618600.2018.1529601))</u>
70+
- <u>M. Kim: **Gene regulation in the human brain and the biological mechanisms underlying psychiatric disorders** (2022) ([link](https://escholarship.org/uc/item/9v08q5f7))</u>
7171

7272
## See also
7373
- J. Kim, J. Shen, A. Wang, D.V. Mehrotra, S. Ko, J.J. Zhou, and H. Zhou: **VCSEL: Prioritizing SNP-set by penalized variance component selection** (2021) ([link](http://doi.org/10.1214/21-aoas1491))

docs/src/api.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
```@index
44
```
55

6-
```@autodocs
7-
Modules = [MultiResponseVarianceComponentModels]
6+
```@docs
7+
MultiResponseVarianceComponentModels
8+
MRVCModel
9+
MRTVCModel
10+
fit!
811
```

src/parse.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
lrt(model1::MRVCModel, model0::MRVCModel)
2+
lrt(model1::VCModel, model0::VCModel)
33
44
Perform a variation of the likelihood ratio test for univariate variance components models as in
55
Molenberghs and Verbeke 2007 with model1 and model0 being the full and nested models, respectively.

0 commit comments

Comments
 (0)