Predict from a fitted fertility approximation model
Usage
# S3 method for class 'fert.approx'
predict(object, age = NULL, interval = FALSE, alpha = 0.05, ...)Arguments
- object
Object of class
fert.approxreturned byfert.approx().- age
Numeric vector of ages for prediction. If
NULL, fitted ages are used.- interval
Logical. Should uncertainty intervals be returned? Intervals are available only if
fert.approx()was called withse = TRUE.- alpha
Numeric. Used if
interval = TRUE, the level of uncertainty. By default,alpha = 0.05for 95% CI.- ...
Ignored.
