R/unifqsumg.R

unifqsumg <-
  function(x){
    x <- matrix(x,ncol=2)
    c(x[1,1],sum(x[,2]),length(x[,1]),crossprod(x[,2]))
  }

Try the bigsplines package in your browser

Any scripts or data that you put into this service are public.

bigsplines documentation built on May 2, 2019, 9:27 a.m.