n_month_to_progress: Calculate months to progress the disease

Description Usage Arguments Details Value

View source: R/probability_function.R

Description

When a cow is infected, the number of months necessary to progress the disease is calculated at the month a cow is infected.

Usage

1
2
3
4
5
n_month_to_progress(
  susceptibility_ial_to_ipl,
  susceptibility_ipl_to_ebl,
  param_sim
)

Arguments

susceptibility_ial_to_ipl

A numeric.

susceptibility_ipl_to_ebl

A numeric.

param_sim

A list which combined param, a result of process_param() and a result of calc_param().

Details

Probabilities to:

Value

A list consisted of a month.


fmsan51/blvibmjp documentation built on Sept. 2, 2020, 9:04 p.m.