getDefaultRegressor {mmb}R Documentation

Get the system-wide default regressor.

Description

Getting and setting the default regressor affects all functions that have an overridable regressor. If this is not given, the default has defined here will be obtained.

Usage

getDefaultRegressor()

Value

Function the function used as the regressor. Defaults to function(data) mmb::estimatePdf(data)$argmax.

Author(s)

Sebastian Hönel sebastian.honel@lnu.se


[Package mmb version 0.13.3 Index]