generateReportEvaluation {PFIM} | R Documentation |
Generate the report for the evaluation
Description
Generate the report for the evaluation
Usage
generateReportEvaluation(
object,
evaluationObject,
outputPath,
outputFile,
plotOptions
)
## S4 method for signature 'BayesianFim'
generateReportEvaluation(
object,
evaluationObject,
outputPath,
outputFile,
plotOptions
)
## S4 method for signature 'IndividualFim'
generateReportEvaluation(
object,
evaluationObject,
outputPath,
outputFile,
plotOptions
)
## S4 method for signature 'PopulationFim'
generateReportEvaluation(
object,
evaluationObject,
outputPath,
outputFile,
plotOptions
)
Arguments
object |
An object from the class Fim. |
evaluationObject |
A list giving the results of the evaluation of the model. |
outputPath |
A string giving the output path. |
outputFile |
A string giving the name of the output file. |
plotOptions |
A list giving the plot options. |
Value
Return the report for the evaluation in html.
[Package PFIM version 6.0.3 Index]