TABLE OF CONTENTS


methodsUni/unirec [ Functions ]

NAME

    unirec --- S3 generic

FUNCTION

Dispatches to either unirec.formula, or unirec.data.frame

SYNOPSIS

27 unirec <- function(x, ...)
28 {

SOURCE

31     UseMethod("unirec")
32 }