Learn R Programming

adoptr (version 0.1.1)

IntegralScore-class: Unconditional score class obtained by integration of a ConditionalScore

Description

Unconditional score class obtained by integration of a ConditionalScore

Usage

# S4 method for IntegralScore
show(object)

Arguments

object

object of class IntegralScore

Slots

cs

the underlying ConditionalScore

See Also

The method expected creates a IntegralScore from a ConditionalScore.

Examples

Run this code
# NOT RUN {
expected(ConditionalPower(Normal(), PointMassPrior(.4, 1.0)))

# }

Run the code above in your browser using DataLab