- type
The type of spline. Can take "bs"
(B-spline),
"ns"
(natural cubic spline),
or "ls"
(piecewise linear spline)
- knots
The number/location of spline internal knots. If a single number is given it indicates the number of knots (they will
be equally spaced across the range of doses for each agent). If a numeric vector is given it indicates the location of the knots.
- degree
The degree of the piecewise B-spline polynomial - e.g. degree=1
for linear, degree=2
for quadratic, degree=3
for cubic.
- beta.1
Pooling for the 1st coefficient. Can take "rel"
, "common"
, "random"
or be
assigned a numeric value (see details).
- beta.2
Pooling for the 2nd coefficient. Can take "rel"
, "common"
, "random"
or be
assigned a numeric value (see details).
- beta.3
Pooling for the 3rd coefficient. Can take "rel"
, "common"
, "random"
or be
assigned a numeric value (see details).
- beta.4
Pooling for the 4th coefficient. Can take "rel"
, "common"
, "random"
or be
assigned a numeric value (see details).
- beta.5
Pooling for the 5th coefficient. Can take "rel"
, "common"
, "random"
or be
assigned a numeric value (see details).
- beta.6
Pooling for the 6th coefficient. Can take "rel"
, "common"
, "random"
or be
assigned a numeric value (see details).