plot_dropout_relationship | R Documentation |
Plot the dropout relationship
plot_dropout_relationship(y, lambda = empirical_lambda(y))
y |
The input data matrix |
lambda |
The estimated value of lambda |
A ggplot2
plot showing the estimated dropout relationship
synth <- create_synthetic(C = 20, G = 5, zero_negative = TRUE, model_dropout = TRUE) lambda <- empirical_lambda(synth$X) plot_dropout_relationship(synth$X, lambda)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.