get_null_parameters: get the parameters of the null distrubution

Description Usage Arguments Value Examples

Description

get the parameters of the null distrubution

Usage

1

Arguments

z_scores

Z score transformed log2 ratio data for parents unrelated to the proband currently being classified.

Value

a list containing the null model's mean and standard deviation, or raises an error if generating a mixture model and the code has too many retries

Examples

1
2
get_null_parameters(rnorm(100, mean=0, sd=1))
get_null_parameters(c(rnorm(100, mean=0, sd=1), rnorm(30, mean=5, sd=1)))

jeremymcrae/cifer documentation built on May 19, 2019, 5:08 a.m.