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 is an R package for frequency distribution tables,
associated histograms, and polygons for numerical and categorical
variables.
fdt) and categorical
(fdt_cat) variables.xtable.Install from CRAN:
install.packages("fdth")Install the development version from GitHub:
# install.packages("remotes")
remotes::install_github("jcfaria/fdth")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)/R: Core functions and S3 methods./man: Documentation (.Rd files)./data: Package datasets./demo: Runnable examples./vignettes: Tutorials and longer-form
documentation.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.gzDeveloped 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.