Creates an object representing the Truncated Gamma (tCCH) mixture of g-priors on coefficients for BAS, where u = 1/(1+g) has a Gamma distribution supported on (0, 1].
Details
Creates a structure used for bas.glm.
See also
Other beta priors:
CCH(),
EB.local(),
IC.prior(),
Jeffreys(),
beta.prime(),
g.prior(),
hyper.g(),
hyper.g.n(),
intrinsic(),
robust(),
tCCH(),
testBF.prior()
Examples
TG(alpha = 2)
#> $family
#> [1] "TG"
#>
#> $class
#> [1] "TCCH"
#>
#> $hyper.parameters
#> $hyper.parameters$alpha
#> [1] 2
#>
#> $hyper.parameters$beta
#> [1] 2
#>
#> $hyper.parameters$s
#> [1] 0
#>
#>
#> attr(,"class")
#> [1] "prior"
CCH(alpha = 2, beta = 100, s = 0)
#> $family
#> [1] "CCH"
#>
#> $class
#> [1] "TCCH"
#>
#> $hyper.parameters
#> $hyper.parameters$alpha
#> [1] 2
#>
#> $hyper.parameters$beta
#> [1] 100
#>
#> $hyper.parameters$s
#> [1] 0
#>
#>
#> attr(,"class")
#> [1] "prior"
