-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix lfactor for categorical responses,run-extended
- Loading branch information
Showing
5 changed files
with
100 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,19 @@ | |
"@context": "https://doi.org/10.5063/schema/codemeta-2.0", | ||
"@type": "SoftwareSourceCode", | ||
"identifier": "dynamite", | ||
"description": "Easy-to-use and efficient interface for Bayesian inference of complex panel (time series) data using dynamic multivariate panel models by the Authors (2022). The package supports joint modeling of multiple measurements per individual, time-varying and time-invariant effects, and a wide range of discrete and continuous distributions. Estimation of these dynamic multivariate panel models is carried out via 'Stan'. For an in-depth tutorial of the package, see the package vignette.", | ||
"description": "Easy-to-use and efficient interface for Bayesian inference of complex panel (time series) data using dynamic multivariate panel models by Helske and Tikka (2022) <doi:10.31235/osf.io/mdwu5>. The package supports joint modeling of multiple measurements per individual, time-varying and time-invariant effects, and a wide range of discrete and continuous distributions. Estimation of these dynamic multivariate panel models is carried out via 'Stan'. For an in-depth tutorial of the package, see (Tikka and Helske, 2023) <arxiv:2302.01607>.", | ||
"name": "dynamite: Bayesian Modeling and Causal Inference for Multivariate\n Longitudinal Data", | ||
"relatedLink": ["https://docs.ropensci.org/dynamite/", "https://CRAN.R-project.org/package=dynamite"], | ||
"codeRepository": "https://github.com/ropensci/dynamite/", | ||
"issueTracker": "https://github.com/ropensci/dynamite/issues/", | ||
"license": "https://spdx.org/licenses/GPL-3.0", | ||
"version": "1.4.2", | ||
"version": "1.4.5", | ||
"programmingLanguage": { | ||
"@type": "ComputerLanguage", | ||
"name": "R", | ||
"url": "https://r-project.org" | ||
}, | ||
"runtimePlatform": "R version 4.2.1 (2022-06-23 ucrt)", | ||
"runtimePlatform": "R version 4.3.0 (2023-04-21 ucrt)", | ||
"provider": { | ||
"@id": "https://cran.r-project.org", | ||
"@type": "Organization", | ||
|
@@ -21,26 +24,26 @@ | |
"author": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "XXXX", | ||
"familyName": "XXXX", | ||
"email": "xxxx", | ||
"@id": "https://orcid.org/XXXX" | ||
"givenName": "Santtu", | ||
"familyName": "Tikka", | ||
"email": "[email protected]", | ||
"@id": "https://orcid.org/0000-0003-4039-4342" | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "XXXX", | ||
"familyName": "XXXX", | ||
"email": "xxxx", | ||
"@id": "https://orcid.org/XXXX" | ||
"givenName": "Jouni", | ||
"familyName": "Helske", | ||
"email": "[email protected]", | ||
"@id": "https://orcid.org/0000-0001-7130-793X" | ||
} | ||
], | ||
"maintainer": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "XXXX", | ||
"familyName": "XXXX", | ||
"email": "xxxx", | ||
"@id": "https://orcid.org/XXXX" | ||
"givenName": "Santtu", | ||
"familyName": "Tikka", | ||
"email": "[email protected]", | ||
"@id": "https://orcid.org/0000-0003-4039-4342" | ||
} | ||
], | ||
"softwareSuggestions": [ | ||
|
@@ -304,30 +307,75 @@ | |
}, | ||
"SystemRequirements": null | ||
}, | ||
"fileSize": "5064.821KB", | ||
"fileSize": "5081.692KB", | ||
"citation": [ | ||
{ | ||
"@type": "CreativeWork", | ||
"datePublished": "2023", | ||
"author": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "Santtu", | ||
"familyName": "Tikka" | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Jouni", | ||
"familyName": "Helske" | ||
} | ||
], | ||
"name": "dynamite: An R Package for Dynamic Multivariate Panel Models", | ||
"identifier": "10.48550/ARXIV.2302.01607", | ||
"url": "https://arxiv.org/abs/2302.01607", | ||
"@id": "https://doi.org/10.48550/ARXIV.2302.01607", | ||
"sameAs": "https://doi.org/10.48550/ARXIV.2302.01607" | ||
}, | ||
{ | ||
"@type": "CreativeWork", | ||
"datePublished": "2022", | ||
"author": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "Santtu", | ||
"familyName": "Tikka" | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Jouni", | ||
"familyName": "Helske" | ||
} | ||
], | ||
"name": "Estimating Causal Effects from Panel Data with Dynamic\n Multivariate Panel Models", | ||
"url": "https://osf.io/preprints/socarxiv/mdwu5/" | ||
}, | ||
{ | ||
"@type": "SoftwareSourceCode", | ||
"datePublished": "2022", | ||
"author": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "XXXX", | ||
"familyName": "XXXX" | ||
"givenName": "Santtu", | ||
"familyName": "Tikka" | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "XXXX", | ||
"familyName": "XXXX" | ||
"givenName": "Jouni", | ||
"familyName": "Helske" | ||
} | ||
], | ||
"name": "Bayesian Modeling and Causal Inference for Multivariate\n Longitudinal Data", | ||
"url": "https://github.com/ropensci/dynamite", | ||
"description": "R package version 1.0.0" | ||
} | ||
], | ||
"codeRepository": "https://github.com/ropensci/dynamite", | ||
"releaseNotes": "https://github.com/ropensci/dynamite/blob/master/NEWS.md", | ||
"readme": "https://github.com/ropensci/dynamite/blob/main/README.md", | ||
"contIntegration": ["https://github.com/ropensci/dynamite/actions", "https://app.codecov.io/gh/ropensci/dynamite?branch=main"], | ||
"developmentStatus": "https://www.repostatus.org/#active", | ||
"review": { | ||
"@type": "Review", | ||
"url": "https://github.com/ropensci/software-review/issues/554", | ||
"provider": "https://ropensci.org" | ||
}, | ||
"keywords": ["bayesian-inference", "panel-data", "r", "r-package", "rstats", "stan", "statistical-models"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters