densratio.appe {APPEstimation}R Documentation

A wrapper function

Description

A wrapper function to use "densratio" function from the densratio package.

Usage

densratio.appe(xtrain, xtest, method = "uLSIF", sigma = NULL,
               lambda = NULL, kernel_num = NULL, fold = 5,
               stabilize = TRUE,  qstb = 0.025)

Arguments

xtrain

a dataframe used to construct a prediction model.

xtest

a dataframe corresponding to a validation (testing) data.

method

same as in appe.glm.

sigma

same as in appe.glm.

lambda

same as in appe.glm.

kernel_num

same as in appe.glm.

fold

same as in appe.glm.

stabilize

same as in appe.glm.

qstb

same as in appe.glm.


[Package APPEstimation version 0.1.1 Index]