# Default configuration
penaltyControl()
# Custom bounds for selected fixed-effect parameters
penaltyControl(bounds = param.bounds(
theta = list(lower = list(cl = 0.01, vc = 0.01))
))
# Binary penalty method for RSE
penaltyControl(thresholds = list(
rse = list(method = "binary", threshold = 40)
))
Run the code above in your browser using DataLab