
Summarize a Time-Varying Estimate with Confidence Bands
Source:R/recurrent.marginal.R
summaryTimeobject.RdExtracts estimates at specified time points with confidence intervals.
Arguments
- mutimes
vector of estimation time points.
- mu
vector or matrix of estimates.
- se.mu
vector or matrix of standard errors (optional).
- times
time points at which to evaluate (default:
mutimes).- type
confidence interval type:
"log"or"plain".- level
confidence level (default 0.95).
- ...
additional arguments.