R/sign0.R

Defines functions sign0

sign0 <- function(x) ifelse(sign(x)<0,-1,1)

Try the qgraph package in your browser

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

qgraph documentation built on Nov. 3, 2023, 5:07 p.m.