Package: parameters
Type: Package
Title: Processing of Model Parameters
Version: 0.1.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.
Depends: R (>= 3.0), stats, utils
Imports: insight (>= 0.4.1), bayestestR (>= 0.2.5), tools
Suggests: BayesFM, BayesFactor, boot, brms, cAIC4, covr, dplyr, EGAnet
        (>= 0.7), knitr, lavaan, lme4, lmerTest, logspline, MASS,
        MuMIn, nFactors, pbkrtest, psych, projpred, randomForest,
        rmarkdown, rstanarm, see, survey, testthat, VGAM
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-08-24 22:27:49 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-08-26 08:30:03 UTC
