File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ Description: Provides tools for fitting linear mixed models using sparse matrix
55 methods and variance component estimation. Applications include spline-based
66 modeling of spatial and temporal trends using penalized splines (Boer, 2023)
77 <doi:10.1177/1471082X231178591>.
8- Version: 1.0.11.9000
9- Date: 2025-08-20
8+ Version: 1.0.12
9+ Date: 2025-12-03
1010Authors@R: c(person(given = "Martin",
1111 family = "Boer",
1212 email = "martin.boer@wur.nl",
Original file line number Diff line number Diff line change 1- # LMMsolver 1.0.11.9000
1+ # LMMsolver 1.0.12
22
33- First derivatives for ` predict ` using ` deriv ` argument now also implemented for ` spl2D ` and ` spl3D ` .
44- function ` effDim() ` added to get data.frame with effective dimensions.
5- - In the vignette an example added how the generalized heritability can be calculated.
6- - Improved code coverage > 95% using tinytest .
5+ - In the vignette, an example added how the generalized heritability can be calculated.
6+ - Improved code coverage > 95%.
77- Data sets ` barley.uniformity.trial ` and ` oats.data ` added.
8- - All data included in the package that are needed for tests using tinytest
8+ - All data included in the package that are needed for tests.
99
1010# LMMsolver 1.0.11
1111
2424# LMMsolver 1.0.9
2525
2626- Binomial response can now also be modelled as ` fixed = cbind(failure, succes) `
27- - Categorial response using ` family = multinomial() `
27+ - Categorical response using ` family = multinomial() `
2828- Vignette updated, with separate section for GLMM.
2929- doi-link added for ` LMMsolver ` .
3030- argument ` offset ` can be defined as numeric or (new) as column name in data frame.
You can’t perform that action at this time.
0 commit comments