Skip to content

Commit

Permalink
export anova, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PharmCat committed May 4, 2021
1 parent ee22b37 commit aad9ff1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/src/instanduse.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,15 @@ fit!(lmm)
lmm.log
```

##### Type III Tests of Fixed Effects

!!! warning
Experimental

```@example lmmexample
anova(lmm)
```

### Model construction

```@docs
Expand Down
2 changes: 1 addition & 1 deletion src/Metida.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ TOEPP, ToeplitzParameterized,
TOEPH, HeterogeneousToeplitz,
TOEPHP, HeterogeneousToeplitzParameterized,
CovarianceType, CovmatMethod,
fit!, LMM, VarEffect, theta, logreml, m2logreml, thetalength, dof_satter, dof_contain, rankx, caic, lcontrast,
fit!, LMM, VarEffect, theta, logreml, m2logreml, thetalength, dof_satter, dof_contain, rankx, caic, lcontrast, anova,
gmatrix, rmatrix, vmatrix!,
AbstractCovarianceType, AbstractCovmatMethod, MetidaModel

Expand Down

0 comments on commit aad9ff1

Please sign in to comment.