How do I do SEM Error Bars?
65 次查看(过去 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 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!