ecdf in R (Example) | Compute & Plot the Empirical Cumulative Distribution Function | ECDF Values

Описание к видео ecdf in R (Example) | Compute & Plot the Empirical Cumulative Distribution Function | ECDF Values

How to compute and plot an Empirical Cumulative Distribution Function (ECDF) in the R programming language. More details: https://statisticsglobe.com/empirical...
R code of this video:

set.seed(19191) # Seed for reproducibility
x <- rnorm(50) # Normal distribution
x

ecdf(x) # Compute ecdf values

plot(ecdf(x)) # Create ecdf plot in R

Follow me on Social Media:
Facebook – Statistics Globe Page:   / statisticsglobecom  
Facebook – Group for Discussions & Questions:   / statisticsglobe  
LinkedIn – Statistics Globe Page:   / statisticsglobe  
LinkedIn – Group for Discussions & Questions:   / 12555223  
Twitter:   / joachimschork  

Music by bensound.com

Комментарии

Информация по комментариям в разработке