powered by
Print method for "feature" class
# S3 method for feature print(x, dataset = FALSE, alphas = FALSE, labels = FALSE, round = FALSE, ...)
String representation of a feature
An object of class "feature"
Set the regular covariates as columns in a dataset
Print a "?" instead of actual alphas to prepare the output for alpha estimation
Should the covariates be named, or just referred to as their place in the data.frame.
Should numbers be rounded when printing? Default is FALSE, otherwise it can be set to the number of decimal places.
Not used.
result <- gmjmcmc(matrix(rnorm(600), 100), P = 2, gaussian.loglik, NULL, c("p0", "exp_dbl")) print(result$populations[[1]][1])
Run the code above in your browser using DataLab