Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

BinaryVectorCheck

Checks if a vector is binary


Description

Checks if all the entries of a vector are 0 or 1.

Usage

BinaryVectorCheck(x)

Arguments

x

The vector to check

Value

The logical result.

Author(s)

Jose luis Vicente-Villardon

Examples

x=c(0, 0, 0, 0,  1, 1, 1, 2)
BinaryVectorCheck(x)

PERMANOVA

Multivariate Analysis of Variance Based on Distances and Permutations

v0.1.0
GPL (>= 2)
Authors
Laura Vicente-Gonzalez, Jose Luis Vicente-Villardon
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.