When I'm using the binary_phenotypes argument I run into a problem.
I tried modifying the given example in the README setting binary_phenotypes = c("BPHE") and then I get an error:
Error in eval(family$initialize) : y values must be 0 <= y <= 1
Do you know what the problem could be? I speculate that it might be due to the output of the linear model being outside the expected range.
When I'm using the binary_phenotypes argument I run into a problem.
I tried modifying the given example in the README setting
binary_phenotypes = c("BPHE")and then I get an error:Error in eval(family$initialize) : y values must be 0 <= y <= 1Do you know what the problem could be? I speculate that it might be due to the output of the linear model being outside the expected range.