R/RcppExports.R

Defines functions TestFindTargetDose TestDoseResponseFunction MCPModRunSimulations MCPModFitDRModels

Documented in TestDoseResponseFunction TestFindTargetDose

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

MCPModFitDRModels <- function(endpoint_index_arg, selected_models_arg, x_arg, y_arg, delta_arg, direction_index_arg, maxit_arg, theta_vector_arg) {
    .Call(`_MCPModPack_MCPModFitDRModels`, endpoint_index_arg, selected_models_arg, x_arg, y_arg, delta_arg, direction_index_arg, maxit_arg, theta_vector_arg)
}

MCPModRunSimulations <- function(endpoint_index_arg, selected_models_arg, theta_arg, theta_vector_arg, delta_arg, model_selection_index_arg, opt_contrast_arg, crit_value_arg, sim_parameter_list_arg, sim_model_list_arg, direction_index_arg, go_threshold_arg, n_points_arg, maxit_arg) {
    .Call(`_MCPModPack_MCPModRunSimulations`, endpoint_index_arg, selected_models_arg, theta_arg, theta_vector_arg, delta_arg, model_selection_index_arg, opt_contrast_arg, crit_value_arg, sim_parameter_list_arg, sim_model_list_arg, direction_index_arg, go_threshold_arg, n_points_arg, maxit_arg)
}

TestDoseResponseFunction <- function(x, model, coef) {
    .Call(`_MCPModPack_TestDoseResponseFunction`, x, model, coef)
}

TestFindTargetDose <- function(delta, model, coef) {
    .Call(`_MCPModPack_TestFindTargetDose`, delta, model, coef)
}

Try the MCPModPack package in your browser

Any scripts or data that you put into this service are public.

MCPModPack documentation built on May 31, 2023, 5:23 p.m.