Skip to contents

Function to get the Effective Dimensions.

Usage

effDim(object)

Arguments

object

an object of class LMMsolve

Value

A data.frame with the effective dimensions and penalties.

#' @examples ## Fit model on oats data data(oats.data)

## Fit a model with a 1-dimensional spline at the plot level. obj <- LMMsolve(fixed = yield ~ rep + gen, spline = ~spl1D(x = plot, nseg = 20), data = oats.data) effDim(obj)