Coerce to a Data Frame
Usage
# S3 method for class 'OxCalResults'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)Arguments
- x
- A - listreturned by- oxcal_parse().
- row.names
- A - charactervector giving the row names for the data frame description, or- NULL.
- optional
- A - logicalscalar. If- FALSEthen the names of the variables in the data frame are checked to ensure that they are syntactically valid variable names and are not duplicated.
- ...
- Currently not used. 
Value
A data.frame with the following columns:
- name
- operation
- type
- date
- error
- agreement
- convergence
- like_range
- A - listgiving the confidence intervals of the likelihood.
- like_density
- A - listgiving the likelihood.
- post_range
- A - listgiving the confidence intervals of the posterior probability.
- post_density
- A - listgiving the posterior probability.