generateReportEvaluation: Generate the report for the evaluation

generateReportEvaluationR 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.


PFIM documentation built on Nov. 24, 2023, 5:09 p.m.