
Print a fitted path model
print.mars_path.RdPrint a fitted path model
Usage
# S3 method for class 'mars_path'
print(x, fit_measures = TRUE, ...)Arguments
- x
A fitted path model returned by
path_model().- fit_measures
Logical; include model-fit statistics in the printed summary.
- ...
Additional arguments passed to the summary printer.