Learn R Programming

miscTools (version 0.6-30)

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

39,742

Version

0.6-30

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Arne Henningsen

Last Published

January 20th, 2026

Functions in miscTools (0.6-30)

miscTools-internal

Undocumented miscTools Functions
rowMedians

Medians of Rows
quasiconcavity

Test for quasiconcavity / quasiconvexity
histDens

Histogram with a Density Line
nObs

Return number of observations for statistical models
insertCol

Insert Column into a Matrix
compPlot

Scatterplot to Compare two Variables
coefTable

Coefficient Table
ddnorm

Derivative of the Normal Distribution's Density Function
sumKeepAttr

Sum of an Array While Keeping its Attributes
symMatrix

Symmetric Matrix
insertRow

Insert Row into a Matrix
colMedians

Medians of Columns
stdEr

Standard deviations
nParam

Number of model parameters
isSemidefinite

Positive or Negative Semidefiniteness
margEff

Method for Returning Marginal Effects
summarizeDF

Summarize a data.rrame
rSquared

Calculate R squared value
vecli

Vector of linear independent values
veclipos

Position in a vector of linear independent values
triang

Upper triangular matrix from a vector
vecli2m

Convert vector of linear independent values into a Matrix