sub-.parameters: subscript operator for 'parameters' objects

Description Usage Note

Description

subscript operator for 'parameters' objects

Usage

1
2
## S3 method for class 'parameters'
parameters[...]

Note

one can use all.equal to extract rows. Row's represent the underlying grid of covariates. Covariates cannot be compared with == operator, since they are numeric. Therefore one prefers all.equal for 'near equality'. Using all.equal will either result in a character TRUE or message, therefore we have to check if it's a character, if so, we extract indexes where TRUE stays and use those for indexing. Drawback of this is slowness!


aleksandar-spasojevic/BayesXShinyApp documentation built on May 11, 2019, 11:24 p.m.