c212.pointmass.weights {c212} | R Documentation |
This function generate a template for weights for the proposal distribution used to sample theta variables in models which use a point-mass.
c212.pointmass.weights(trial.data)
trial.data |
A file or data frame containing the trial data, either for end of trial or interim analysis. |
A dataframe containing the weightings template for each Body-system, adverse event and, if required, interval.
R. Carragher
## Not run: data(c212.trial.data) c212.pointmass.weights(c212.trial.data) ## End(Not run)