Calculating R2 in mblm package using Theil-Sen

I am using the mblm package to run the Theil-Sen non parametric regression. It returns a summary similar to that of the standard linear model, however, it does not provide an R2 value.

In the documentation for the mblm package, it states "you can force standard lm behaviour by calling summary.lm, but values received in such way has low cognitive value".

So I am wondering if there is a way to calculate the R2 value in a meaningful way using Theil-sen.

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.