How do I do SEM Error Bars?
104 ビュー (過去 30 日間)
古いコメントを表示
I know how to find the standard deviation with error bars but how do I find the standard error mean of variables?
0 件のコメント
採用された回答
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
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
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!