choose_knots_even {contdid} | R Documentation |
Choose Evenly Spaced Knots
Description
A function to place equally spaced knots for fitting b-splines
Usage
choose_knots_even(x, num_knots)
Arguments
x |
vector of treatment doses |
num_knots |
the number of knots to use |
Value
a vector containing the locations of the knots
[Package contdid version 0.1.0 Index]