How to fix this error "Invalid parameter name: typt." ?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
while running spearman correlation, I got this error message"Invalid parameter name: typt." .
0 commentaires
Réponses (1)
Natch Ruengsakulrach
le 30 Août 2016
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 commentaires
Voir également
Catégories
En savoir plus sur Linear and Nonlinear Regression dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!