VAR_INMB_DIRECT: A Reference Class to represent the theoretical standard...

Description Fields Methods See Also Examples

Description

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.

Fields

var_inmb

: variance of the Incremental Net Monetary Benefit

Methods

set_var_inmb(inmb):

sets the var_inmb for this VAR_INMB_DIRECT object

See Also

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

Examples

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()

EBASS documentation built on May 1, 2019, 6:54 p.m.