morrowcj/remotePARTS

Variance instead of SE

morrowcj opened this issue · 5 comments

In fitAR, the returned values of SE are, in fact, variances.

  • The code should be something like SE = diag(s2beta)^0.5
  • check if other versions of fitX have this problem.

Hi,
any plans to have it updated?

Hello,
Thanks for the quick answer!
Yes, I have explored the code to find where to apply the correction (or to be aware about the output).
But I appreciate the fact you are going to do this! Thanks!

@Rapsodia86 and @arives,

I just wanted to alert you that I've corrected this with PR #4 which has been merged into the live branch, as soon as the build checks finished running. Sorry it took so long to get to this simple fix!

Having addressed the problem, I'm closing this issue now.

Thank you for the update and fixing the issue!