Skip to contents

Creates an object representing the EB prior for BAS GLM.

Usage

EB.local()

Value

returns an object of class "prior", with the family and hyerparameters.

Details

Creates a structure used for bas.glm.

See also

CCH and bas.glm

Other beta priors: CCH(), IC.prior(), Jeffreys(), TG(), beta.prime(), g.prior(), hyper.g.n(), hyper.g(), intrinsic(), robust(), tCCH(), testBF.prior()

Author

Merlise Clyde

Examples

EB.local()
#> $family
#> [1] "EB-local"
#> 
#> $class
#> [1] "EB"
#> 
#> $hyper.parameters
#> $hyper.parameters$local
#> [1] TRUE
#> 
#> 
#> attr(,"class")
#> [1] "prior"