How to calculate Standard error of mean as shown in minitab website

조회 수: 436 (최근 30일)
crixus
crixus 2016년 12월 18일
댓글: Star Strider 2016년 12월 18일
Hi, I trying to recreate the minitab formula(so that I can use it in Matlab) for calculating standard error of mean as shown in this link Step 2 ( http://support.minitab.com/en-us/minitab-express/1/help-and-how-to/modeling-statistics/anova/how-to/two-way-anova/interpret-the-results/key-results/ ). However, I am unable to get the answer as shown on the web ? is there anyone who knows how ?

답변 (1개)

Star Strider
Star Strider 2016년 12월 18일
The Minitab site doesn’t show the calculation, so I assume it’s the usual definition:
data = rand(1, 10);
SEM = std(data)/sqrt(length(data)); % Standard Error Of The Mean
  댓글 수: 5
crixus
crixus 2016년 12월 18일
Anyway, I finally got how to calculate it. Thanks for you help anyway. Appreciate it.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Analysis of Variance and Covariance에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by