Selecting parameters from different models
이전 댓글 표시
Hello everybody, I'm totally new to statistics and it is the point where I have to use statistical analysis for a work I'm currently struggling with. I run the regression analysis for 25 different data files (for same independent and dependent variables) to come up with equations for each data file. So I have 25 equations. Now I'm wondering, what could be the best analysis to select one equation for all of 25 data files? Thank you,
댓글 수: 7
John BG
2016년 3월 8일
that sounds like a lot of data. Can you hang a sample and draft a crashing start script so interested readers can fix it?
Star Strider
2016년 3월 8일
What’s different about the individual data files? Different experimental conditions? Different populations?
By ‘equations’ do you mean different regression models, or simply different estimated parameters for the same regression model?
amberly hadden
2016년 3월 8일
amberly hadden
2016년 3월 8일
Star Strider
2016년 3월 8일
Please do not use the t-test alone to compare your groups!
I would use multcompare or its friends. Pairwise tests such as the unpaired t-test (in this instance) need to be adjusted for multiple comparisons. The multcompare test will do that for you. Consider the 'scheffe' option for 'CType'.
The analysis-of-variance (ANOVA) would be the option I would choose to compare each characteristic between groups. In this instance you are looking for no significant differences between them.
amberly hadden
2016년 3월 8일
Star Strider
2016년 3월 8일
My pleasure.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 ANOVA에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!