R/sirt_matrix2.R

Defines functions sirt_matrix2

Documented in sirt_matrix2

## File Name: sirt_matrix2.R
## File Version: 0.04

sirt_matrix2 <- function(x, nrow)
{
    matr <- matrix( x, nrow=nrow, ncol=length(x), byrow=TRUE )
    return(matr)
}

Try the sirt package in your browser

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

sirt documentation built on May 29, 2024, 8:43 a.m.