-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
D72R1 mcds engine not modelling multiple covariates #183
Comments
Investigated the Distance projects and concluded that this is most likely a data issue rather than a software issue. The project which gave an error in 7.2 also gave an error in 7.1. A project which ran successfully in 7.1 with 2 factor level covariates was tested and still ran successfully in 7.2. |
Actually... have found something pretty weird. Which factor covariate goes first appears to affect the success... these are the same analyses I just switched the order of othe two covariates. In Distance one factor is stored as text the other is stored as integer. Data files show that only difference is that the two covariates have been switched in order. |
Some of the sensitivity is due to some of the covariate classification not quite being right, @rjcamp is following-up on this and we'll see how much this is an issue... |
Also unclear here if the issue is that from the command file attached above:
then later
|
I don't think this is the problem per se as a simple example (below) with just one factor covar with one level runs okay with the warning
|
Running single covariates the mcds engine works correctly, but get the error ** Warning: Invalid or missing covariate. ** when running two or more covariates in a model.
dst64B7.txt
dst64E8.txt
The text was updated successfully, but these errors were encountered: