f1bsf | R Documentation |
Stepwise selection of interval covariates in non-paametric regression
f1bsf(y,k,lam,pr=0.5,mm=20,p0=0.01)
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 |
pv ff The approximation
res The residuals
data(vardata)
a<-f1bsf(vardata[,70],4,1.1,pr=0,mm=10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.