bdparallelpow2 | R Documentation |
Gets pow2 vector
bdparallelpow2(x)
x |
numerical vector |
Numeric Vector
library(BigDataStatMeth) n <- 100 x <- rnorm(n) # with numeric matrix res <- bdparallelpow2(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.