Skip to contents

restrict_coef() is deprecated as of version 0.9.0. Use add_restriction() instead.

Usage

restrict_coef(model, restrictions)

Arguments

model

A fitted model object.

restrictions

data.frame with exactly two columns.

Value

A legacy restricted object. New code should use prepare_refinement(), add_restriction(), and refit().