update_f | R Documentation |
Function for updating f
update_f(
probs,
tuning_param = 50,
method,
spline_df,
outcome,
nn = nn,
quality_var,
tt = tt
)
probs |
outcomes p; probability between 0 and 1 |
tuning_param |
tuning parameter. default set to 50 |
method |
method for updating f. Can specify either isotone or splines. default splines. |
spline_df |
degrees of freedom for splines. default 3. |
outcome |
length n vector; this is the vector of a target gene's presence/absence; should be coded as 0 or 1 |
nn |
length of outcome vector |
quality_var |
length-n vector; this is the quality variable vector, currently p = 1 |
tt |
E-M iteration |
vector of estimated f's
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.