R/Abeta.r

Defines functions Abeta

Documented in Abeta

Abeta <- function(V, beta){
    q <- dim(V)[2]
    A <- (1:q)[t(V) %*% beta >= 0]
    return(A)
    }

Try the OrdFacReg package in your browser

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

OrdFacReg documentation built on May 1, 2019, 10:06 p.m.