Skip to content

Commit e1d530f

Browse files
correct typo; update installation info
1 parent dd3ee3f commit e1d530f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/src/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
VarianceComponentModels.jl implements computation routines for fitting and testing variance component model of form
66

7-
$\text{vec}(Y) \sim \text{Nomral}(X B, \Sigma_1 \otimes V_1 + \cdots + \Sigma_m \otimes V_m),$
7+
$\text{vec}(Y) \sim \text{Normal}(X B, \Sigma_1 \otimes V_1 + \cdots + \Sigma_m \otimes V_m),$
88

99
where $\otimes$ is the [Kronecker product](https://en.wikipedia.org/wiki/Kronecker_product).
1010

@@ -24,7 +24,7 @@ and **parameters** are
2424
- Maximum likelihood estimation (MLE) and restricted maximum likelihood estimation (REML) of mean parameters `B` and variance component parameters `Σ`
2525
- Allow constrains in the mean parameters `B`
2626
- Choice of optimization algorithms: [Fisher scoring](https://books.google.com/books?id=QYqeYTftPNwC&lpg=PP1&pg=PA142#v=onepage&q&f=false) and [minorization-maximization algorithm](http://arxiv.org/abs/1509.07426)
27-
- [Heritability Analysis](@ref) in genetics
27+
- [Heritability analysis](@ref) in genetics
2828

2929
## Installation
3030

@@ -35,7 +35,7 @@ https://github.com/JuliaLang/julia repository.
3535
The package has not yet been registered and must be installed using the repository location.
3636
Start julia and use the `]` key to switch to the package manager REPL
3737
```julia
38-
(v0.7) pkg> add https://github.com/OpenMendel/VarianceComponentModels.jl.git#Julia-0.7
38+
(v1.2) pkg> add https://github.com/OpenMendel/VarianceComponentModels.jl.git
3939
```
4040
Use the backspace key to return to the Julia REPL.
4141

0 commit comments

Comments
 (0)