as.numeric.map_estimate {bayestestR} | R Documentation |
Convert to Numeric
Description
Convert to Numeric
Usage
## S3 method for class 'map_estimate'
as.numeric(x, ...)
## S3 method for class 'p_direction'
as.numeric(x, ...)
## S3 method for class 'p_map'
as.numeric(x, ...)
## S3 method for class 'p_significance'
as.numeric(x, ...)
Arguments
x |
object to be coerced or tested. |
... |
further arguments passed to or from other methods. |
[Package bayestestR version 0.14.0 Index]