extract_univariate_analysis | R Documentation |
Computes and extracts univariate analysis for the features used
in a familiarEnsemble
object. This assessment includes the computation of
p and q-values, as well as robustness (in case of repeated measurements).
extract_univariate_analysis(
object,
data,
cl = NULL,
icc_type = waiver(),
feature_similarity = NULL,
feature_cluster_method = waiver(),
feature_cluster_cut_method = waiver(),
feature_linkage_method = waiver(),
feature_similarity_threshold = waiver(),
feature_similarity_metric = waiver(),
message_indent = 0L,
verbose = FALSE,
...
)
object |
A |
data |
A |
cl |
Cluster created using the |
icc_type |
String indicating the type of intraclass correlation
coefficient ( |
feature_cluster_method |
The method used to perform clustering. These are
the same methods as for the
If not provided explicitly, this parameter is read from settings used at
creation of the underlying |
feature_cluster_cut_method |
The method used to divide features into
separate clusters. The available methods are the same as for the
If not provided explicitly, this parameter is read from settings used at
creation of the underlying |
feature_linkage_method |
The method used for agglomerative clustering in
If not provided explicitly, this parameter is read from settings used at
creation of the underlying |
feature_similarity_threshold |
The threshold level for pair-wise
similarity that is required to form feature clusters with the If not provided explicitly, this parameter is read from settings used at
creation of the underlying |
feature_similarity_metric |
Metric to determine pairwise similarity
between features. Similarity is computed in the same manner as for
clustering, and If not provided explicitly, this parameter is read from settings used at
creation of the underlying |
message_indent |
Number of indentation steps for messages shown during computation and extraction of various data elements. |
verbose |
Flag to indicate whether feedback should be provided on the computation and extraction of various data elements. |
... |
Unused arguments. |
A list with a data.table containing information concerning the univariate analysis of important features.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.