search for: relimp

Displaying 20 results from an estimated 50 matches for "relimp".

2010 Aug 26
1
relimp
I am trying to use Rcmdr 1.5_4 with R-2.11.1 (order to run to run the new version of misdist-0.5.3 which is built under R-2.11.1). however relimp is required for Rcmdr and the version of relimp_1.0.1 downloaded from CRAN will not work with the latest version of Rcmdr (I get error message telling me to reload it). Is there any way round this problem or will there be a new version relimp that is compatible? Any advice would be gratefully rece...
2009 Nov 19
0
strange crashes caused by 'cairoDevice' and 'tcltk' dialogues
Dear developers I get some strange crashes when 'cairoDevice' and 'tcltk' are both loaded in the same R vanilla session. When executing the following in that order require(relimp) require(cairoDevice) showData (iris) I get a crash with the following message (see R-relimp-cairoDevice.txt): The program 'R' received an X Window System error. This probably reflects a bug in the program. The error was 'BadWindow (invalid Window parameter)'. (Details: serial 28...
2011 Sep 12
2
calc.relimp pmvd for US R-user
Dear All: I am calculating the relative importance of a regressor in a linear model. Does anyone know how I can obtain/install the 'pmvd' computation type? I am a US user. Regards, Y -- View this message in context: http://r.789695.n4.nabble.com/calc-relimp-pmvd-for-US-R-user-tp3808752p3808752.html Sent from the R help mailing list archive at Nabble.com.
2012 Dec 01
0
Relative strength of regression predictors (relaimpo vs. relimp)
...om each other drastically in mean), controlling for age and sex. N=6000. m1 <- lm(totWAS ~ 1234x+s5+q6789x+s10+s11+s12+s13+s14+q1516x+ sex+age, data=D) Now I want to find out about relative strengths. Standardized coefficients differ in the profile from results obtained by the relaimpo and the relimp packages, the largest differences exist for the variable age (which is the only variable I standardized; the standardized beta is very large compared to the other risk factors, but the relative importance packages show that is nearly has any importance). Questions: (1) What can lead to differences...
2013 Jan 28
0
Using relaimpo or relimp with PLM and GLS
Dears, Unfortunatelly, the packages relaimpo and relimp do not seem to work with plm function (plm package) or gls function (in nlm package). I've been studying on how to adapt one of them for this pourpose. In that sense, I have two questions regarding to this work: 1) have anyone hard of any workaround for those incompatibilities, or at least of...
2002 Jul 09
2
package relimp
Hi, i'm newbie for this, but it's very interesting, but how i have to interpret the results if i get i.e. this results ? Is it correct - if the "Ratio of effect sd" is positiv than the Numerator effects are bigger , and the negative case vice-versa ? Ratio of effect standard deviations: 0.954 Log(sd ratio): -0.047 (se 0.828) Approximate 95% confidence
2007 Mar 23
1
Bug in str or issue with class management in my package?
Dear developeRs, with R 2.4.1 (and also 2.4.0), the function str() fails on objects of class relimplmbooteval, if there are unused slots, which is very often the case. I am not sure whether this is a bug in str() or a correct behavior of str() that unmasks some sloppiness in my usage of S4 classes (that I am not aware of)? Reproducible example (package relaimpo needed): The program require(re...
2013 Jan 31
0
Longitudinal RelaImpo in LME4
I am currently using the relaimpo package to estimate the relative importance of regressors (N= 4000): > m1 <- lm(y ~ x1+x2+x3+x4+x5+, data=data) > calc.relimp(m1, rela=TRUE) > m2=boot.relimp(m1, boot = 500, rela=TRUE, type="lmg") > booteval.relimp(m2) > plot(booteval.relimp(m2)) In a new dataset with 3 measurement points (0,6,12 weeks), I want to perform a similar analysis, and want overall relative importance estimates over all 3 tim...
2004 Sep 15
4
loading error of the Rcmdr library on Debian Sid
...---------------------------------------------------- > library(Rcmdr) Loading required package: tcltk Loading required package: lattice Loading required package: foreign Loading required package: abind Loading required package: lmtest Loading required package: multcomp Loading required package: relimp Loading required package: effects Loading required package: rgl Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "/usr/lib/R/site-library/rgl/libs/rgl.so": libnvidia-tls.so.1: cannot handle TLS data Error in .C(symbol.C("rgl_quit&q...
2010 Mar 19
0
relaimpo - dummy variable
Hi, I have a question related to the function "boot.relimp" (package relaimpo). I have a model with numerical predictors and one dummy (class) variable. I would like to calculate the relative importance of the predictors but I have some problems with the dummy variable. The name of the linear model is "lmbroadst.lc" and the dummy variable...
2004 Mar 15
4
effect size
Hi, Having searched google '[R] aov effect size' without any results I wonder if I not completely miss something. Is there any R function that calculates the effect size of an AOV's main effect or interaction effect? It should be related to the F's and the degree of freedom of the error, but the multitude in numbers in aov() baffle me a bit. Thanks, ---david
2005 Feb 01
2
Rcmdr doesn't seem to work
...ith the latest updated packages (including Rcmdr) I'm trying to load Rcmdr to use the 3d plots (e.g. scatter3d) but here it is what happens: > library(Rcmdr) Loading required package: zoo Loading required package: strucchange Loading required package: sandwich Loading required package: relimp Loading required package: mvtnorm Loading required package: multcomp Loading required package: lmtest Loading required package: effects Loading required package: car Loading required package: abind Loading required package: rgl Error in library(package, character.only = TRUE, logical = TRUE...
2011 Jan 30
1
updating r-cran- packages on a new Ubuntu lucid system
...ultcomp "multcomp" "/usr/lib/R/site-library" "1.1-4" "2.10.1" mvtnorm "mvtnorm" "/usr/lib/R/site-library" "0.9-8" "2.10.1" Rcmdr "Rcmdr" "/usr/lib/R/site-library" "1.5-4" "2.10.1" relimp "relimp" "/usr/lib/R/site-library" "1.0-1" "2.10.0" rgl "rgl" "/usr/lib/R/site-library" "0.89" "2.10.1" sandwich "sandwich" "/usr/lib/R/site-library" "2.2-5" "2.10.1" sm "sm&...
2005 Mar 30
1
error messages on R CMD check
Dear all, I am trying to wrap up a package. On entering R CMD check, I get the following error messages: [...] * checking S3 generic/method consistency ... WARNING Error in .try_quietly({ : Error in library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE) : package/namespace load failed for 'resper' Execution halted See section 'Generic functions and methods'
2004 Jan 12
3
? data.entry "read-only" ?
Hi Folks, The spreadsheet-like layout displayed when 'data.entry' is invoked is very useful simply for legible display of data, quite apart from its intended use for the purpose of entering or editing data. If one wants to use it _simply_ as a display device, so that one can look around inside a data-set while working on it, then it is not a good idea to have its _editing_ capabilities
2009 Sep 22
2
Rcmdr package dependencies
Dear r-devel members, My Rcmdr package "depends" on several other packages (tcltk, grDevices, utils, and car) and "suggests" a number of others (abind, aplpack, colorspace, effects, foreign, grid, Hmisc, lattice, leaps, lmtest, MASS, mgcv, multcomp, nlme, nnet, relimp, rgl, and RODBC). The reason for the distinction is that I don't want all of these packages to load when the Rcmdr loads; rather, the "suggested" packages are loaded as they're needed. But all of the packages -- both those under "depends" and those under "suggests&q...
2009 Feb 05
0
no visible binding for global variable
...examples of from the caret package: This function get the message "predictors.gbm: no visible binding for global variable 'rel.inf'" predictors.gbm <- function(x, ...) { library(gbm) varList <- if(hasTerms(x)) predictors(x$terms) else colnames(x$data$x.order) relImp <- summary(x, plotit = FALSE) varUsed <- as.character(subset(relImp, rel.inf != 0)$var) basicVars(varList, varUsed) } So it didn't take the context into account that subset isn't (necessarily) looking in the global environment. Also, the package has a file splsda.R that ha...
2005 Aug 10
1
Not loading libraries
...odor:~/dokument/Thesis/Book$ make Making file voicing.tex from voicing.Rnw Loading Tcl/Tk interface ... done Loading required package: tcltk Loading required package: rgl Loading required package: zoo Loading required package: strucchange Loading required package: sandwich Loading required package: relimp Loading required package: nnet Loading required package: graphics Loading required package: grDevices Loading required package: stats Loading required package: nlme Loading required package: mvtnorm Loading required package: multcomp Loading required package: mgcv This is mgcv 1.3-1 Loading require...
2008 Dec 15
2
Using a covariance matrix as input to relaimpo package
....5579144 V0034 0.3679451 0.5052262 0.4971775 0.5206816 0.5369755 0.4925769 0.4754083 V0035 0.4073394 0.5627425 0.5453335 0.5638391 0.4925769 0.5977329 0.5098200 V0036 0.3847520 0.5289048 0.5179622 0.5579144 0.4754083 0.5098200 0.6480419 # try the lmg method of relative importance > imps1 = calc.relimp(V0007 ~ V0029 + V0031 + V0032 + V0034 + V0035 + V0036, > data=covmatrx, type="lmg", rela=TRUE) Error in eval(m$weights, data, parent.frame()) : numeric 'envir' arg not of length one > -- View this message in context: http://www.nabble.com/Using-a-covariance-matrix-as-...
2004 May 25
1
debian packages and html help on linux
...pt-get, will get their link updated to this package index. Specifically, from packages r-cran-boot, r-cran-car, r-cran-coda, r-cran-design, r-cran-effects, r-cran-foreign, r-cran-gregmisc, r-cran-hmisc, r-cran-its, r-cran-lattice, r-cran-lmtest, r-cran-mcmcpack, r-cran-mgcv, r-cran-multcomp, r-cran-relimp, r-cran-rgl, r-cran-rpart, r-cran-sm, r-cran-tseries, r-cran-vr, r-omegahat-ggobi, r-cran-kernsmooth none appeared to html package index. This also means that html search doesn't find functions within these packages although it otherwise works perfectly with my Mozilla. What shall I do to get...