View source: R/table_creation_FUN.R
get_prop_values | R Documentation |
get_mean_values soll gewichtete Anteilswert-Tabellen mit Konfidenzintervallen erstellen erzeugen mit den Informationen n = Groesse der Subgruppe, percent = gewichteter Anteilswert, lower_ci = unteres Konfidenzintervall, upper_ci = oberes Konfidenzintervall 95%
get_prop_values(dataset, groupvars, alpha)
dataset |
data.frame aus get_data (z.B. plattform_data) |
groupvars |
Vector mit allen Variablen im Datensatz (z.B. c("usedvariable", "year", "sex")) |
alpha |
Alpha fuer die Festlegung der Konfidenzintervalles (z.B. 0.05) |
data_prop_complete_ci = Datensatz mit n, percent, lower_ci, upper_ci
Stefan Zimmermann, szimmermann@diw.de
get_prop_values(dataset = data, groupvars = c("usedvariable", "year", "sex"), alpha = 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.