-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
galamm: Generalized Additive Latent and Mixed Models #614
Comments
Thank you @osorensen for this pre-submission inquiry! This package is well within our statistical scope and we'd be happy to review a full submission. While we recommend autotest, documentation of your standards compliance with srr and submission are not dependent on a clean autotest run. @mpadge, can you provide some interpretation of this autotest result? |
1 similar comment
Thank you @osorensen for this pre-submission inquiry! This package is well within our statistical scope and we'd be happy to review a full submission. While we recommend autotest, documentation of your standards compliance with srr and submission are not dependent on a clean autotest run. @mpadge, can you provide some interpretation of this autotest result? |
@noamross Those errors in autotest are a bug on our side. @osorensen Sorry for any inconvenience; feel free to ignore autotest results from here on (at least the errors), and continue with your submission. |
@osorensen Please open a new issue. Issues for full submissions will trigger our auto-checker. |
Submitting Author Name: Øystein Sørensen
Submitting Author Github Handle: @osorensen
Repository: https://github.com/LCBC-UiO/galamm
Submission type: Pre-submission
Language: en
Scope
Please indicate which category or categories from our package fit policies or statistical package categories this package falls under. (Please check an appropriate box below):
Data Lifecycle Packages
Statistical Packages
Explain how and why the package falls under these categories (briefly, 1-2 sentences). Please note any areas you are unsure of:
The package estimates mixed effect and latent variable models which may include smooth nonlinear terms. Pretty obvious that it's regression software.
If submitting a statistical package, have you already incorporated documentation of standards into your code via the srr package?
No.
pkgcheck::pkgcheck()
says the package is ready to be submitted, but I have the same issue with theautotest
package as described here. Runningx <- autotest_package(test = TRUE)
gives 6 errors, 5 warnings, and 21 diagnostic messages, as shown below:For example, the first error has the following entry in the
content
column, and the other errors are similar.I don't know what this means, and I'm not able to figure it out by reading the documentation and vignettes of the
autotest
package. Anyhow, since the srr package is supposed to be used after autotest returnsNULL
, I haven't been able to try it.Who is the target audience and what are scientific applications of this package?
The target audience is applied statisticians and quantitative scientists, particularly those working on the social sciences. The package is motivated by longitudinal studies in cognitive neuroscience, but it is applicable wherever a measurement model (of factor analysis type) needs to be combined with hierarchical modeling.
Are there other R packages that accomplish the same thing? If so, how does yours differ or meet our criteria for best-in-category?
None that I am aware of. It is possible to implement these types of models using, e.g., Stan or JAGS, and potentially some using OpenMx, but that requires a lot more programming. The package does have overlapping features with other R packages, including lme4, mgcv, PLmixed, gamlss, and lavaan, but the aim of this package is to provide functionality not supported by those packages.
(If applicable) Does your package comply with our guidance around Ethics, Data Privacy and Human Subjects Research?
Any other questions or issues we should be aware of?:
I have written this package myself, but I have imported some limited amount of code from packages
lme4
andmgcv
, as well as theC++
library autodiff. In accordance with the policy stated in Chapter 1.9 of the rOpenSci online book, I have added the authors of those packages as contributors inDESCRIPTION
.The text was updated successfully, but these errors were encountered: