How to fix this error "Invalid parameter name: typt." ?
1 回表示 (過去 30 日間)
古いコメントを表示
while running spearman correlation, I got this error message"Invalid parameter name: typt." .
0 件のコメント
回答 (1 件)
Natch Ruengsakulrach
2016 年 8 月 30 日
I assumed that you are using the “corr” function. In addition to X and Y data, “corr” accepts additional inputs: “type”, “rows”, and “tail”. For “type”, the function accepts three values: “Pearson”, “Kendall”, and “Spearman”. It looks like you made a typo (“typt” instead of “type”). More information about the function can be found here: http://www.mathworks.com/help/stats/corr.html
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!