Learn R Programming

⚠️There's a newer version (1.3-0) of this package.Take me there.

fdth

This is the development code of the R package fdth. You should use it if you want to contribute to its development: testing unreleased versions, fixing bugs, writing code, etc.

To download, check and build it do the following in a terminal emulator:

git clone git://github.com/jcfaria/fdth.git

or

git clone https://jcfaria@github.com/jcfaria/fdth.git

After to clone it, to check, build and install do the following:

R CMD check fdth

R CMD build fdth

R CMD INSTALL fdth_X.X-X.tar.gz

Or, you could install directly as:

require(devtools)

install_github("fdth", "jcfaria")

The stable version of this package is available at: http://cran.r-project.org/web/packages/fdth/index.html

Copy Link

Version

Install

install.packages('fdth')

Monthly Downloads

3,310

Version

1.2-5

License

GPL (>= 2)

Maintainer

Jose9 Faria

Last Published

April 17th, 2020

Functions in fdth (1.2-5)

mfv

Most frequent value (statistical mode) of frequency distribution table (numerical and categorical variable)
median.fdt

Median of frequency distribution table (numerical variable)
fdt

Frequency distribution table for numerical data
fdth-internal

Internal fdth functions
quantile.fdt

Quantile of frequency distribution table (numerical variable)
sd

Standard deviation of frequency distribution table (numerical variable)
fdt_cat

Frequency distribution table for categorical data
make.fdt

Frequency distribution table for continuous and categorical variables
mean.fdt

Mean of frequency distribution table (numerical variable)
var

Variance of frequency distribution table (numerical variable)
fdth-package

Frequency distribution tables, histograms and polygons
summary.fdt

Summary methods for fdt objects
plot.fdt

Plot fdt.default and fdt.multiple objects
print.fdt

Print methods for fdt objects
xtable.fdt

LaTeX table of the frequency distribution table