How do I do SEM Error Bars?

104 ビュー (過去 30 日間)
Delany MacDonald
Delany MacDonald 2016 年 4 月 1 日
コメント済み: Star Strider 2019 年 11 月 7 日
I know how to find the standard deviation with error bars but how do I find the standard error mean of variables?

採用された回答

Star Strider
Star Strider 2016 年 4 月 1 日
You have to know the number of observations that went into calculating each standard deviation.
Assuming ‘x’ is a vector:
SEM = std(x)/sqrt(length(x));
  4 件のコメント
Vlatko Milic
Vlatko Milic 2019 年 11 月 7 日
Hi,
I get two outputs when calculating the standard error according to your example. What can the reason for this be?
Kind regards
Star Strider
Star Strider 2019 年 11 月 7 日
My code calculates ±95% confidence limits, so it produces both limits.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by