required_pkgs.cal_estimate_beta {probably} | R Documentation |
S3 methods to track which additional packages are needed for specific calibrations
Description
S3 methods to track which additional packages are needed for specific calibrations
Usage
## S3 method for class 'cal_estimate_beta'
required_pkgs(x, ...)
## S3 method for class 'cal_estimate_linear_spline'
required_pkgs(x, ...)
## S3 method for class 'cal_estimate_logistic_spline'
required_pkgs(x, ...)
## S3 method for class 'cal_estimate_multinomial'
required_pkgs(x, ...)
## S3 method for class 'cal_object'
required_pkgs(x, ...)
Arguments
x |
A calibration object |
... |
Other arguments passed to methods |
[Package probably version 1.0.3 Index]