Last active
January 4, 2016 17:58
-
-
Save aurielfournier/c38a03bc859349454d4a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# density.modelsP is a list of models | |
# mod_names is an object storing names(density.modelsP) | |
# new_dat is a dataframe containing columns, one for each of the covariates used in the model set, in the property class type | |
mavg_pred <- modavgPred(density.modelsP, modnames=mod_names,newdata=new_dat, parm.type="lambda", type="response", uncond.se="old") | |
# Error: ncol(coefficients) == length(obj@estimates) is not TRUE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've checked and double checked the inputs and I'm stuck.