Skip to content

Commit b2f194f

Browse files
authored
Merge pull request #178 from dmbates/an/docs
Two small doc fixes
2 parents 52b3094 + 7a853f0 commit b2f194f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/constructors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ julia> deviance(fm1)
496496

497497
The value optimized when fitting a `GeneralizedLinearMixedModel` is the Laplace approximation to the deviance or an adaptive Gauss-Hermite evaluation.
498498
```@docs
499-
deviance!
499+
MixedModels.deviance!
500500
```
501501
````julia
502502
julia> MixedModels.deviance!(gm1)

docs/src/optimization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ The *relative covariance factor*, $\Lambda_\theta$, is a $q\times q$ lower-trian
3131
\begin{equation}
3232
\Sigma_\theta=\sigma^2\Lambda_\theta\Lambda_\theta'
3333
\end{equation}
34-
34+
```
3535
The *spherical random effects*, $\mathcal{U}\sim\mathcal{N}(\bf{0},\sigma^2\bf{I}_q)$, determine $\mathcal B$ according to
36-
36+
```math
3737
\begin{equation}
3838
\mathcal{B}=\Lambda_\theta\mathcal{U}.
3939
\end{equation}

0 commit comments

Comments
 (0)