R/as.random.R

as.random <-
function (x) 
{
f <- factor(x)
class(f) <- c("factor", "random")
f
}

Try the GAD package in your browser

Any scripts or data that you put into this service are public.

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