Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.8K+ articles
R Language
2.9K+ articles
R-plots
173+ articles
R Vector-Function
88+ articles
R Matrix-Function
65+ articles
R Object-Function
54+ articles
R DataFrame-Function
54+ articles
R String-Functions
39+ articles
R List-Function
22+ articles
R Array-Functions
10+ articles
R Math-Function
79 posts
Recent Articles
Popular Articles
Perform the Inverse Probability Cumulative Density Analysis on t-Distribution in R Programming - qt() Function
Last Updated: 10 March 2021
qt() function in R Language is used to return the inverse probability cumulative density of the Student t-distribution. Syntax: qt(x, df)Parameters: x: Random variable df...
read more
R Language
R Math-Function
Compute Beta Distribution in R Programming - dbeta(), pbeta(), qbeta(), and rbeta() Functions
Last Updated: 19 December 2022
Beta Distribution in R Language is defined as property which represents the possible values of probability. This article is an illustration of dbeta, pbeta, qbeta, and rbe...
read more
R Language
R-Statistics
R Math-Function
Calculate the Weighted Mean in R Programming - weighted.mean() Function
Last Updated: 23 June 2020
weighted.mean() function in R Language is used to compute the weighted arithmetic mean of input vector values.Syntax: weighted.mean(x, weights)Parameters:x: data input vec...
read more
R Language
R Math-Function
Getting Kernel Density Estimates in R Programming - density() Function
Last Updated: 23 June 2020
density() function in R Language is used to compute kernel density estimates.Syntax: density(x)Parameters:x: number vectorExample 1:Python3 # R program to illus...
read more
R Language
R Math-Function
Create an Expression in R Programming - expression() Function
Last Updated: 24 June 2020
expression() function in R Language is used to create an expression from the values passed as argument. It creates an object of the expression class.Syntax: expression(cha...
read more
R Language
R Math-Function
R Object-Function
Check if an Object is an Expression in R Programming - is.expression() Function
Last Updated: 24 June 2020
is.expression() function in R Language is used to check if the object passed to it as argument is of the expression class.Syntax: is.expression(object)Parameters:object: O...
read more
R Language
R Math-Function
R Object-Function
Calculate the Median Absolute Deviation in R Programming - mad() Function
Last Updated: 22 April 2025
The Median Absolute Deviation is calculated in R Language using the mad() function. It is a statistical measurement of a dataset's dispersion or variability. Because it is...
read more
R Language
R Math-Function
Solve Linear Algebraic Equation in R Programming - solve() Function
Last Updated: 25 June 2020
solve() function in R Language is used to solve linear algebraic equation. Here equation is like a*x = b, where b is a vector or matrix and x is a variable whose value is ...
read more
R Language
R Math-Function
Compute Derivative of an Expression in R Programming - deriv() and D() Function
Last Updated: 30 June 2020
In R programming, derivative of a function can be computed using deriv() and D() function. It is used to compute derivatives of simple expressions. Syntax:deriv(expr, name...
read more
R Language
R Math-Function
Compute Single Order Integral value of a Function in R Programming - integrate() Function
Last Updated: 30 June 2020
integrate() function in R Language is used to compute single order integral of the function provided. Syntax: integrate(f, lower, upper)Parameters:f: represents a function...
read more
R Language
R Math-Function
Repeatedly Evaluate an Expression in R Programming - replicate() Function
Last Updated: 30 June 2020
replicate() function in R Language is used to repeatedly evaluate a function or expression. It is member of apply family in R base package. In this article, we'll learn sy...
read more
R Language
R Math-Function
Get a List of points obtained by Interpolation in R Programming - spline() and splinefun() Function
Last Updated: 03 July 2020
In R programming, spline() and splinefun() function is used to create a list of points obtained by interpolation. It performs cubic spline interpolation of given data poin...
read more
R Language
R Math-Function
R Statistics
How to find inverse log transformation in R ?
Last Updated: 21 April 2021
A logarithm of a given number n is the exponent to which another number which is been fixed, the base b, must be raised, to produce that number n. In layman terms the loga...
read more
Picked
R Language
R Math-Function
Solve System of Equations in R
Last Updated: 23 August 2021
In this article, we will discuss how to solve a system of equations in R Programming Language. solve() function in R Language is used to solve the equation. Here equation ...
read more
Picked
R Language
R Programs
R Math-Function
Solve Quadratic Equation in R
Last Updated: 28 April 2025
R language is the language of data visualization and data analytics. It is used to solve complex problems or to visualize the given datasets. In this article, we are going...
read more
Picked
R Language
R Math-Function
AI-ML-DS With R
1
2
3
4
5
6
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !