How to compute the standard error of the mean in the R programming language. More details: https://statisticsglobe.com/standard-...
R code of this video:
x <- c(4, - 1, 7, - 4, 6, 8, 10) # Example data
standard_error <- function(x) { # Create own function
sd(x) / sqrt(length(x))
}
standard_error(x) # Standard error own function
install.packages("plotrix") # Install plotrix R package
library("plotrix") # Load plotrix package
std.error(x) # Standard error with plotrix
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
Sur cette page du site, vous pouvez voir la vidéo en ligne Standard Error in R (2 Examples) | User-Defined & std.error Function of plotrix Package | sd & sqrt durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Statistics Globe 29 mars 2022, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 2,902 fois et il a aimé 31 téléspectateurs. Bon visionnage!