set_intercept {bvhar} | 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 |
|
digits |
digit option to print |
... |
not used |