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
En esta página del sitio puede ver el video en línea Standard Error in R (2 Examples) | User-Defined & std.error Function of plotrix Package | sd & sqrt de Duración hora minuto segunda en buena calidad , que subió el usuario Statistics Globe 29 marzo 2022, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 2,902 veces y le gustó 31 a los espectadores. Disfruta viendo!