powered by
check_norm() will generate a message with information about which normalization procedures have been applied to the data.
check_norm()
check_norm(.data)
This only prints an info message.
A data frame produced by a tidynorm function.
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