Function for continuous long summaries
Value
The function returns a tibble with one row and five columns:
nthe number of non-missing observations invalueMeanthe mean ofvalueMedianthe median ofvalueSDthe standard deviation ofvalueMin / Maxthe range of value
All columns are returned as character.
Examples
pmtables:::cont_long_fun(rnorm(100))
#> # A tibble: 1 × 5
#> n Mean Median SD `Min / Max`
#> <chr> <chr> <chr> <chr> <chr>
#> 1 100 0.0469 0.0244 1.02 -2.61 / 2.76
