GAD (version 1.1.1)

is.random: Tests if a factor is ramdom

Description

This function works the same way of is.factor

Usage

is.random(x)

Arguments

x
a vector of data

Value

See Also

is.fixed

Examples

Run this code
library(GAD)
data(rohlf95)
CG <- as.fixed(rohlf95$cages)
MQ <- as.random(rohlf95$mosquito) 
is.fixed(CG)
is.random(MQ)

Run the code above in your browser using DataLab