Learn R Programming

PFIM (version 6.0.3)

generateReportEvaluation: Generate the report for the evaluation

Description

Generate the report for the evaluation

Usage

generateReportEvaluation(
  object,
  evaluationObject,
  outputPath,
  outputFile,
  plotOptions
)

# S4 method for BayesianFim generateReportEvaluation( object, evaluationObject, outputPath, outputFile, plotOptions )

# S4 method for IndividualFim generateReportEvaluation( object, evaluationObject, outputPath, outputFile, plotOptions )

# S4 method for PopulationFim generateReportEvaluation( object, evaluationObject, outputPath, outputFile, plotOptions )

Value

Return the report for the evaluation in html.

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.