get raw probabilities
queries values from date objects
get_raw_probabilities(x) ## Default S3 method: get_raw_probabilities(x) ## S3 method for class 'oxcAARCalibratedDate' get_raw_probabilities(x) ## S3 method for class 'oxcAARCalibratedDatesList' get_raw_probabilities(x)
x |
an object of class oxcAARCalibratedDate or oxcAARCalibratedDatesList |
a data.frame or a list of data.frames
Other getter functions:
get_bp()
,
get_cal_curve()
,
get_name()
,
get_posterior_probabilities()
,
get_posterior_sigma_ranges()
,
get_sigma_ranges()
,
get_std()
## Not run: x <- oxcalCalibrate(c(5000, 4500, 3000), c(20, 50, 60)) get_raw_probabilities(x) y <- oxcalCalibrate(5000, 20)[[1]] get_raw_probabilities(y) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.