create_object_var_inmb_direct: Create an object var_inmb_direct

Description Usage Arguments Value See Also Examples

View source: R/VAR_INMB_DIRECT.R

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.

Usage

1

Arguments

var_inmb

: variance of the Incremental Net Monetary Benefit

Value

create_object_var_inmb_direct returns an object of class VAR_INMB_DIRECT

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

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.