How to fix this error "Invalid parameter name: typt." ?

while running spearman correlation, I got this error message"Invalid parameter name: typt." .

답변 (1개)

Natch Ruengsakulrach
Natch Ruengsakulrach 2016년 8월 30일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 Linear and Nonlinear Regression에 대해 자세히 알아보기

질문:

2016년 8월 23일

답변:

2016년 8월 30일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by