1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/datawizard-package.R
\docType{package}
\name{datawizard-package}
\alias{datawizard-package}
\alias{datawizard}
\title{datawizard: Easy Data Wrangling and Statistical Transformations}
\description{
A lightweight package to assist in key steps involved in any data analysis
workflow:
\itemize{
\item wrangling the raw data to get it in the needed form,
\item applying preprocessing steps and statistical transformations, and
\item compute statistical summaries of data properties and distributions.
}
It is also the data wrangling backend for packages in 'easystats' ecosystem.
Reference: Patil et al. (2022) \doi{10.21105/joss.04684}.
}
\details{
\code{datawizard}
}
\seealso{
Useful links:
\itemize{
\item \url{https://easystats.github.io/datawizard/}
\item Report bugs at \url{https://github.com/easystats/datawizard/issues}
}
}
\author{
\strong{Maintainer}: Etienne Bacher \email{etienne.bacher@protonmail.com} (\href{https://orcid.org/0000-0002-9271-5075}{ORCID})
Authors:
\itemize{
\item Indrajeet Patil \email{patilindrajeet.science@gmail.com} (\href{https://orcid.org/0000-0003-1995-6531}{ORCID})
\item Dominique Makowski \email{dom.makowski@gmail.com} (\href{https://orcid.org/0000-0001-5375-9967}{ORCID})
\item Daniel Lüdecke \email{d.luedecke@uke.de} (\href{https://orcid.org/0000-0002-8895-3206}{ORCID})
\item Mattan S. Ben-Shachar \email{matanshm@post.bgu.ac.il} (\href{https://orcid.org/0000-0002-4287-4801}{ORCID})
\item Brenton M. Wiernik \email{brenton@wiernik.org} (\href{https://orcid.org/0000-0001-9560-6336}{ORCID})
}
Other contributors:
\itemize{
\item Rémi Thériault \email{remi.theriault@mail.mcgill.ca} (\href{https://orcid.org/0000-0003-4315-6788}{ORCID}) [contributor]
\item Thomas J. Faulkenberry \email{faulkenberry@tarleton.edu} [reviewer]
\item Robert Garrett \email{rcg4@illinois.edu} [reviewer]
}
}
\keyword{internal}
|