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

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

1,813

Version

1.2-1

License

GPL (>= 2)

Maintainer

Jose9 Faria

Last Published

April 11th, 2015

Functions in fdth (1.2-1)

print

Print method for latex.fdt and latex.fdt_cat objects
quantile.fdt

Quantile of frequency distribution table (numerical variable)
mean.fdt

Mean of frequency distribution table (numerical variable)
mfv

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

Print methods for fdt objects
fdth-package

Frequency distribution tables, histograms and polygons
fdt

Frequency distribution table for numerical data
var

Variance of frequency distribution table (numerical variable)
make.fdt

Frequency distribution table for continuous and categorical variables
latex.fdt

LaTeX table of the frequency distribution table
fdt_cat

Frequency distribution table for categorical data
summary.latex.fdt

Summary method for latex.fdt and latex.fdt_cat objects
plot.fdt

Plot fdt.default and fdt.multiple objects
fdth-internal

Internal fdth functions
median.fdt

Median of frequency distribution table (numerical variable)
summary.fdt

Summary methods for fdt objects
sd

Standard deviation of frequency distribution table (numerical variable)