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