Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PharmCat committed Jan 24, 2021
1 parent f30a7fa commit 12907e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| Model | REML Metida | REML SPSS|
|--------|--------|-------|
| 1 | 1729.4925602367025 | 1729.492560 |
| 2 | 1904.3265170722132 | 1662.172084 |
| 2 | 1904.3265170722132 | 1904.327 |
| 3 | 1772.0953251997046 | 1772.095 |
| 4 | 1730.1895427398322 | 1730.189543 |

Expand Down
4 changes: 2 additions & 2 deletions test/lme4.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ transform!(df, :Days => categorical, renamecols=false)
end

@testset " CS sleepstudy.csv " begin
#REML 1903.327
#REML SPSS 1904.327
# 1662.172084
# 296.693108
#Model 2
Expand Down Expand Up @@ -58,7 +58,7 @@ end
lmm = Metida.LMM(@formula(Reaction~1), df;
random = Metida.VarEffect(Metida.@covstr(Days), Metida.ARH, subj = :Subject)
)
Metida.fit!(lmm)
Metida.fit!(lmm; init = [37.9896, 41.1392, 34.1041, 48.1435, 52.2191, 72.4237, 83.3405, 76.7782, 90.2571, 102.617, 0.900038, 6.83327])
@test lmm.result.reml 1730.1895427398322 atol=1E-6
end

Expand Down

2 comments on commit 12907e9

@PharmCat
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/28568

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" 12907e9b2f46a9d63ff9cf6c8e6243ec6eb97e6c
git push origin v0.2.0

Please sign in to comment.