Set Normal prior hyperparameters for constant term
     
    
    Usage
    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, ...)
 
    
    Arguments
- mean
- Normal mean of constant term 
- sd
- Normal standard deviance for constant term 
- x
- Any object 
- digits
- digit option to print 
- ...
- not used