pspline_checker | R Documentation |
pspline_checker
checks to see if all the inputs associated
for P-spines are properly defined.
pspline_checker(family, link, bdeg, pord, nseg, lambda, ridge_adj, wts)
family |
the response distribution, e.g. |
link |
the link function, one of |
bdeg |
the degree of B-splines. |
pord |
the order of the penalty. |
nseg |
the number of evenly-spaced B-spline segmements. |
lambda |
the positive tuning parameter for the difference penalty. |
ridge_adj |
the positive tuning parameter for the ridge penalty. |
wts |
the weight vector, separate from GLM weights. |
list |
same as inputs, with warnings if required. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.