X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=man%2Fvec_bin.Rd;fp=man%2Fvec_bin.Rd;h=1689488a09e641a7c15c465ddddd8f83d21fbd0d;hb=f2a9120810d7e1e423c7b5c2c4320f4e27221f50;hp=0000000000000000000000000000000000000000;hpb=d1531659214edd6eaef0ac9ec835455614bba16c;p=valse.git diff --git a/man/vec_bin.Rd b/man/vec_bin.Rd new file mode 100644 index 0000000..1689488 --- /dev/null +++ b/man/vec_bin.Rd @@ -0,0 +1,20 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/vec_bin.R +\name{vec_bin} +\alias{vec_bin} +\title{A function needed in initSmallEM} +\usage{ +vec_bin(X, r) +} +\arguments{ +\item{X}{vector with integer values} + +\item{r}{integer} +} +\value{ +a list with Z (a binary vector of size the size of X) and indices where Z is equal to 1 +} +\description{ +A function needed in initSmallEM +} +