View source: R/internal_fatglmHelpers.R
| inline.pred | R Documentation |
Helper Function to inline predict a fastglm object
inline.pred(
model,
newdata,
params,
type,
case = "default",
multi = FALSE,
target = NULL,
cache = NULL
)
model |
a fastglm object |
newdata |
filler for a .SD from data.table |
params |
parameter from SEQuential |
type |
type of prediction |
case |
case type: "default", "LTFU", "visit", "surv" |
multi |
multinomial flag |
target |
target level for multinomial |
cache |
optional formula cache from init_formula_cache |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.