reportTablesFIM {PFIM} | R Documentation |
Generate the tables for the report.
Description
Generate the tables for the report.
Usage
reportTablesFIM(object, evaluationObject)
## S4 method for signature 'BayesianFim'
reportTablesFIM(object, evaluationObject)
## S4 method for signature 'IndividualFim'
reportTablesFIM(object, evaluationObject)
## S4 method for signature 'PopulationFim'
reportTablesFIM(object, evaluationObject)
Arguments
object |
An object from the class Fim. |
evaluationObject |
A list giving the results of the evaluation of the model. |
Value
A list giving the table in kable format for the report.
[Package PFIM version 6.0.3 Index]