Skip to content

Commit 0dc3993

Browse files
authored
use MixedModelsDatasets (#718)
1 parent 84d21f4 commit 0dc3993

File tree

3 files changed

+3
-37
lines changed

3 files changed

+3
-37
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
1010
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
1111
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
1212
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
13-
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
1413
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1514
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
15+
MixedModelsDatasets = "7e9fb7ac-9f67-43bf-b2c8-96ba0796cbb6"
1616
NLopt = "76087f3c-5699-56af-9a33-bf431cd00edd"
1717
PooledArrays = "2dfb63ee-cc39-5dd5-95bd-886bf059d720"
1818
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
@@ -36,7 +36,7 @@ DataAPI = "1"
3636
Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
3737
GLM = "1.8.2"
3838
JSON3 = "1"
39-
LazyArtifacts = "1"
39+
MixedModelsDatasets = "0.1"
4040
NLopt = "0.6, 1"
4141
PooledArrays = "0.5, 1"
4242
PrecompileTools = "1"

src/MixedModels.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ using DataAPI
66
using Distributions
77
using GLM
88
using JSON3
9-
using LazyArtifacts
109
using LinearAlgebra
1110
using Markdown
1211
using NLopt
@@ -27,6 +26,7 @@ using LinearAlgebra: BlasFloat, BlasReal, HermOrSym, PosDefException, copytri!
2726
using Base: Ryu, require_one_based_indexing
2827
using DataAPI: levels, refpool, refarray, refvalue
2928
using GLM: Link, canonicallink, linkfun, linkinv, dispersion, dispersion_parameter
29+
using MixedModelsDatasets: dataset, datasets
3030
using NLopt: Opt
3131
using StatsModels: TableRegressionModel
3232
using StatsFuns: log2π, normccdf
@@ -164,7 +164,6 @@ abstract type MixedModel{T} <: StatsModels.RegressionModel end # model with fixe
164164
include("utilities.jl")
165165
include("blocks.jl")
166166
include("pca.jl")
167-
include("datasets.jl")
168167
include("arraytypes.jl")
169168
include("varcorr.jl")
170169
include("Xymat.jl")

src/datasets.jl

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)