mkd_lm_verif: Creates a markdown document to validate linear model...

View source: R/mkd_lm_verif.R

mkd_lm_verifR Documentation

Creates a markdown document to validate linear model assumptions

Description

Creates a markdown document for a (named) list of linear model validations from verif_lm() function output.

Usage

mkd_lm_verif(verif_lm_list, mkd_path = NULL, open = FALSE, overwrite = TRUE)

Arguments

verif_lm_list

A list object including either the result or a (named) list of multiple results from the verif_lm() function.

mkd_path

Path to the folder, where the markdown document should be stored. If NULL, the current path will be used.

open

Should the HTML output be opened immediately after saving? Default is FALSE.

overwrite

Should an already existing file be overwritten? Default is TRUE.

Details

This function is also used within the verif_lm() function.

Value

Save a HTML document without returning anything.

Author(s)

Dennis Freuer


freuerde/puzzle documentation built on March 27, 2022, 5:30 p.m.