id_formula.RdDefine a formula for the convolution model
Define a model specific formula
# S3 method for idbrms_convolution
id_formula(data, scale = ~1, cmean = ~1, lcsd = ~1, ...)
id_formula(data, ...)| data | A data.frame as produced by |
|---|---|
| scale | Formula for the scaling of primary observations to secondary observations. |
| cmean | Formula for the convolution mean. Defaults to intercept only. |
| lcsd | Formula for the logged convolution standard deviation. Defaults to intercept only. |
| ... | Additional arguments for method. |
Sam Abbott
Sam Abbott