Description Fields Methods See Also Examples
When absolutely no data regarding the variability of costs and effectiveness are available, it is possible to directly provide a value for the variance of the Incremental Net Monetary Benefit in this object.
var_inmb
: variance of the Incremental Net Monetary Benefit
sets the var_inmb for this VAR_INMB_DIRECT object
create_object_var_inmb_diff to calculate the theoretical standard deviation of the expected INB with different standard deviation in the reference and the experimental group
create_object_var_inmb to calculate the theoretical standard deviation of the expected INB with the same standard deviation in the reference and the experimental group
create_object_var_inmb_direct the constructor
1 2 3 4 | ## Create a var_inmb object :
object_var_inmb <- create_object_var_inmb_direct(var_inmb = 18324000)
## retrieve the inmb value from the object
object_var_inmb$get_var_inmb()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.