search for: planttraits

Displaying 2 results from an estimated 2 matches for "planttraits".

2010 Oct 17
0
make error for R 2.13.0
..., file = file) : invalid input found on input connection '/home/tengfei/R/x86_64-pc-linux-gnu-library/2.13/R-devel/library/cluster/R/cluster' ** help Warning in readLines(file, warn = FALSE) : invalid input found on input connection '/tmp/Rtmpgxd64f/R.INSTALL33128ce7/cluster/man/plantTraits.Rd' Warning: /tmp/Rtmpgxd64f/R.INSTALL33128ce7/cluster/man/plantTraits.Rd:69: unexpected END_OF_INPUT 'Structuration de communaut ' *** installing help indices ** building package indices ... ** testing if installed package can be loaded Warning: S3 methods ‘clusplot.default’, ‘cl...
2009 Jul 30
1
stepwise variable selection method wanted
...el<-rbind(vars2del,varsdel[j,3]) lhs<-dta[,-which(colnames(dta) %in% vars2del)] print(paste("var2delete",varsdel[j,1],varsdel[j,3],"cophenC=",varsdel[j,2],"rowsInTestm:",nrow(testm))) } if(is.na(varsdel[j,3])) break } } return(varsdel) } cophenCbw(plantTraits) ########################################################