oscar.cost.after | R Documentation |
If at least one measurement from a kit is included in the model, the kit cost is added.
oscar.cost.after(object)
object |
Fit oscar S4-object |
A vector for numeric values of total kit costs at different cardinalities.
if(interactive()){
data(ex)
fit <- oscar(x=ex_X, y=ex_Y, k=ex_K, w=ex_c, family='cox')
oscar.cost.after(fit)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.