Learn R Programming

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

miscTools (version 0.6-22)

Miscellaneous Tools and Utilities

Description

Miscellaneous small tools and utilities. Many of them facilitate the work with matrices, e.g. inserting rows or columns, creating symmetric matrices, or checking for semidefiniteness. Other tools facilitate the work with regression models, e.g. extracting the standard errors, obtaining the number of (estimated) parameters, or calculating R-squared values.

Copy Link

Version

Install

install.packages('miscTools')

Monthly Downloads

24,699

Version

0.6-22

License

GPL (>= 2)

Maintainer

Arne Henningsen

Last Published

November 25th, 2016

Functions in miscTools (0.6-22)

margEff

Method for Returning Marginal Effects
miscTools-internal

Undocumented miscTools Functions
symMatrix

Symmetric Matrix
vecli

Vector of linear independent values
rowMedians

Medians of Rows
triang

Upper triangular matrix from a vector
sumKeepAttr

Sum of an Array While Keeping its Attributes
quasiconcavity

Test for quasiconcavity / quasiconvexity
vecli2m

Convert vector of linear independent values into a Matrix
stdEr

Standard deviations
rSquared

Calculate R squared value
isSemidefinite

Positive or Negative Semidefiniteness
veclipos

Position in a vector of linear independent values
ddnorm

Derivative of the Normal Distribution's Density Function
colMedians

Medians of Columns
insertRow

Insert Row into a Matrix
coefTable

Coefficient Table
compPlot

Scatterplot to Compare two Variables
nObs

Return number of observations for statistical models
insertCol

Insert Column into a Matrix
nParam

Number of model parameters