ggbgetRMS: calculate the root means square of the error to help find...

Description Usage Arguments Value

View source: R/ggb.R

Description

Called by ggbgetAgesFit() whenever the user does not want to manually determine the age range used to determine registration coverage. Probably no need to be called by top-level users. If a user would rather determine the optimal age range some other way, then look to ggbcoverageFromYear() where ggbgetRMS is called and add another condition or make it call something else.

Usage

1
ggbgetRMS(agesi, codi)

Arguments

agesi

the set of ages used for this iteration

codi

data.frame with columns, $pop1, $pop2, $deaths, $date1, $date2, and $age.

Value

the RMSE


DDM documentation built on May 2, 2019, 6:16 a.m.

Related to ggbgetRMS in DDM...