Skip to contents

Helper function to set up a Liesel regression predictor specification.

Usage

predictor(formula = ~1, inverse_link = "Identity", p_smooth_name = NULL)

Arguments

formula

A one-sided formula.

A string identifying a TensorFlow bijector to be used as the inverse link.

p_smooth_name

The name of the parametric smooth. If NULL, the name is set automatically.