Skip to content

Instantly share code, notes, and snippets.

@aurielfournier
Last active January 4, 2016 17:58
Show Gist options
  • Save aurielfournier/c38a03bc859349454d4a to your computer and use it in GitHub Desktop.
Save aurielfournier/c38a03bc859349454d4a to your computer and use it in GitHub Desktop.
# 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
@aurielfournier
Copy link
Author

I've checked and double checked the inputs and I'm stuck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment