Prints statistical summaries and optionally predicted values computed by impactPO
, transposing statistical summaries for easy reading
# S3 method for impactPO
print(x, estimates = nrow(x$estimates) < 16, ...)
an object created by impactPO
set to FALSE
to suppess printing estimated category probabilities. Defaults to TRUE
when the number of rows < 16.
ignored
Frank Harrell