mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 16:42:10 +02:00
(v0.7.1.9016) deps
This commit is contained in:
@ -47,6 +47,8 @@ as.rsi(x = as.mic(4),
|
||||
|
||||
plot(mic_data)
|
||||
barplot(mic_data)
|
||||
|
||||
library(clean)
|
||||
freq(mic_data)
|
||||
}
|
||||
\seealso{
|
||||
|
@ -90,6 +90,8 @@ as.rsi(x = as.mic(4),
|
||||
|
||||
plot(rsi_data) # for percentages
|
||||
barplot(rsi_data) # for frequencies
|
||||
|
||||
library(clean)
|
||||
freq(rsi_data) # frequency table with informative header
|
||||
|
||||
# using dplyr's mutate
|
||||
|
Reference in New Issue
Block a user