survminer icon indicating copy to clipboard operation
survminer copied to clipboard

ggforest fails if data is supplied as tibble.

Open janvydra opened this issue 10 months ago • 0 comments

if pt is a tibble then: ggforest(s, data = pt) results in Error in match.names(clabs, names(xi)) : names do not match previous names

ggforest(s, data = as.data.frame(pt)) works as expected.

Thank you Jan

janvydra avatar Apr 27 '24 12:04 janvydra