Package: parameters
Type: Package
Title: Processing of Model Parameters
Version: 0.2.0
Authors@R: c(
	person("Dominique", 
		"Makowski", 
		email = "dom.makowski@gmail.com",
		role = c("aut", "cre"), 
		comment = c(ORCID = "0000-0001-5375-9967")),
	person("Daniel", 
		"Lüdecke", 
		role = c("aut"), 
		email = "d.luedecke@uke.de", 
		comment = c(ORCID = "0000-0002-8895-3206")),
	person("Mattan S.", 
		"Ben-Shachar", 
		role = c("aut"), 
		email = "matanshm@post.bgu.ac.il", 
		comment = c(ORCID = "0000-0002-4287-4801")),
	person("Ken", 
		"Kelley", 
		role = c("ctb")),
	person("David", 
		"Stanley", 
		role = c("ctb"))
	)
Maintainer: Dominique Makowski <dom.makowski@gmail.com>
Description: Utilities for processing the parameters of various statistical models. Beyond computing p values, CIs, and other indices for a wide variety of models (see support list of insight; Lüdecke, Waggoner & Makowski (2019) <doi:10.21105/joss.01412>), this package implements features like standardization or bootstrapping of parameters and models, feature reduction (feature extraction and variable selection) as well as conversion between indices of effect size.
URL: https://easystats.github.io/parameters/
BugReports: https://github.com/easystats/parameters/issues
Depends: R (>= 3.0)
Imports: insight (>= 0.5.0), bayestestR (>= 0.3.0), methods, stats,
        tools, utils
Suggests: AER, aod, BayesFM, BayesFactor, betareg, boot, brms, cAIC4,
        covr, dplyr, DRR, EGAnet (>= 0.7), FactoMineR, fastICA, gamlss,
        gee, geepack, GLMMadaptive, glmmTMB, knitr, lavaan, lme4,
        lmerTest, logspline, MASS, Matrix, MCMCglmm, mgcv, MuMIn,
        nFactors, nlme, panelr, pbkrtest, plm, projpred, pscl, psych,
        randomForest, rmarkdown, rstanarm, see, survey, survival,
        testthat, VGAM, Zelig
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-09-26 08:03:07 UTC; Dom
Author: Dominique Makowski [aut, cre] (<https://orcid.org/0000-0001-5375-9967>),
  Daniel Lüdecke [aut] (<https://orcid.org/0000-0002-8895-3206>),
  Mattan S. Ben-Shachar [aut] (<https://orcid.org/0000-0002-4287-4801>),
  Ken Kelley [ctb],
  David Stanley [ctb]
Repository: CRAN
Date/Publication: 2019-09-26 10:40:02 UTC
