Displaying 4 results from an estimated 4 matches for "gvlma".
Did you mean:
vlma
2011 Sep 14
0
Non compatible arguments in gvlma
Dear R community
I have tried to run the diagnostics on my lm object with the gvlma package but it gave me an error with the following message: Non compatible arguments
I post here my syntax and session info:
RegreC3<-lm(Classification_Score~C3L+Age_+Dx,data=DB1)summary(RegreC3)
library(gvlma)gvmodel <- gvlma(RegreC3)
R version 2.13.1 (2011-07-08)Platform: i386-pc-mingw32/i3...
2011 Oct 27
0
regression in R
1) Packages to be used-
For smaller datasets
use these
1. CAR Package http://cran.r-project.org/web/packages/car/index.html
2. GVLMA Package http://cran.r-project.org/web/packages/gvlma/index.html
3. ROCR Package http://rocr.bioinf.mpi-sb.mpg.de/
4. Relaimpo Package
5. DAAG package
6. MASS package
7. Bootstrap package
8. Leaps package
Also see
http://cran.r-project.org/web/packages/rms/index.html or RMS packa...
2014 Apr 21
3
Loops (run the same function per different columns)
Hi,
Using the example data from library(gvlma)
library(gvlma)
data(CarMileageData)
CarMileageNew <- CarMileageData[,c(5,6,3)]
?lst1 <- list()
?y <- c("NumGallons", "NumDaysBetw")
?for(i in seq_along(y)){
?lst1[[i]] <- gvlma(lm(get(y[i])~MilesLastFill,data=CarMileageNew))
?lst1}
pdf("gvlmaplot.pdf")
?l...
2010 Mar 14
0
Argument matching for primitives
...oc.time(<expression>) where system.time() was more
plausible, misusing nargs() (if you want the number of args in ...,
use length(list(...)), not nargs(...)), using on.exit(par=opar) not
on.exit(par(opar)), and so on.
Specifically CRAN packages NMF, RobAStBase, TTR, aroma.light, catspec,
gvlma, mvbutils, orloca, orloca.es, sm and staRt now fail in R-devel
(and also some that use them).
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South...