Learn R Programming

mimi (version 0.1.0)

covmatC: covmatC

Description

covmatC

Usage

covmatC(C, n)

Arguments

C

nxK2 matrix of column covariates

n

number of rows

Value

repeats C n times

Examples

Run this code
# NOT RUN {
C <- matrix(rnorm(10), 5)
cov <- covmatC(C,3)
# }

Run the code above in your browser using DataLab