View source: R/error_check_P_test.R
error_check_P_test | R Documentation |
Test mate pairing equation against test dataframe
error_check_P_test(
equation = "eq9",
P.test.df = error_check_build_Ptest_df(),
print.i = FALSE
)
equation |
Mate pairing equation to test. |
P.test.df |
A dataframe |
print.i |
print iteration number for debugging |
P.test.df <- error_check_build_Ptest_df()
dim(P.test.df)
error_check_P_test(equation = "eq9",P.test.df=P.test.df[10,])
error_check_P_test(equation = "eq10",P.test.df=P.test.df[10,])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.