model: Initialize the Model

Description Usage

View source: R/model.R

Description

Initialize the Model

Usage

1
2
3
4
5
6
7
8
9
model(
  data = pedis,
  formula = any_amputation ~ p + e_ordinal_5 + d + i + s + alter_bei_aufnahme + gender,
  prior = cauchy(scale = c(0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5)),
  n_iter = 1000,
  thinning = NULL,
  seed = 234241,
  ...
)

jnshsrs/bayes.pedis documentation built on Dec. 21, 2021, 1:15 a.m.