s2faPredictCheckArgs <- function(p,X_t_test,
checkPositiveDefinite) {
if(!is.logical(checkPositiveDefinite)) {
stop("checkPositiveDefinite must be TRUE/FALSE")
}
checkMatrix(X_t_test)
checkParams(p,checkPositiveDefinite)
checkParamsMatrixX(p,X_t_test)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.