gnu: Add r-rlrsim.
* gnu/packages/statistics.scm (r-rlrsim): New variable.
This commit is contained in:
		
							parent
							
								
									6cae4e9792
								
							
						
					
					
						commit
						516c9f4869
					
				
					 1 changed files with 23 additions and 0 deletions
				
			
		|  | @ -6939,3 +6939,26 @@ is used to allow menus, dialogs, and the response to mouse actions to be | ||||||
|  customized.") |  customized.") | ||||||
|       (home-page "http://homepage.divms.uiowa.edu/~luke/xls/xlsinfo/") |       (home-page "http://homepage.divms.uiowa.edu/~luke/xls/xlsinfo/") | ||||||
|       (license license:expat)))) |       (license license:expat)))) | ||||||
|  | 
 | ||||||
|  | (define-public r-rlrsim | ||||||
|  |   (package | ||||||
|  |     (name "r-rlrsim") | ||||||
|  |     (version "3.1-6") | ||||||
|  |     (source | ||||||
|  |       (origin | ||||||
|  |         (method url-fetch) | ||||||
|  |         (uri (cran-uri "RLRsim" version)) | ||||||
|  |         (sha256 | ||||||
|  |           (base32 "1wkkibr250frsbfq70m9jdrylxb492zibf5w03z6zis98pjffssp")))) | ||||||
|  |     (properties `((upstream-name . "RLRsim"))) | ||||||
|  |     (build-system r-build-system) | ||||||
|  |     (propagated-inputs (list r-lme4 r-mgcv r-nlme r-rcpp)) | ||||||
|  |     (home-page "https://github.com/fabian-s/RLRsim") | ||||||
|  |     (synopsis | ||||||
|  |       "Exact (Restricted) Likelihood Ratio Tests for Mixed and Additive Models") | ||||||
|  |     (description | ||||||
|  |       "Rapid, simulation-based exact (restricted) likelihood ratio tests for testing | ||||||
|  | the presence of variance components/nonparametric terms for models fit with | ||||||
|  | @code{nlme::lme()}, @code{lme4::lmer()}, @code{lmeTest::lmer()}, | ||||||
|  | @code{gamm4::gamm4()}, @code{mgcv::gamm()} and @code{SemiPar::spm()}.") | ||||||
|  |     (license (list license:gpl2+ license:gpl3+)))) | ||||||
|  |  | ||||||
		Reference in a new issue