Description Usage Arguments Value See Also Examples
View source: R/VAR_INMB_DIRECT.R
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.
1 | create_object_var_inmb_direct(var_inmb)
|
var_inmb |
: variance of the Incremental Net Monetary Benefit |
create_object_var_inmb_direct returns an object of class VAR_INMB_DIRECT
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
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.