Skip to content

Commit

Permalink
MixedModels
Browse files Browse the repository at this point in the history
  • Loading branch information
PharmCat committed Mar 18, 2023
1 parent 4333a3f commit 45f1e6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 1 addition & 3 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
MixedModels = "ff71e718-51f3-5ec2-a782-8ffcbfa3c316"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand All @@ -17,8 +16,7 @@ Plots = "≥1"
StatsPlots = "≥0.14"
CSV = "≥0.8"
DataFrames = "≥1"
MixedModels = "3.1.5"
PrettyTables = "0.10, 0.11, 1, 2"
PrettyTables = "1, 2"
StatsBase = "≥0.33"
Distributions = "≥0.25"
CategoricalArrays = "≥0.9, 0.10"
6 changes: 6 additions & 0 deletions docs/src/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
```@example lmmexample
using Metida, CSV, DataFrames, MixedModels, CategoricalArrays;
import Pkg
Pkg.activate("MixedModels")
Pkg.add(name="Example", version="3.1.5")
using MixedModels
rds = CSV.File(joinpath(dirname(pathof(Metida)), "..", "test", "csv", "1fptime.csv"); types = [String, String, Float64, Float64]) |> DataFrame
nothing; # hide
Expand Down

0 comments on commit 45f1e6c

Please sign in to comment.