powered by
Print number of predictors and principal components used.
# S3 method for apd_similarity print(x, ...)
None
A apd_similarity object.
apd_similarity
Not currently used, but required for extensibility.
set.seed(535) tr_x <- matrix( sample(0:1, size = 20 * 50, prob = rep(.5, 2), replace = TRUE), ncol = 20 ) model <- apd_similarity(tr_x) print(model)
Run the code above in your browser using DataLab