dssAggregate {hhh4contacts} | R Documentation |
Compute the DSS on Aggregated Predictions and Observations
Description
The expectation and variance of aggregated predictions is just a sum if the predictions are (conditionally) independent. This function computes the DSS for a matrix of observations and a matrix of predictions where the columns are to be summed according to a given factor.
Usage
dssAggregate(observed, pred, psi, groups)
Arguments
observed |
a numeric matrix of observed counts. |
pred |
a numeric matrix of predicted counts. |
psi |
a numeric vector or matrix of overdispersion parameters such that
|
groups |
a factor variable of length |
Value
a matrix of DSS values
[Package hhh4contacts version 0.13.3 Index]