print.summary.ddhazard {dynamichazard}R 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.


[Package dynamichazard version 0.6.5 Index]