Returns a list of assumptions made by the model.
Usage
# S3 method for class 'wei_kofn'
assumptions(model, ...)Examples
model <- kofn(k = 2, m = 2, component = dfr_weibull())
#> Error in dfr_weibull(): could not find function "dfr_weibull"
assumptions(model)
#> Error: object 'model' not found