Description Usage Arguments Value
View source: R/ChangeDataType.R
Change data value type between "Beta" and "M". As we have: B = 2^M/(2^M + 1) and M = log2(B/(1-B))
1 | ChangeDataType(InputValueType, TargetValueType, data)
|
InputValueType |
data value type of input data |
TargetValueType |
data value type the output data should be |
data |
the input data set |
data
the output data set with wanted data value type
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.