seggetAgesFit | R Documentation |
We try all possible age ranges given the constraints provided. Whichever age range has the lowest RMSE with respect to the corresponding coverage estimate is returned.
seggetAgesFit(codi, minA = 15, maxA = 75, minAges = 8)
codi |
|
minA |
the lowest age to be included in search |
maxA |
the highest age to be included in search (the lower bound thereof) |
minAges |
the minimum number of adjacent ages to be used in estimating |
integer vector of ages that minimize the RMSE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.