generateReportEvaluation | R Documentation |
Generate the report for the evaluation
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
)
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. |
Return the report for the evaluation in html.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.