Learn R Programming

babsim.hospital (version 11.8.8)

getParameterDataFrame: getParameterDataFrame

Description

Get parameterss (probabilities and durations) of the babsim.hospital simulator

Usage

getParameterDataFrame(
  paraList = list(obk = getParaSet(5374), koeln = getParaSet(5315))
)

Arguments

paraList

list of parameter values. Each list element has the form obk=getParaSet(5374).

Value

data.frame with parameters in each column.

Examples

Run this code
# NOT RUN {
df <- getParameterDataFrame()
# }

Run the code above in your browser using DataLab