0

I am trying to use johnsonFit in "SuppDists" package in R to fit distribution to my data. For most of the columns of the data it works fine except for some I get the following error:

Error in JohnsonFit(x, moment = "quant") : Unbounded solution intermediate values out of range.

Is there a way to fix this problem? I know there might be problem with the raw data, but not sure what it is and how to fix it.

Thanks

entio
  • 3,025
  • 1
  • 19
  • 34
user2145299
  • 91
  • 2
  • 3
  • 8
  • Please provide some sort of [reproducible example](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example) so we can help you troubleshoot what's going on. – MrFlick Dec 07 '17 at 17:55
  • My data is BIG! 111, 645 rows. I notice that this particular data has lots of zeros. Here is a summary of the data: Min. 1st Qu. Median Mean 3rd Qu. Max. 0.000 0.000 1.000 2.927 3.000 109.000 – user2145299 Dec 07 '17 at 18:44
  • A reproducible example doesn’t have to include all your data. But if we are unable to reproduce the problem, we are unable to help. – MrFlick Dec 07 '17 at 18:52
  • Here is the reproducible example: library(SuppDists) data – user2145299 Dec 07 '17 at 21:37

0 Answers0