devFun {qAnalyst} | R Documentation |
devFun
computes the sum of square deviations from a center. devFun is used to estimate deviance or if a target is specified cpm statistic.
devFun(x, center = "mean")
x |
data vector |
center |
a numeric value or "mean" (default) to estimate usual deviance statistic |
Internal function
A numeric value of the deviance estimation
Internal function
Giorgio Spedicato
Internal function
x=c(2,3,4,5,6)
devFun(x)