sqlite - How to find standard deviation in R using sqldf package? -


all can sqldf package calculate " avg" "count " , "sum". can define own function standard deviation?

it necessary me calculate standard deviation using sqldf only.

the function standard deviation stdev

d1 = data.frame(x=runif(10)) sqldf("select stdev(x) d1") 

Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -