R/as.fixed.R

as.fixed <-
function (x)
{
f <- factor(x)
class(f) <- c("factor", "fixed")
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.