Creates a bootstrap table from a PsN bootstrap results csv filepath. If x is not an existing file it is treated as a modelname and the results file is sought.
Usage
as.bootstrap(x, ...)
# S3 method for character
as.bootstrap(
x,
skip = 28,
check.names = FALSE,
lo = "5",
hi = "95",
verbose = TRUE,
pattern = "bootstrap_results.csv",
bootcsv = dir(modeldir(x, ...), pattern = pattern, recursive = TRUE, full.names = TRUE),
...
)