# ' Bic of one regression
# '
BicLoc <- function(X = X, Y = Y, intercept = TRUE, methode = 1) {
ret = .Call("BicLoc_cpp", X, Y, intercept, methode, PACKAGE = "CorReg")
return(ret)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.