issues
search
jvparidon
/
lmerMultiMember
Multiple membership random effects. Wrapper around lme4::lmer and lme4::glmer.
https://jvparidon.github.io/lmerMultiMember/
MIT License
16
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fail to install lmerMultiMember on M2 Mac
#62
kylecnewton
closed
9 months ago
2
added warning when no data arg is specified in lmer or glmer function…
#61
jvparidon
closed
1 year ago
1
Add informative error message when `lmer()` or `glmer()` is called without passing a `data` arg
#60
jvparidon
closed
1 year ago
0
Fixed small bug that caused observations with multiple members of the…
#59
jvparidon
closed
1 year ago
1
Stack Overflow question/example
#58
bbolker
closed
1 year ago
2
Modeling Longitudinal Data
#57
wetherij
closed
1 year ago
1
glmmTMB/levels check
#56
bbolker
opened
1 year ago
1
rewrote `interaction_weights()` internals, much faster now
#55
jvparidon
closed
1 year ago
1
added a tiny bit of math to intro vignette
#54
jvparidon
closed
1 year ago
0
Calling `predict()` with a dataframe of unobserved cases does not work
#53
jvparidon
opened
1 year ago
1
Jvp/updating vignettes
#52
jvparidon
closed
1 year ago
1
Jvp/updating vignettes
#51
jvparidon
closed
1 year ago
0
updated atp doubles dataset to remove a few faulty rows
#50
jvparidon
closed
1 year ago
1
Updating vignettes
#49
jvparidon
closed
1 year ago
0
fixed stan dependency I overlooked the first time
#48
jvparidon
closed
1 year ago
0
Updated BT models vignette and added an FAQ vignette
#47
jvparidon
closed
1 year ago
1
README: minor mistake in nested random effects text
#46
rdiaz02
closed
1 year ago
2
`sjPlot::plot_model()` can fail because `lmerModLmerTestMultiMember` is not recognized by `insight::find_statistic()`
#45
jvparidon
opened
2 years ago
1
some code styling fixes
#44
jvparidon
closed
2 years ago
0
added intro vignette stub, updated other vignette and styling
#43
jvparidon
closed
2 years ago
1
updated vignette
#42
jvparidon
closed
2 years ago
0
Adding Bradley-Terry model support
#41
jvparidon
closed
2 years ago
0
added helper function for Bradley-Terry model matrices
#40
jvparidon
closed
2 years ago
0
Jvp/add GitHub pages
#39
jvparidon
closed
2 years ago
0
updated github pages site
#38
jvparidon
closed
2 years ago
0
added github pages site
#37
jvparidon
closed
2 years ago
0
Excessive missing data results in matrix dimension mismatch and `Cholmod` error
#36
jvparidon
opened
2 years ago
0
added CITATION.cff because I'm an idiot and I forgot the first time
#35
jvparidon
closed
2 years ago
0
added cff file and removed empty license file
#34
jvparidon
closed
2 years ago
0
added helper function for pre-generating interaction weight matrices
#33
jvparidon
closed
2 years ago
2
added test for bootstrap and profile likelihood CI methods
#32
jvparidon
closed
2 years ago
0
add devtools installation instructions
#31
palday
closed
2 years ago
1
Fixing bug that occurs when a multimembership effect is used in an interaction...
#30
jvparidon
closed
2 years ago
2
added extra comments, replaced some variable names with more informative ones
#29
jvparidon
closed
2 years ago
0
Order of random effects can cause errors
#28
jvparidon
closed
2 years ago
3
Test whether different methods for computing CIs work with lmerMultiMember
#27
jvparidon
closed
2 years ago
5
Mostly working implementation of `lmerTest` compatibility for `lmer`.
#26
jvparidon
closed
2 years ago
3
Working implementations of `plot_multimember_matrix`
#25
jvparidon
closed
2 years ago
1
Working implementation of correct `na.action` handling
#24
jvparidon
closed
2 years ago
2
`weights_from_vector` and `weights_from_columns` should pull NA handling and dataframe from context
#23
jvparidon
closed
2 years ago
1
Fixed unnecessary casting of weight matrix to sparse type
#22
jvparidon
closed
2 years ago
0
Large datasets causing memory error, even when `lme4::lmer` works just fine.
#21
jvparidon
closed
2 years ago
1
Added multimembership matrix slot to model objects
#20
jvparidon
closed
2 years ago
1
Increasing coverage of `lmer` and `glmer`
#19
jvparidon
closed
2 years ago
2
Fixed several minor build warnings and notes (mostly related to docst…
#18
jvparidon
closed
2 years ago
1
Styled code with `styler` and `lintr`, added `lintr` to CI
#17
jvparidon
closed
2 years ago
1
Added helper function for converting memberships spread across multip…
#16
jvparidon
closed
2 years ago
1
Jvp/add glmer v2
#15
jvparidon
closed
2 years ago
0
Tweaks to shadowing, more examples in vignette
#14
palday
closed
2 years ago
0
shadow `lme4::lmer`
#13
palday
closed
2 years ago
0
Next