mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
4fc332f0e2
Convert statistical analysis objects from R into tidy data frames, so that they can more easily be combined, reshaped and otherwise processed with tools like 'dplyr', 'tidyr' and 'ggplot2'. The package provides three S3 generics: tidy, which summarizes a model's statistical findings such as coefficients of a regression; augment, which adds columns to the original data such as predictions, residuals and cluster assignments; and glance, which provides a one-row summary of model-level statistics. WWW: https://cran.r-project.org/web/packages/broom/
11 lines
552 B
Plaintext
11 lines
552 B
Plaintext
Convert statistical analysis objects from R into tidy data frames,
|
|
so that they can more easily be combined, reshaped and otherwise
|
|
processed with tools like 'dplyr', 'tidyr' and 'ggplot2'. The package
|
|
provides three S3 generics: tidy, which summarizes a model's
|
|
statistical findings such as coefficients of a regression; augment,
|
|
which adds columns to the original data such as predictions, residuals
|
|
and cluster assignments; and glance, which provides a one-row summary
|
|
of model-level statistics.
|
|
|
|
WWW: https://cran.r-project.org/web/packages/broom/
|