View source: R/double2singlePrecision.R
double2singlePrecision | R Documentation |
This function converts numeric column(s) of a data frame object, matrix or vector from double precision to single precision, e.g. to avoid a warning from MLwiN which currently only stores data in single precision.
double2singlePrecision(x)
x |
A |
An object of numerical values in single precision will be returned.
Zhang, Z., Charlton, C.M.J., Parker, R.M.A., Leckie, G., and Browne, W.J. (2016) Centre for Multilevel Modelling, University of Bristol.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.