Douglas M. Bates
YOU?
Author Swipe
View article: MixedModels.jl
MixedModels.jl Open
A Julia package for fitting (statistical) mixed-effects models
View article: JuliaStats/Distributions.jl: v0.24.10
JuliaStats/Distributions.jl: v0.24.10 Open
Distributions v0.24.10 Diff since v0.24.9 Merged pull requests: Revert update of show (#1244) (@devmotion)
View article: JuliaData/DataFrames.jl: v0.22.2
JuliaData/DataFrames.jl: v0.22.2 Open
DataFrames v0.22.2 Diff since v0.22.1 Closed issues: ComposedFunction not found on julia 1.5.3 (#2562) :auto does not work in DataFrame() (#2565) How to cite this package? (#2568) ArgumentError: syntax df[column] is not supported use df[!,…
View article: JuliaData/DataFrames.jl: v0.21.8
JuliaData/DataFrames.jl: v0.21.8 Open
DataFrames v0.21.8 Diff since v0.21.7 Closed issues: DOC: comparison between Datafeames.jl, pandas, and r data.fame objects (#392) Dataframes with wide columns have poor plain/text representations (#1272) Cheat sheet for R users. (#1530) C…
View article: A Conversation with Grace Wahba
A Conversation with Grace Wahba Open
Grace Wahba (née Goldsmith, born August 3, 1934), I. J. Schoenberg-Hilldale Professor of Statistics at the University of Wisconsin-Madison (Emerita), is a pioneer in methods for smoothing noisy data. Her research combines theoretical analy…
View article: data1.tar.gz
data1.tar.gz Open
A collection of several data sets used to illustrate fitting (generalized) linear mixed-effects models. Individual data sets are in Feather format (https://github.com/wesm/feather). They include Dyestuff, Dyestuff2, Penicillin, Pastes, Ins…
View article: data.tar.gz
data.tar.gz Open
A collection of several data sets used to illustrate fitting (generalized) linear mixed-effects models. Individual data sets are in Feather format (https://github.com/wesm/feather). They include Dyestuff, Dyestuff2, Penicillin, Pastes, Ins…
View article: JuliaStats/MixedModels.jl: v2.2.0
JuliaStats/MixedModels.jl: v2.2.0 Open
Miscellaneous Repository now owned by the JuliaStats organization ## New Features New zerocorr function for individual random-effects terms VarCorr display shows systematic zeros in correlations as . Allow recent versions of BlockArrays an…
View article: dmbates/MixedModels.jl: Add adaptive Gauss-Hermite quadrature
dmbates/MixedModels.jl: Add adaptive Gauss-Hermite quadrature Open
add and document adaptive Gauss-Hermite quadrature for evaluating the deviance of a GLMM add Compat to the REQUIRE file
View article: dmbates/MixedModels.jl: Use BlockedSparse type to reduce allocation
dmbates/MixedModels.jl: Use BlockedSparse type to reduce allocation Open
Reduce memory allocation and garbage collection in models with multiple vector-valued random effects Add tests and test coverage Add benchmarks
View article: dmbates/MixedModels.jl: Fix loglikelihood calculation with weights
dmbates/MixedModels.jl: Fix loglikelihood calculation with weights Open
Fixes #89 Adds more benchmarks Introduces and uses model_response(mf::ModelFrame, d::Distribution) to convert a binary PooledDataArray response to a 0/1 floating point vector. This should be done in DataFrames and a pull request will be ma…
View article: mpastell/Weave.jl: Weave.jl v0.4.1
mpastell/Weave.jl: Weave.jl v0.4.1 Open
This is a bug fix and 0.6 compatibility release, the only new feature is support for citations in pandoc output formats. Support citations in pandoc2html and pandoc2pdf output Disable precompilation due to warnings from depencies Fix depre…
View article: Balancing Type I error and power in linear mixed models
Balancing Type I error and power in linear mixed models Open
Linear mixed-effects models have increasingly replaced mixed-model analyses of variance for statistical inference in factorial psycholinguistic experiments. Although LMMs have many advantages over ANOVA, like ANOVAs, setting them up for da…
View article: dmbates/MixedModels.jl: Allow 3 or more nested factors
dmbates/MixedModels.jl: Allow 3 or more nested factors Open
A Julia package for fitting (statistical) mixed-effects models
View article: dmbates/MixedModels.jl: Expand `OptSummary` and use for passing opt args
dmbates/MixedModels.jl: Expand `OptSummary` and use for passing opt args Open
A Julia package for fitting (statistical) mixed-effects models
View article: dmbates/MixedModels.jl: Extend OptSummary
dmbates/MixedModels.jl: Extend OptSummary Open
extend OptSummary to include more information and to convey settings for the algorithm add show method for OptSummary clean up logic on last evaluation of objective to ensure the structure is consistent with xmin clean up code in fit! meth…
View article: dmbates/MixedModels.jl: Speed increase
dmbates/MixedModels.jl: Speed increase Open
Allocation profiling showed that two downdate! methods were being slowed down because the compiler had insufficient type information on ReMat types. Expanding the template parameters for these types resulted in considerable speed improveme…
View article: Weave.jl: Weave.jl v0.1.2
Weave.jl: Weave.jl v0.1.2 Open
27th April 2016 Fix a bug with out_path for md2html and md2pdf Fix md2html and md2pdf on Windows Improve doctype autodetection Improved regex for parsing markdown input format
View article: Weave.jl: Weave v0.1.1
Weave.jl: Weave v0.1.1 Open
Change pandoc output to use inline images if there is no caption. Use Documenter.jl for documentation. Add chunk option hold, replaces results = "hold". This way you can use e.g. hold = true, results=raw. Methods for setting and restoring …