Package: parameters
Type: Package
Title: Processing of Model Parameters
Version: 0.3.0
Authors@R: c(
	person("Daniel", 
		"Lüdecke", 
		role = c("aut", "cre"), 
		email = "d.luedecke@uke.de", 
		comment = c(ORCID = "0000-0002-8895-3206")),
	person("Dominique", 
		"Makowski", 
		email = "dom.makowski@gmail.com",
		role = c("aut"), 
		comment = c(ORCID = "0000-0001-5375-9967")),
	person("Mattan S.", 
		"Ben-Shachar", 
		role = c("aut"), 
		email = "matanshm@post.bgu.ac.il", 
		comment = c(ORCID = "0000-0002-4287-4801"))
	)
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 bootstrapping or simulating of parameters and models, feature reduction (feature extraction and variable selection) as well as functions to describe data and variable characteristics (e.g. skewness, kurtosis, smoothness or distribution).
URL: https://easystats.github.io/parameters/
BugReports: https://github.com/easystats/parameters/issues
Depends: R (>= 3.0)
Imports: insight (>= 0.7.0), bayestestR (>= 0.4.0), methods, stats,
        tools, utils
Suggests: AER, aod, BayesFM, BayesFactor, betareg, boot, brms, cAIC4,
        cluster, clValid, covr, dplyr, DRR, effectsize, EGAnet (>=
        0.7), FactoMineR, fastICA, gamlss, gee, geepack, GLMMadaptive,
        glmmTMB, knitr, lavaan, lme4, lmerTest, logspline, MASS,
        Matrix, MCMCglmm, mclust, mgcv, multimode, MuMIn, NbClust,
        nFactors, nlme, panelr, pbkrtest, plm, projpred, pscl, psych,
        randomForest, rmarkdown, rstanarm, sandwich, see, survey,
        survival, testthat, TMB, VGAM, Zelig
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-11-19 13:14:06 UTC; mail
Author: Daniel Lüdecke [aut, cre] (<https://orcid.org/0000-0002-8895-3206>),
  Dominique Makowski [aut] (<https://orcid.org/0000-0001-5375-9967>),
  Mattan S. Ben-Shachar [aut] (<https://orcid.org/0000-0002-4287-4801>)
Maintainer: Daniel Lüdecke <d.luedecke@uke.de>
Repository: CRAN
Date/Publication: 2019-11-20 08:50:02 UTC
