Scoring observations against a DBN structure
scoreagainstDBN(
scorepar,
incidence,
datatoscore = NULL,
marginalise = FALSE,
onlymain = FALSE,
datainit = NULL
)
vector of log-scores
object of class 'scoreparameters'
adjacency matrix of a DAG
matrix or vector containing observations to be scored
(logical) should marginal score be used?
(logical) should static nodes be included in the score?
optional, in case of unbalanced design, the mean score of available samples for T0 are computed
Polina Suter