diagnostic_report: Diagnostic report

diagnostic_reportR Documentation

Diagnostic report

Description

Creates report for identifying potential problems with data.

Usage

diagnostic_report(cem, ...)

## S4 method for signature 'CEMiTool'
diagnostic_report(
  cem,
  title = "Diagnostics",
  directory = "./Reports/Diagnostics",
  force = FALSE,
  ...
)

Arguments

cem

Object of class CEMiTool.

...

parameters to rmarkdown::render

title

Character string with the title of the report.

directory

Directory name for results.

force

If the directory exists, execution will not stop.

Value

An HTML file with an interactive diagnostic report.


csbl-usp/CEMiTool documentation built on March 27, 2024, 5:14 a.m.