descriptive | R Documentation |
Berechnet die Anzahl N, Quartile, Mittelwert, Median, Standardabweichung und Standardfehler.
descriptive(data, .round = 2, .print = 20, .tibble = TRUE)
data |
Daten als data.frame, tibble oder grouped.df. |
.round |
Anzahl der Nachkommastellen (Default: 2). |
.print |
Anzahl der Zeilen, die ausgegeben werden sollen (Default: 20). Das Argument überschreibt das Standardverhalten eines tibbles, i.d.R nur 10 Zeilen anzuzeigen. |
.tibble |
Ausgabe als data.frame ('FALSE') oder tibble ('TRUE') (Default: 'TRUE'). |
Überblick über typische Lage- und Streuungsmaße.
chemo
chemo |>
descriptive()
chemo |>
dplyr::group_by(Behandlung) |>
descriptive()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.