dotag: dotag

Description Usage Arguments Value Examples

View source: R/dotag.R

Description

Returns the tag vector to identify two different data sets

Usage

1
dotag(X.zeros = NA, X.ones = NA)

Arguments

X.zeros

Matrix with the tag 0.

X.ones

Matrix with the tag 1.

Value

tag.all vector with 0 tags for observations in X.zeros and 1 tags for observations in X.ones.

Examples

1
2
X <- as.matrix(X)
dotag(X[1:40,], X[-c(1:40),])

SCOUTer documentation built on July 1, 2020, 6:27 p.m.