Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 324 found.
[1] < 1 2 3 4 5 6 7 8 9 10 11 > [33]  Sort:

PDFManual (Package: DescTools) : Get PDF Manual Of a Package From CRAN

PDF versions of the manual are usually not included as vignettes in R packages. Still this format is convenient for reading.
This function creates the appropriate link to the pdf file on CRAN and opens the pdf manual in a browser window.
● Data Source: CranContrib
● Keywords:
● Alias: PDFManual
● 0 images

BinomCI (Package: DescTools) : Confidence Intervals for Binomial Proportions

Compute confidence intervals for binomial proportions following the most popular methods.
(Wald, Wilson, Agresti-Coull, Jeffreys, Clopper-Pearson etc.)
● Data Source: CranContrib
● Keywords: univar
● Alias: BinomCI
● 0 images

FindCorr (Package: DescTools) : Determine highly correlated variables

This function searches through a correlation matrix and returns a vector of integers corresponding to columns to remove to reduce pair-wise correlations.
● Data Source: CranContrib
● Keywords: manip
● Alias: FindCorr
1 images

StrChop (Package: DescTools) : Split a String in a Number of Pieces With Fixed Length

Split a string in a number of pieces with fixed length
● Data Source: CranContrib
● Keywords: character
● Alias: StrChop
● 0 images

PlotCandlestick (Package: DescTools) : Plot Candlestick Chart

Plot a candlestick chart. This is used primarily to describe price movements of a security, derivative, or currency over time. Candlestick charts are a visual aid for decision making in stock, foreign exchange, commodity, and option trading.
● Data Source: CranContrib
● Keywords: hplot
● Alias: PlotCandlestick
1 images

WrdTableBorders (Package: DescTools) : Draw Borders to a Word Table

Drawing borders in a Word table is quite tedious. This function allows to select any range and draw border lines around it.
● Data Source: CranContrib
● Keywords: print
● Alias: WrdTableBorders
● 0 images

Benford (Package: DescTools) : Benford's Distribution

Density, distribution function, quantile function, and random generation for Benford's distribution.
● Data Source: CranContrib
● Keywords: distribution
● Alias: Benford, dBenf, pBenf, qBenf, rBenf
● 0 images

StrTrim (Package: DescTools) :

The function removes all spaces, tabs and newlines from the beginning and end of the supplied string. If these whitespace characters occur in the middle of the string, they are preserved.
Trimming with method "left" deletes only leading whitespaces, "right" only trailing. Designed for users who were socialized by SQL.
● Data Source: CranContrib
● Keywords: character, manip
● Alias: StrTrim
● 0 images

%nin% (Package: DescTools) :

%nin% is a binary operator, which returns a logical vector indicating if there is a match or not for its left operand. A true vector element indicates no match in left operand, false indicates a match.
● Data Source: CranContrib
● Keywords: character, manip
● Alias: %nin%
● 0 images

MoveAvg (Package: DescTools) : Moving Average

Compute a simple moving average (running mean).
● Data Source: CranContrib
● Keywords: univar
● Alias: MoveAvg
● 0 images