Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/MixedModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export @formula,
predict,
profile,
profileσ,
profilesigma,
profilevc,
pwrss,
ranef,
Expand All @@ -143,6 +144,7 @@ export @formula,
shortestcovint,
sdest,
setθ!,
settheta!,
simulate,
simulate!,
sparse,
Expand Down Expand Up @@ -208,6 +210,11 @@ include("profile/profile.jl")
include("nlopt.jl")
include("prima.jl")


# aliases with non-unicode function names
settheta! = setθ!
profilesigma = profileσ

# COV_EXCL_START
@setup_workload begin
# Putting some things in `setup` can reduce the size of the
Expand Down
Loading