R/classes.R

Defines functions sprcmlpmm sprclmm prcmlpmm prclmm ranefs mlpmmfit lmmfit

# step 1
lmmfit = function(x, ...) UseMethod('lmmfit', x)
mlpmmfit = function(x, ...) UseMethod('mlpmmfit', x)

# step 2
ranefs = function(x, ...) UseMethod('ranefs', x)

# step 3
prclmm = function(x, ...) UseMethod('prclmm', x)
prcmlpmm = function(x, ...) UseMethod('prcmlpmm', x)
sprclmm = function(x, ...) UseMethod('sprclmm', x)
sprcmlpmm = function(x, ...) UseMethod('sprcmlpmm', x)

Try the pencal package in your browser

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

pencal documentation built on April 3, 2025, 10:32 p.m.