Articles by finnstats

How to Calculate Mahalanobis Distance in R

August 13, 2021 | finnstats

In multivariate space, the Mahalanobis distance is the distance between two points. It’s frequently used to locate outliers in statistical investigations involving several variables.... The post How to Calculate Mahalanobis Distance in R appeared first on finnstats. [Read more...]

How to Calculate Cross-Correlation in R

August 11, 2021 | finnstats

How to Calculate Cross-Correlation in R, The degree of resemblance between a time series and a lagged version of another time series is measured... The post How to Calculate Cross-Correlation in R appeared first on finnstats.
[Read more...]

How to Calculate Cosine Similarity in R

August 10, 2021 | finnstats

How to Calculate Cosine Similarity in R, The measure of similarity between two vectors in an inner product space is cosine similarity. The formula... The post How to Calculate Cosine Similarity in R appeared first on finnstats. [Read more...]

How to Create Pareto Chart in R

August 9, 2021 | finnstats

Pareto Chart in R, A Pareto graph is a type of graph that displays the frequencies of the different categories with the cumulated frequencies of the categories. How to create a Pareto chart in R This... The post How to Create Pareto Chart in R appeared first on finnstats.
[Read more...]

How to Calculate SMAPE in R

August 3, 2021 | finnstats

How to Calculate SMAPE in R?, SMAPE indicates the symmetric mean absolute percentage error.SMAPE is mainly used to measure the predictive accuracy of models.... The post How to Calculate SMAPE in R appeared first on finnstats. [Read more...]

How to Make Boxplot in R-Quick Start Guide

July 27, 2021 | finnstats

Boxplots in R, A boxplot is a plot that displays the five-digit summary of a dataset. The five-digit summary is the lowest value, the first quartile, the median, the third quartile, and the maximum value. We can... The post How to Make Boxplot in R-Quick Start Guide appeared first on ...
[Read more...]

How to Calculate Phi Coefficient in R

July 23, 2021 | finnstats

Calculate Phi Coefficient in R, first, we need to understand what is Phi Coefficient? It is a measurement of the degree of association between two binary variables.... The post How to Calculate Phi Coefficient in R appeared first on finnstats. [Read more...]

How to perform ANCOVA in R

July 22, 2021 | finnstats

ANCOVA in R, Analysis of covariance is used to measure the main effect and interaction effects of categorical variables on a continuous dependent variable... The post How to perform ANCOVA in R appeared first on finnstats.
[Read more...]

COUNTIF Function in R

July 17, 2021 | finnstats

COUNTIF Function in R, As we know if we want to count the length of the vector we can make use of the length... The post COUNTIF Function in R appeared first on finnstats.
[Read more...]
1 8 9 10 11 12 14

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)