Nothing
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
compute_eigen_svd <- function(X) {
.Call('_lfmm_compute_eigen_svd', PACKAGE = 'lfmm', X)
}
impute_lfmm_cpp <- function(Y, X, U, V, B, missingId) {
invisible(.Call('_lfmm_impute_lfmm_cpp', PACKAGE = 'lfmm', Y, X, U, V, B, missingId))
}
err2_lfmm_cpp <- function(Y, X, U, V, B) {
.Call('_lfmm_err2_lfmm_cpp', PACKAGE = 'lfmm', Y, X, U, V, B)
}
err2s_lfmm_cpp <- function(Y, X, U, V, B) {
.Call('_lfmm_err2s_lfmm_cpp', PACKAGE = 'lfmm', Y, X, U, V, B)
}
sum2_lm_cpp <- function(Y, X, B) {
.Call('_lfmm_sum2_lm_cpp', PACKAGE = 'lfmm', Y, X, B)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.