Quantile | R Documentation |
Skeleton list to declare a quantile regression model in a 'Model' object.
Quantile(link = "identity", scaled = FALSE, q = 0.5)
link |
Name of the link function - any of 'identity', 'log', 'logit', 'inverse', or 'probit' |
scaled |
Logical indicating whether to include a scale parameter. If FALSE then the scale parameter is one. |
q |
Scalar in [0,1] declaring the quantile of interest. |
A list with two elements naming the family and link function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.