Closed dewittpe closed 2 years ago
Seen on commit 1493225
initial_cn44 <- cn(log10(pdg) ~ btensor(list(day, age), df = list(6, 7)), data = spdg) cnr_run <- cnr(initial_cn44) s <- summary(cnr_run) Error in (function (..., row.names = NULL, check.rows = FALSE, check.names = TRUE, : arguments imply differing number of rows: 1, 2, 3
bug appears to be in summary.cpr_cn
summary.cpr_cn
Seen on commit 1493225