File tree 2 files changed +0
-7
lines changed
2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,12 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
12
12
DocStringExtensions = " ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
13
13
Effects = " 8f03c58b-bd97-4933-a826-f71b64d2cca2"
14
14
GLM = " 38e38edf-8417-5370-95a0-9cbb8c7f171a"
15
- IncompleteLU = " 40713840-3770-5561-ab4c-a76e7d0d7895"
16
15
IterativeSolvers = " 42fd0dbc-a981-5370-80f2-aaf504508153"
17
16
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
18
17
Logging = " 56ddb016-857b-54e1-b83d-db4d58db5568"
19
18
MLBase = " f0e99cf1-93fa-52ec-9ecc-5026115318e0"
20
19
Missings = " e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
21
20
MixedModels = " ff71e718-51f3-5ec2-a782-8ffcbfa3c316"
22
- MixedModelsPermutations = " 647c4018-d7ef-4d03-a0cc-8889a722319e"
23
- MixedModelsSim = " d5ae56c5-23ca-4a1f-b505-9fc4796fc1fe"
24
21
PkgBenchmark = " 32113eaa-f34f-5b0d-bd6c-c81e245fc73d"
25
22
ProgressMeter = " 92933f4c-e287-5a05-a399-4b506db050ca"
26
23
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
@@ -44,13 +41,10 @@ Distributions = "0.25"
44
41
DocStringExtensions = " 0.9"
45
42
Effects = " 0.1"
46
43
GLM = " 1"
47
- IncompleteLU = " 0.2"
48
44
IterativeSolvers = " 0.9"
49
45
MLBase = " 0.9"
50
46
Missings = " 1"
51
47
MixedModels = " 4"
52
- MixedModelsPermutations = " 0.1,0.2"
53
- MixedModelsSim = " 0.2"
54
48
PkgBenchmark = " 0.2"
55
49
ProgressMeter = " 1"
56
50
RobustModels = " 0.4"
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ import StatsModels: terms
33
33
34
34
import MixedModels. likelihoodratiotest
35
35
36
- # using IncompleteLU
37
36
import Base .(+ ) # overwrite for DesignMatrices
38
37
using Distributions: Gamma, pdf # TODO replace this with direct implementation (used in basisfunction.jl)
39
38
You can’t perform that action at this time.
0 commit comments