The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

fdth

fdth is an R package for frequency distribution tables, associated histograms, and polygons for numerical and categorical variables.

CRAN status CRAN downloads CRAN checks Lifecycle: stable License: GPL-2

Key Features

Installation

Install from CRAN:

install.packages("fdth")

Install the development version from GitHub:

# install.packages("remotes")
remotes::install_github("jcfaria/fdth")

Quick Start

library(fdth)

set.seed(123)
x <- rnorm(100, mean = 20, sd = 3)

ft <- fdt(x)
ft

plot(ft)
summary(ft)

# Most frequent value (mode) from grouped data
mfv(ft)

Project Layout

Contributing

Contributions are welcome. Open an issue or submit a pull request with:

To check and build locally:

R CMD check fdth
R CMD build fdth
R CMD INSTALL fdth_X.X-X.tar.gz

Roadmap


Developed by:
Faria, J. C.; Allaman, I. B.; Jelihovschi, E. G.
Universidade Estadual de Santa Cruz - UESC
Departamento de Ciencias Exatas - DCEX
Ilheus - Bahia - Brasil

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.