Extracts estimates at specified time points with confidence intervals.
summaryTimeobject(
mutimes,
mu,
se.mu = NULL,
times = NULL,
type = "log",
level = 0.95,
...
)A data.frame with columns: times, mean, se-mean, CI-2.5%, CI-97.5%.
vector of estimation time points.
vector or matrix of estimates.
vector or matrix of standard errors (optional).
time points at which to evaluate (default: mutimes).
confidence interval type: "log" or "plain".
confidence level (default 0.95).
additional arguments.