double2singlePrecision {R2MLwiN} | R Documentation |
Converts numerical values from double precision to single precision.
Description
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.
Usage
double2singlePrecision(x)
Arguments
x |
A |
Value
An object of numerical values in single precision will be returned.
Author(s)
Zhang, Z., Charlton, C.M.J., Parker, R.M.A., Leckie, G., and Browne, W.J. (2016) Centre for Multilevel Modelling, University of Bristol.
[Package R2MLwiN version 0.8-9 Index]