is.fixed: Tests if a factor is fixed

Description Usage Arguments Value Author(s) See Also Examples

Description

This function works the same way of is.factor.

Usage

1

Arguments

x

a vector of data

Value

is.fixed returns "TRUE" or "FALSE" depending on whether its argument is a fixed factor or not

Author(s)

Leonardo Sandrini-Neto (leonardosandrini@gmail.com)

See Also

is.random

Examples

1
2
3
4
5
6
library(GAD)
data(rohlf95)
CG <- as.fixed(rohlf95$cages)
MQ <- as.random(rohlf95$mosquito) 
is.fixed(CG)
is.random(MQ)

GAD documentation built on May 2, 2019, 3:01 a.m.