Standard Error in R (2 Examples) | User-Defined & std.error Function of plotrix Package | sd & sqrt

Publicado em: 29 Março 2022
no canal de: Statistics Globe
2,902
31

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


Nesta página do site você pode assistir ao vídeo on-line Standard Error in R (2 Examples) | User-Defined & std.error Function of plotrix Package | sd & sqrt duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Statistics Globe 29 Março 2022, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 2,902 vezes e gostou 31 espectadores. Boa visualização!