R/jmake.r

Defines functions jmake

jmake <- function(n) {
    jmake = matrix(rep(1, n^2), ncol = n)
    jmake
}
herbps10/rlme documentation built on Nov. 25, 2022, 1:38 p.m.