histograph {YourCast} | R Documentation |
Draws histograms for priors calculated by model ebayes.
histograph(d1.a, d1.t, dt.da, SD, depvar=" ", model="ebayes", graphics.file=NA)
d1.a |
Numeric vector. First derivative respect to age. |
d1.t |
Numeric vector. First derivative respect to time. |
dt.da |
Numeric vector. Second derivative respect to age and time. |
SD |
Numeric vector. Standard deviation. |
depvar |
String with the name of the dependent
variable. Default: " " |
model |
String with the name of the model. Default: "ebayes" . |
graphics.file |
String or NA . If string the name of a file to be
appended to a directory path where the graphics will be saved, if NA
it is displayed in the screen and not saved. Default: NA . |
Histograms of the vectors d1.a
, d1.t
, dt.da
, and SD
;
see demos chp.11.7
, chp.11.8
, or chp.11.9
.
Federico Girosi girosi@rand.org
http://gking.harvard.edu/yourcast