dicho: Dichotomization

View source: R/dicho.R

dichoR Documentation

Dichotomization

Description

This function takes a real value and converts it to 1 if it is positive and else to 0.

Usage

dicho(val)

Arguments

val

A real value

Value

0 or 1.

Author(s)

Frédéric Bertrand
frederic.bertrand@lecnam.net
https://fbertran.github.io/homepage/

See Also

ifelse

Examples


dimX <- 6
Astar <- 4
(dataAstar4 <- t(replicate(10,simul_data_YX(dimX,Astar))))

dicho(dataAstar4)

rm(list=c("dimX","Astar"))


plsRglm documentation built on June 17, 2026, 5:06 p.m.