powered by
A version of round() which works on dataframes that contain non-numeric data (or data that cannot be coerced to numeric) Helpful for dealing with table output that mixes numeric and string types.
umx_round(df, digits = getOption("digits"), coerce = FALSE)
a dataframe to round in
how many digits to round to (defaults to getOption("digits"))
whether to make the column numeric if it is not (default = FALSE)
mxModel()
https://www.github.com/tbates/umx
Other Miscellaneous Stats Helpers: FishersMethod(), SE_from_p(), oddsratio(), reliability(), umxCov2cor(), umxHetCor(), umxWeightedAIC(), umx_apply(), umx_cor(), umx_means(), umx_r_test(), umx_scale(), umx_var(), umx
FishersMethod()
SE_from_p()
oddsratio()
reliability()
umxCov2cor()
umxHetCor()
umxWeightedAIC()
umx_apply()
umx_cor()
umx_means()
umx_r_test()
umx_scale()
umx_var()
umx
# NOT RUN { head(umx_round(mtcars, coerce = FALSE)) head(umx_round(mtcars, coerce = TRUE)) # }
Run the code above in your browser using DataLab