add version 2.7-2 to r-jomo (#21058)

This commit is contained in:
Glenn Johnson 2021-01-17 11:55:45 -06:00 committed by GitHub
parent 9b90640f9a
commit a118404fbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,18 +7,20 @@
class RJomo(RPackage):
"""Similarly to Schafer's package 'pan', 'jomo' is a package for multilevel
"""Multilevel Joint Modelling Multiple Imputation
Similarly to Schafer's package 'pan', 'jomo' is a package for multilevel
joint modelling multiple imputation (Carpenter and Kenward, 2013)
<doi:10.1002/9781119942283>. Novel aspects of 'jomo' are the possibility of
handling binary and categorical data through latent normal variables, the
option to use cluster-specific covariance matrices and to impute compatibly
with the substantive model.
"""
with the substantive model."""
homepage = "https://cloud.r-project.org/package=jomo"
url = "https://cloud.r-project.org/src/contrib/jomo_2.6-2.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/jomo"
version('2.7-2', sha256='3962d5cbecc60e72670329dbef0dd74303080f5ea2a79c91e27f75db99ba6ce9')
version('2.6-9', sha256='b90f47071e62b8863b00b1ae710a56ae6efbfe2baeb9963f8a91a10d6183cc9b')
version('2.6-7', sha256='6e83dab51103511038a3e9a3c762e00cc45ae7080c0a0f64e37bcea8c488db53')
version('2.6-2', sha256='67496d6d69ddbe9a796789fd8b3ac32cada09a81cf5a8e7b925a21e085e2d87f')