search for: plus

Displaying 20 results from an estimated 14500 matches for "plus".

Did you mean: plug
2009 Mar 12
2
R grep & gsub issue - sign seems to be causing an issue...
I would like to use grep and gsub to manipulate a vector to make the names used consistent, i.e. reduce a level or two. However, here is what I found when I attempted to use grep and gsub: > tmp_test<-c("House 1 Plot Plus +100","House 2 Plot Plus +100","House 3 Plot Plus -100","House 4 Plot Plus -100","House 1 Plus +100","House 2 Plus +100","House 3 Plus -100","House 4 Plus -100") > gsub(tmp_test[2], tmp_test[1], tmp_test) [1] "House...
2010 Jan 06
3
February 2010***New R Courses*** by XLSolutions Corp at 9 USA Cities: San Francisco, New York, Washington DC, Houston, Boston, Las Vegas, Seattle, etc
Happy New Year ! XLSolutions February 2010 R courses schedule is now available online at 9 USA cities for with 13 new courses: *** Suggest a future course date/city (1) R-PLUS: A Point-and-Click Approach to R (2) S-PLUS / R : Programming Essentials. (3) R/S+ Fundamentals and Programming Techniques (4) R/S-PLUS Functions by Example. (5) S/R-PLUS Programming 3: Advanced Techniques and Efficiencies. (6) R/S+ System: Advanced Programming. (7) R/S-PLUS Graphics: Essentials. (...
2019 Nov 15
0
SCRAM-SHA-1-PLUS / SCRAM-SHA-224(-PLUS) / SCRAM-SHA-256(-PLUS), SCRAM-SHA-384(-PLUS) and SCRAM-SHA-512(-PLUS) supports
Dear all, I send you a new email to know what is the progress of SCRAM-SHA-***(-PLUS) supports? Currently there is only SCRAM-SHA-1: https://doc.dovecot.org/configuration_manual/authentication/password_schemes/. - RFC6331: Moving DIGEST-MD5 to Historic: https://tools.ietf.org/html/rfc6331 - RFC5802: Salted Challenge Response Authentication Mechanism (SCRAM) SASL and GSS-API Mecha...
2019 Nov 17
2
BUG?: A copy of base::`+` (primitive) is not a clone but a "pointer"
$ R --vanilla R version 3.6.1 (2019-07-05) -- "Action of the Toes" Copyright (C) 2019 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) ... > str(base::`+`) function (e1, e2) > plus <- structure(base::`+`, class = "plus") > str(plus) function (e1, e2) - attr(*, "class")= chr "plus" ## Hmm ... > str(base::`+`) function (e1, e2) - attr(*, "class")= chr "plus" > class(base::`+`) <- NULL > str(base::`+`) funct...
2019 Nov 18
2
BUG?: A copy of base::`+` (primitive) is not a clone but a "pointer"
...3.6.1 (2019-07-05) -- "Action of > > the Toes" Copyright (C) 2019 The R Foundation for > > Statistical Computing Platform: x86_64-pc-linux-gnu > > (64-bit) ... > > >> str(base::`+`) > > function (e1, e2) > > >> plus <- structure(base::`+`, class = "plus") str(plus) > > function (e1, e2) - attr(*, "class")= chr "plus" > > > ## Hmm ... > >> str(base::`+`) > > function (e1, e2) - attr(*, "class")= chr "plus" &gt...
2007 Dec 04
1
5.1 - kernel-2.6.18-53.el5.centos.plus.i686.rpm: [Errno -1] Package does not match intended download
Thank you for the great CentOS. When trying to update from 5.0 to 5.1, I get an error regarding the centos.plus kernel and headers, "[Errno -1] Package does not match intended download". What'd I do? The end of the yum update results below: Transaction Summary ============================================================================= Install 11 Package(s) Update 171 Package(s)...
2006 Mar 29
7
S-PLUS 8 beta program [repost]
[Sorry about the duplicate posting; this one comes from the correct address. Please respond to me with any questions about this -- David.] Dear R-help readers, As Insightful announced at the DSC2005 meeting in Seattle, the next release of S-PLUS will introduce a new package system. Our goal is to provide package authors the means to create cutting-edge statistical methods currently available either as R packages or as S-PLUS library sections and deliver them to the entire community of S-PLUS and R users. In this release of S-PLUS, we pla...
2012 Mar 11
1
Garena doesn't start
1 at 1-A7N8X-E:~$ wine '/home/1/.wine/drive_c/Program Files/Garena Plus/GarenaMessenger.exe' err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\Program Files\\Garena Plus\\GarenaMessenger.exe") not found err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\Program Files\\Garena Plus\\CommonLib.dll") not found err...
2005 Jun 07
5
Functions within functions in R and S-Plus
Sorry to bother you about a S-Plus related problem, but I hope someone can help. I have tried to "translate" some code from R to S-Plus (I have colleague that insists on using S-Plus. And yes, I have tried to make him change to R...) The following code works out fine in R, but in S-Plus (S-PLUS 6.2 for Windows Professi...
2004 Jul 06
5
Converting S-Plus Libraries to R
Dear all! I'd like to do multiple imputation of missing values with s-plus libraries that are provided by Shafer (http://www.stat.psu.edu/~jls/misoftwa.html). I wonder, whether these libraries are compatible or somehow convertible to R (because I don't have S-plus), so that I can use this functions using the R Program. I would be happy if you could tell me, -if it is...
2007 Aug 15
1
AIC and logLik for logistic regression in R and S-PLUS
Dear R users, I am using 'R' version 2.2.1 and 'S-PLUS' version 6.0; and I loaded the MASS library in 'S-PLUS'. I am running a logistic regression using glm: --------------------------------------------------------------------------- > mydata.glm<-glm(COMU~MeanPycUpT+MeanPycUpS, family=binomial, data=mydata) ----------------------...
2018 Aug 23
2
kernel-plus (plus 1?)
hi guys did you notice, if you use kernel-plus on 7.5 this CentOS Linux (3.10.0-862.11.6.el7.centos.plus.1.x86_64) 7 (Core) CentOS Linux (3.10.0-862.11.6.el7.centos.plus.x86_64) 7 (Core) is that "plus.1" a new naming convention or just one off? regards, L
2012 Jan 21
2
replacing "+" in string
I am trying to replace "+" in a string with another character I am getting odd results using sub and gsub > X<-"one + two" > gsub("+","plus",X) [1] "plusoplusnpluseplus plus+plus plustpluswplusoplus" > sub("+","plus",X) [1] "plusone + two" > X<-"one ~ two" it seems to work fine with other characters: > sub("~","plus",X) [1] "one plus two"...
2018 May 25
4
Update announcement request - correction...
> Related to that, a new kernel was released to the Centosplus repo, kernel- > plus-3.10.0-862.2.3.el7.centos.plus, but perf and python-perf were not > updated for the new kernel. Is this an oversight? perf doesn't complain > about mismatched versions though. "kernel-plus-3.10.0-862.3.2.el7.centos.plus" not ".2.3.". Al McCann...
2019 Dec 08
2
CentOS 7 Plus Kernel Update Missing?
Along with the recent kernel update (3.10.0-1062.9.1.el7), the CentOS 7 plus kernel was likewise updated. The plus kernel though hasn't shown up in the mirrors yet, while the plain kernel has. Could someone please push the release button for the plus kernel? What I do see in the various random mirrors I've manually checked is the previous plus kernel (kernel-plus-3...
2004 Feb 27
2
importing S-Plus data files
I have some data in the Linux version of S-Plus, which I can not use anymore. The program is just broken and won't run. I'm trying to find a way to import that data to either Windows version of S-Plus (which I have running on my other machine) or R (Linux or Windows, it doesn't matter). Unfortunately, nothing seems to work. Windows...
2018 Mar 10
0
yum list "available" versus "updates", and centosplus versioning
...estion than a centos question, but i'm a bit confused about the difference between listing "available" packages versus "updates" packages. short example -- listing what the yum man page suggests should be "available" for installation, restricting myself to centosplus: $ yum list available --disablerepo=\* --enablerepo=centosplus ... snip ... Available Packages kernel-plus.x86_64 3.10.0-693.17.1.el7.centos.plus centosplus kernel-plus-abi-whitelists.noarch 3.10.0-693.17.1.el7.centos.plus centosplus kernel-plus-devel.x86_64 3...
2019 Nov 18
2
BUG?: A copy of base::`+` (primitive) is not a clone but a "pointer"
...right (C) 2019 The R Foundation for > >> > Statistical Computing Platform: x86_64-pc-linux-gnu > >> > (64-bit) ... > >> > >> >> str(base::`+`) > >> > function (e1, e2) > >> > >> >> plus <- structure(base::`+`, class = "plus") str(plus) > >> > function (e1, e2) - attr(*, "class")= chr "plus" > >> > >> > ## Hmm ... > >> >> str(base::`+`) > >> > function (e1, e2) - at...
2006 Mar 29
0
Message to R-help
From: marketing@insightful.com Reply-to: betazone@insightful.com Subject: S-PLUS 8 Beta Program Time to go out: As soon as possible Dear R-help readers, As Insightful announced at the DSC2005 meeting in Seattle, the next release of S-PLUS will introduce a new package system. Our goal is to provide package authors the means to create cutting-edge statistical methods current...
2010 Apr 22
2
R and S-Plus: Two programs separated by a common language?
Hello Everyone,   My company purchased S-Plus before it was bought out by Tibco. My understanding is that we own version 7.0 outright.   So far, I've been learning in R but thought I might also try working in S-Plus. My understanding is that S-Plus has some useful extra features. Another potential benefit would be the ability to purchase...