Displaying 1 result from an estimated 1 matches for "r2more".
2012 Aug 06
1
cannot find function "simpleRDA2"
...sing something obvious because I am still an 'R' novice.
Below is a reproducible example for you.
Thank you always for all of your help.
Lindsey
example:
X=matrix(rnorm(30),10,3)
Y=matrix(rnorm(50),10,5)
forward.sel.par <- function(Y, X, alpha = 0.05, K = nrow(X)-1,
R2thresh = 0.99, R2more = 0.001, adjR2thresh = 0.99, Yscale = FALSE,
verbose=TRUE)
##
## Parametric forward selection of explanatory variables in regression and RDA.
## Y is the response, X is the table of explanatory variables.
##
## If Y is univariate, this function implements FS in regression.
## If Y is multivariate,...