slice {bbmle}R Documentation

Calculate likelihood "slices"

Description

Computes a cross-section of a multi-dimensional likelihood surface

Usage

slice(fitted, ...)

Arguments

fitted a fitted object of class mle
... other arguments: which etc.

Value

still a stub.

Note

Slices provide a lighter-weight way to explore likelihood surfaces than profiles, since they vary a single parameter rather than

Author(s)

Ben Bolker

See Also

profile


[Package bbmle version 0.9.0 Index]