Latest Blog Post

R pnorm() Method

R pnorm() Function [With Graphical Representation]

The pnorm() function in R calculates the cumulative density function (cdf) value of the normal …

Converting vector to string in R

Converting Vector to String in R

You may want to convert a vector to a string when you need to combine …

setwd() and getwd() in R

How to Set and Get Working Directory [setwd() and getwd()] in R

Set the current working directory The setwd() function sets the working directory to the new …

sd() in R

Standard deviation in R [Using sd() Function]

The sd() function in R calculates the sample standard deviation of a numeric vector or …

dnorm() in R

R dnorm(): Probability Density Function

The dnorm() function in R calculates the value of the probability density function (pdf) of …

R rep() Method

R rep() Function: Repeating Elements of a Vector

R rep() is a generic function that replicates elements of vectors and lists for a …