f1bsf: Stepwise selection of interval covariates in non-paametric...

View source: R/f1bsf.R

f1bsfR Documentation

Stepwise selection of interval covariates in non-paametric regression

Description

Stepwise selection of interval covariates in non-paametric regression

Usage

f1bsf(y,k,lam,pr=0.5,mm=20,p0=0.01)

Arguments

y

Dependent variable

k

Length odf smallest interval

lam

Factor for increasing size of intervals

pr

Proportional incerease in size of sample to reduce edge effects

mm

Parameter of fgentrig for the number of trigonometric functions

p0

Gaussian P-value threshold

Value

pv ff The approximation

res The residuals

Examples

data(vardata)
a<-f1bsf(vardata[,70],4,1.1,pr=0,mm=10)

gausscov documentation built on June 11, 2025, 5:09 p.m.

Related to f1bsf in gausscov...