search for: lqs

Displaying 20 results from an estimated 106 matches for "lqs".

Did you mean: lds
2009 Aug 04
0
Problems with lqs()
Dear List-Members, I have a problem with the function lqs() from package MASS. In some cases it produces different results for the same settings and needs a random seed to be set, in other cases not. I really cannot understand, why this happens. As well I do not understand what exactly you need the random seed for. Is it a starting point for iterations?...
2002 Jan 22
1
documentation and plotting with lqs
Dear r-help, Is there any available description of the components of lqs objects found in the package "lqs"? > names(slts) [1] "crit" "sing" "coefficients" "bestone" [5] "fitted.values" "residuals" "scale" "terms" [9] "call&q...
2007 Oct 04
1
Updating packages for R 2.6.0
Since this has come up already: It is a good idea to re-install all packages for a minor-version increment of R, e.g. 2.5.1 -> 2.6.0 (it is major.minor.patchlevel). This is most easily done by > update.packages(checkBuilt=TRUE, ask=FALSE) However, if you don't want to do that yet, be aware that - Certain S4-using packages must be reinstalled, and using old versions can make R
2003 Feb 10
2
problems using lqs()
Dear List-members, I found a strange behaviour in the lqs function. Suppose I have the following data: y <- c(7.6, 7.7, 4.3, 5.9, 5.0, 6.5, 8.3, 8.2, 13.2, 12.6, 10.4, 10.8, 13.1, 12.3, 10.4, 10.5, 7.7, 9.5, 12.0, 12.6, 13.6, 14.1, 13.5, 11.5, 12.0, 13.0, 14.1, 15.1) x1 <- c(8.2, 7.6,, 4.6, 4.3, 5.9, 5.0, 6.5, 8.3, 10.1, 13.2, 12.6, 10.4, 10.8, 13...
2002 Mar 02
1
query on lqs
Is there a way of getting a list of indices or something indicating which set of points lqs when doing a regression? The $bestone, seems to return only 2 pts. no matter how good or bad the fit. I checked the archive for the past few months, but didn't find anything. thanks in advance, Mark Hall -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-h...
2002 Nov 14
1
R-1.6.1, Mac OS X 10.2.2 build failure
...begin -lg2c -lSystem ../../../../library/ctest/libs/ctest.so is unchanged building package 'eda' ../../../library/eda/R/eda is unchanged ../../../library/eda/man/eda.Rd is unchanged make[5]: `Makedeps' is up to date. ../../../../library/eda/libs/eda.so is unchanged building package 'lqs' ../../../library/lqs/R/lqs is unchanged ../../../library/lqs/man/lqs.Rd is unchanged make[5]: `Makedeps' is up to date. ../../../../library/lqs/libs/lqs.so is unchanged building package 'methods' all.R is unchanged ../../../library/methods/man/methods.Rd is unchanged make[5]: `Make...
2005 Sep 14
1
R CMD check
...rce bundle ... OK installing R.css in C:/work/VR.Rcheck Looks like `C:/work/VR.Rcheck/00_pkg_src/VR' is a package bundle ---------- Making package MASS ------------ adding build stamp to DESCRIPTION installing NAMESPACE file and metadata making DLL ... making MASS.d from MASS.c making lqs.d from lqs.c gcc -Ic:/PROGRA~1/r/rw2011/include -Wall -O2 -c MASS.c -o MASS.o gcc -Ic:/PROGRA~1/r/rw2011/include -Wall -O2 -c lqs.c -o lqs.o ar cr MASS.a MASS.o lqs.o ranlib MASS.a windres --include-dir c:/PROGRA~1/r/rw2011/include -i MASS_res.rc -o MASS_res. gcc --shared -s -o MASS.dl...
2011 Oct 11
1
R CMD INSTALL writes to stderr
...de -I/Library/Frameworks/R.framework/Resources/include/i386 -I/usr/local/include -fPIC -g -O2 -c MASS.c -o MASS.o gcc-4.2 -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -I/usr/local/include -fPIC -g -O2 -c lqs.c -o lqs.o gcc-4.2 -arch i386 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o MASS.so MASS.o lqs.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation gcc-4.2 -arch x86_64...
2000 Dec 05
1
Is robust regression available in R.
Hello, the R people. I look for robust regression in R. This method is available in S, its name is rreg. Colud anyone teach me ? -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the
1998 Aug 31
0
Packages aov, modreg, lqs, psplines
...thing Spline Fit scatter.smooth Scatter Plot with Smooth Curve Fitted by Loess smooth.spline Fit a Smoothing Spline supsmu Friedmans's SuperSmoother Probably only bug-fixing left, but I would welcome comments about the extent of the loess functionality. lqs.tar.gz: ========== cov.rob Robust Estimation of Multivariate Location and Scatter lqs Resistant Regression by Least Trimmed and Least Quantile Sum of Squares lmsreg, ltsreg, cov.mve Compatibility functio...
2004 Nov 11
2
inst/CITATION produced error during Rcmd check <package>
...is a source package ... OK installing R.css in H:/R/Packages/VR.Rcheck Looks like `H:/R/Packages/VR' is a package bundle ---------- Making package MASS ------------ adding build stamp to DESCRIPTION installing NAMESPACE file and metadata making DLL ... making MASS.d from MASS.c making lqs.d from lqs.c gcc -Ic:/R/rw2000/include -Wall -O2 -c MASS.c -o MASS.o gcc -Ic:/R/rw2000/include -Wall -O2 -c lqs.c -o lqs.o ar cr MASS.a MASS.o lqs.o ranlib MASS.a windres --include-dir c:/R/rw2000/include -i MASS_res.rc -o MASS_res.o gcc --shared -s -o MASS.dll MASS.def MASS.a MASS_res.o...
2005 Oct 06
0
a question about LMS and what constitutes outliers
Hi, I have been using the lqs function with method='lms'. However the results I get are a little different from the results noted by Rousseeuw & Leroy (Robust Regression and Outlier Detection) and I was wondering how to use these results for outlier detection. I'm using the stackloss dataset, for which the orig...
2003 Jul 30
2
robust regression
Hi, trying to do a robudt regression of a two-way linear model, I keep getting the following error: > lqs(obs ~ y + s -1,method="lms", contrasts=list(s=("contr.sum"))) Error: lqs failed: all the samples were singular Robust regression with M-estimators works (also regular least square fits, of course): rlm.formula(formula = obs ~ y + s - 1, method = "M", contrasts = list...
2014 Jan 11
1
gcc: error: SHLIB_LIBADD: No such file or directory
...[3]: Entering directory `/tmp/Rtmpz2fzbC/R.INSTALL1ae62f487212/MASS/src' gcc -std=gnu99 -I/usr/local/R/R-3.0.2-build/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -c MASS.c -o MASS.o gcc -std=gnu99 -I/usr/local/R/R-3.0.2-build/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -c lqs.c -o lqs.o gcc -std=gnu99 -shared -L/usr/local/lib -o MASSSHLIB_EXT MASS.o lqs.o SHLIB_LIBADD gcc: error: SHLIB_LIBADD: No such file or directory make[3]: *** [MASSSHLIB_EXT] Error 1 make[3]: Leaving directory `/tmp/Rtmpz2fzbC/R.INSTALL1ae62f487212/MASS/src' ERROR: compilation failed for packag...
2007 Aug 23
1
Error building R 2-5.2.1 on Sun Solaris 8
...e ... ... ... * Installing *source* package 'MASS' ... ** libs gcc -std=gnu99 -I/reserve/R-2.5.1/include -I/reserve/R-2.5.1/include -I/usr/local/include -fPIC -g -O2 -c MASS.c -o MASS.o gcc -std=gnu99 -I/reserve/R-2.5.1/include -I/reserve/R-2.5.1/include -I/usr/local/include -fPIC -g -O2 -c lqs.c -o lqs.o gcc -std=gnu99 -G -L/usr/local/lib -o MASS.so MASS.o lqs.o ** R ** data ** moving datasets to lazyload DB ** inst ** preparing package for lazy loading ** help Can't use an undefined value as filehandle reference at /reserve/R-2.5.1/share/perl/R/Rdconv.pm line 78. >>> Buildi...
2008 Feb 13
1
compiling 2.6.2 using icc
...9; begin installing recommended package VR * Installing *source* package 'MASS' ... ** libs make[3]: Entering directory `/tmp/R.INSTALL.Z28650/VR/MASS/src' gcc -I/opt/freewaresrc/R/R-2.6.2/include -I/opt/freewaresrc/R/R-2.6.2/include -I/usr/local/include -mp -fpic -g -O3 -wd188 -ip -c lqs.c -o lqs.o gcc: unrecognized option '-wd188' cc1: error: unrecognized command line option "-ip" cc1: error: unrecognized command line option "-mp" make[3]: *** [lqs.o] Error 1 make[3]: Leaving directory `/tmp/R.INSTALL.Z28650/VR/MASS/src' ERROR: compilation failed fo...
2016 Jan 07
1
R for AIX - guidance re: error messages requested
...MASS' ... ** package 'MASS' successfully unpacked and MD5 sums checked ** libs xlc_r -qarch=pwr5 -I/home/cran/64/R/include -DNDEBUG -I/usr/local/include -g -c MASS.c -o MASS.o xlc_r -qarch=pwr5 -I/home/cran/64/R/include -DNDEBUG -I/usr/local/include -g -c lqs.c -o lqs.o xlc_r -qarch=pwr5 -Wl,-brtl -Wl,-G -Wl,-bexpall -Wl,-bnoentry -lc -L/home/cran/64/R/lib -L/opt/lib -liconv -o MASS.so MASS.o lqs.o -lm -L/home/cran/64/R/lib -lR ld: 0711-224 WARNING: Duplicate symbol: p_xargc ld: 0711-224 WARNING: Duplicate symbol: p_xargv ld: 0711-224 WARNING: Duplica...
2012 Jan 23
1
R not giving significance tests for coefficients/estimates?
...on, and they'll usually give you a t-test, p-value as well as the > SE and/or CI. But I am not getting it here even though I have sent that is > the correct code to get it on some websites that have posted their output. > I > > I have also tried: > > library(MASS) > lqs(formula = b0 ~ b1 + b3 + b1xb2, data=mydata, > + method = c("lqs")) > > And rlm(formula ...) too, but neither provide tests of significance. > > Am I doing something wrong? Any help on this matter is greatly > appreciated. > > Thanks, > > Dominic >...
2006 Jun 08
1
Problems Building R-2.3.1 on Alpha server ES40 running Tru64 V5.1B PK#5
...SS.o cc -I/usr/ruby-deploy/swkits/RUBY/SOFTWARE/3rdPartySW/R/R-2.3.1/build/inclu de -I/usr/ruby-deploy/swkits/RUBY/SOFTWARE/3rdPartySW/R/R-2.3.1/buil d/include -I/opt/gnu/include -I/opt/libjpeg/include -I/opt/libpng/include -I/opt/zlib/include -I/opt/ncurses/include -ieee_with_inexact -st d1 -c lqs.c -o lqs.o cc -shared -L/opt/gnu/lib -L/opt/libjpeg/lib -L/opt/libpng/lib -L/opt/ncurses/lib -L/opt/zlib/lib -lncurses -ljpeg -lpng -lz -rpath /opt/libpng /lib:/opt/libjpeg/lib:/opt/ncurses/lib:/opt/gnu/lib:/usr/shlib:/opt/zlib /lib:/opt/R/lib -o MASS.so MASS.o lqs.o ld: Warning: Unresolved: exp fa...
1999 Jun 09
4
packages with FORTRAN code
Recent sensible changes to the dynload mechanism have made an old problem resurface: how should we deal with packages which contain Fortran code and may need to be linked against additional libraries such as -lf2c? The current consensus is that extra Fortran libraries maybe needed are handled via the make variable FLIBS, and that `-lf2c' or `-lg2c' are added by default if g77 is used.