ronkeizer / vpc

R library to create visual predictive checks (VPC)
Other
36 stars 20 forks source link

stratification #52

Closed yanxiaoyu2001 closed 5 years ago

yanxiaoyu2001 commented 5 years ago

Hello,

I got the following error message when trying to stratify VPC by two variables. It was written as stratify = c("GROUP","CMT"),

Error in cbind(labels = list(), list({, if (!is.null(.rows) || !is.null(.cols)) { : number of rows of matrices must match (see arg 2) Could you help to provide some comments.

Thanks, Xiaoyu

ronkeizer commented 5 years ago

hi Xiayu, thanks for reporting. There was indeed a bug, induced by the labeller. I pushed up a fix which I'll merge into the master branch later today.