randomAnansi | R Documentation |
Randomly generate a valid AnansiWeb
or MultiFactor
object.
randomWeb(
n_samples = 10,
n_reps = 1L,
n_features_x = 8,
n_features_y = 12,
sparseness = 0.5,
tableY = NULL,
tableX = NULL,
dictionary = NULL
)
randomMultiFactor(n_types = 6, n_features = 100, sparseness = 0.5)
krebsDemoWeb(n_samples = 100, n_reps = 4L)
n_samples , n_reps |
|
n_features_y , n_features_x |
|
sparseness |
|
tableY , tableX |
A table containing features of interest. Rows should be samples and columns should be features. Y and X refer to the position of the features in a formula: Y ~ X. |
dictionary |
A binary adjacency matrix of class |
n_types |
|
n_features |
|
a randomly generated object of the specified class.
AnansiWeb()
, MultiFactor()
# Make a random AnansiWeb object
randomWeb()
krebsDemoWeb()
randomMultiFactor()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.