check_norm {tidynorm}R Documentation

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)

Arguments

.data

A data frame produced by a tidynorm function.

Value

This only prints an info message.

Examples

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

check_norm(speaker_norm)


[Package tidynorm version 0.3.0 Index]