plot_dropout_relationship: Plot the dropout relationship

Description Usage Arguments Value Examples

View source: R/mfa.R

Description

Plot the dropout relationship

Usage

1

Arguments

y

The input data matrix

lambda

The estimated value of lambda

Value

A ggplot2 plot showing the estimated dropout relationship

Examples

1
2
3
synth <- create_synthetic(C = 20, G = 5, zero_negative = TRUE, model_dropout = TRUE)
lambda <- empirical_lambda(synth$X)
plot_dropout_relationship(synth$X, lambda)

mfa documentation built on Nov. 8, 2020, 8:10 p.m.