| coef.tvTran | R Documentation |
Extract coefficient values from tvTran fitting results, and
summarize the point estimate and 95% credible band into a data frame.
## S3 method for class 'tvTran'
coef(object, ...)
object |
An object returned by function |
... |
Optional arguments. Currently, the only applicable arguemnt is
|
A data.frame with 6 columns ("Low", "Mid", "High", "Time",
"Cov", "Model"), where "Mid" is the point estimates;
"Low" and "High" are the 2.5% and 97.5% quantiles
estimates from resampling method as default; "Cov" and
"Model" contain character values of the covariates and model
type.
tvTran, and plotCoef.
## See the examples in tvTran.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.