set_intercept | R Documentation |
Set Normal prior hyperparameters for constant term
set_intercept(mean = 0, sd = 0.1)
## S3 method for class 'interceptspec'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
is.interceptspec(x)
## S3 method for class 'interceptspec'
knit_print(x, ...)
mean |
Normal mean of constant term |
sd |
Normal standard deviance for constant term |
x |
Any object |
digits |
digit option to print |
... |
not used |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.