Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PharmCat committed Jun 6, 2023
1 parent b35d9fb commit a44ab46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/examples.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
### Example 1 - Continuous and categorical predictors

```@example lmmexample
using Metida, CSV, DataFrames, CategoricalArrays;
using Metida, CSV, DataFrames, CategoricalArrays, Plots;
import Pkg
Pkg.activate("MixedModels")
Pkg.add(name="Example", version="3.1.5")
Pkg.add(name="MixedModels", version="3.1.5")
using MixedModels
Expand Down

0 comments on commit a44ab46

Please sign in to comment.