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
In questa pagina del sito puoi guardare il video online Standard Error in R (2 Examples) | User-Defined & std.error Function of plotrix Package | sd & sqrt della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Statistics Globe 29 marzo 2022, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 2,902 volte e gli è piaciuto 31 spettatori. Buona visione!