summary.ddhazard: Summarizing Dynamic Hazard Models Fits

View source: R/summary.R

print.summary.ddhazardR Documentation

Summarizing Dynamic Hazard Models Fits

Description

The sd printed for time-varying effects are point-wise standard deviations from the smoothed covariance matrices.

Usage

## S3 method for class 'summary.ddhazard'
print(x, digits = getOption("digits"), ...)

## S3 method for class 'ddhazard'
summary(object, var_indices = 1:ncol(object$state_vecs), max_print = 10, ...)

Arguments

x

object returned from summary.ddhazard.

digits

number of digits to print.

...

not used.

object

object returned from ddhazard.

var_indices

variable indices to print for time-varying effects.

max_print

maximum number of time points to print coefficients at.


boennecd/dynamichazard documentation built on Oct. 11, 2022, 2:41 p.m.