print.feature {FBMS} | R Documentation |
Print method for "feature" class
Description
Print method for "feature" class
Usage
## S3 method for class 'feature'
print(x, dataset = FALSE, alphas = FALSE, labels = FALSE, round = FALSE, ...)
Arguments
x |
An object of class "feature" |
dataset |
Set the regular covariates as columns in a dataset |
alphas |
Print a "?" instead of actual alphas to prepare the output for alpha estimation |
labels |
Should the covariates be named, or just referred to as their place in the data.frame. |
round |
Should numbers be rounded when printing? Default is FALSE, otherwise it can be set to the number of decimal places. |
... |
Not used. |
Value
String representation of a feature
Examples
result <- gmjmcmc(matrix(rnorm(600), 100), P = 2, gaussian.loglik, NULL, c("p0", "exp_dbl"))
print(result$populations[[1]][1])
[Package FBMS version 1.0 Index]