qphen | R Documentation |
The qphen
dataset contains 176 observations and 24 variables, representing classified phenotype interactions in a quantum game-theoretic model of HIV phenotypes.
The data includes CD4 and viral load differences, quantum game strategies, classification clusters, and tuberculosis/genoresistance indicators.
data(qphen)
A data frame with 176 rows and 24 variables:
(double) Unique identifier for each observation.
(double) Difference in viral load (log scale) between time points.
(double) Difference in CD4 count between time points.
(double) Mean difference of viral loads across the dataset.
(double) Mean difference of CD4 counts across the dataset.
(double) Number of cases in each interaction cluster.
(double) Computed payoff for the phenotype interaction.
#'
(double) Alternative computed payoff.
(double) Closest estimated payoff value.
(double) Cluster assignment for phenotype interactions (second clustering method).
(double) Cluster assignment for phenotype interactions (third clustering method).
(double) Cluster assignment for phenotype interactions (fourth clustering method).
(double) Phenotype type (v
or V
).
(double) Strategy of the first phenotype using X
, T
, or H
gate (binary encoding).
(double) Alternative strategy of the first phenotype.
(double) Strategy of the second phenotype using H
, Id
, S
, T
, X
, Y
, or Z
gate (binary encoding).
(double) Alternative strategy of the second phenotype.
(double) Alternative strategy of the second phenotype.
(double) Alternative strategy of the second phenotype.
(double) Alternative strategy of the second phenotype.
(double) Alternative strategy of the second phenotype.
(double) Indicates whether predictions were made on full data or batch data.
(double) Indicator for tuberculosis presence (1 = TB, 0 = no TB).
(double) Indicator for genoresistance presence (1 = resistant, 0 = non-resistant).
data(qphen)
head(qphen)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.