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
On this page of the site you can watch the video online Standard Error in R (2 Examples) | User-Defined & std.error Function of plotrix Package | sd & sqrt with a duration of hours minute second in good quality, which was uploaded by the user Statistics Globe 29 March 2022, share the link with friends and acquaintances, this video has already been watched 2,902 times on youtube and it was liked by 31 viewers. Enjoy your viewing!