Learn R Programming

pfocal (version 1.0.0)

pfocal_info_transform: Retrieve kernel and arguments information

Description

Different kernels and arguments can be passed to pfocal. A set of functions is available to provide all possible values for these arguments.

Usage

pfocal_info_transform()

pfocal_info_reduce()

pfocal_info_nan_policy()

pfocal_info_mean_divisor()

pfocal_info_variance()

Arguments

Value

An object of type matrix: first column shows the possible argument value, second column is used internally and third column describe the argument.

Examples

Run this code
# NOT RUN {
# Retrieve info on different arguments

pfocal_info_transform()
pfocal_info_reduce()
pfocal_info_nan_policy()
pfocal_info_mean_divisor()
pfocal_info_variance()

# }

Run the code above in your browser using DataLab