rate: Rate function

View source: R/plot.R

rateR Documentation

Rate function

Description

This function provides the rate function for a given model.

Usage

rate(t, srm)

Arguments

t

A numeric vector for time

srm

An object of a model

Value

A vector of rate function

Examples

data(dacs)
result <- fit.srm.nhpp(fault=tohma, srm.names = c("exp", "gamma"),
            selection = NULL)
rate(c(1,2,3), result$exp)

okamumu/Rsrat documentation built on Feb. 10, 2024, 11:07 p.m.