Learn R Programming

tidynorm (version 0.4.0)

check_norm: Check Normalization Procedures

Description

check_norm() will generate a message with information about which normalization procedures have been applied to the data.

Usage

check_norm(.data)

Value

This only prints an info message.

Arguments

.data

A data frame produced by a tidynorm function.

Examples

Run this code
speaker_norm <- speaker_data |>
  norm_nearey(
    F1:F3,
    .by = speaker,
    .silent = TRUE
  )

check_norm(speaker_norm)

Run the code above in your browser using DataLab