search for: rry

Displaying 20 results from an estimated 22 matches for "rry".

Did you mean: pry
2012 Oct 22
1
Matlab code to R code
Dear r-users, I would like to convert my Matlab code to R-code, however it dies not work as expected.  Hope somebody can help me to match Matlab and r codes. R code: rr <- function(r,cxn) { tol <- 1E-4; for(i in 1:n) { t1 <- (1+(i-1)*r)*log((1+(i-1)*r)) t2 <- (i-1)*(1-r)*log(1-r) rri <- ((t1+t2)/i*log(i))-cxn rr <- rri > tol } round(rr,4) } rr1 <- rr(0.5,0.0242) ; rr1
1997 Aug 13
0
Incomplete backups with tar option of smbclient.
We use the tar option of smbclient (Samba 1.9.16p9, SunOS 4.1.3) to backup Windows 95 PCs: smbclient "\\${server}\backup" -U COMPUTING -d 1 -D "\" -Tc tarfile >! logfile backup is set as a share of c:\ The backups are incomplete (as shown by the logfile and gzip -tf tarfile). Typically, only very roughly 5700 of 6600 files get copied. I expect I've got a bad
2014 Dec 26
2
[LLVMdev] X86 disassembler & assembler mismatch
The IMM3/IMM5 come from here X86RecognizableInstr.cpp 943 TYPE("SSECC", TYPE_IMM3) 944: TYPE("AVXCC", TYPE_IMM5) On Thu, Dec 25, 2014 at 8:22 PM, Jun Koi <junkoi2004 at gmail.com> wrote: > > > On Fri, Dec 26, 2014 at 11:54 AM, Jun Koi <junkoi2004 at gmail.com> wrote: > >> hi, >> >> some instructions
2014 Dec 26
2
[LLVMdev] X86 disassembler & assembler mismatch
hi, some instructions mismatch between assembler & disassembler, like below. it seems this happens with all SSECC related instructions? thanks, Jun $ echo "cmpps xmm1, xmm2, 23" | ./Release+Asserts/bin/llvm-mc -assemble -triple=x86_64 --output-asm-variant=1 -x86-asm-syntax=intel -show-encoding .text cmpps xmm1, xmm2, 23 # encoding: [0x0f,0xc2,0xca,0x17] $
2009 Sep 11
0
How to compare the result of GLM and GAM
Dear R users I have basic knowledge of R and unaware of many more. I am confused about how can I compare the result of two different models? Have count data of plant species and want to correlate with altitude, rri, pH, moisture, temperature etc. I have made some models using GLM of different orders and I found 2nd order GLM significant than others. Now, I wanted to check whether GAM is more
2004 Jul 19
1
winbind idmap ldap question
Hi all! Question about idmap=ldap backend in domain with win2k PDC: Should I manually add all domain users to ldap and then retrieve the idmap from ldap, or in case of sucessfull authentication againt Win2k PDC, users are addedd automaticaly to ldap? Or I can use idmap ldap backend only in SAMBA LDAP PDC case? Thanks! Gints
2006 Mar 17
1
Accessing the parallel port
hi list, I have a winXP program that uses the PC parallel port.I have created the links in .wine/dosdevices/ lrwxrwxrwx 1 peeyush peeyush 10 2006-03-03 22:48 com1 -> /dev/ttyS0 lrwxrwxrwx 1 peeyush peeyush 8 2006-03-03 22:48 lpt1 -> /dev/lp0 lrwxrwxrwx 1 peeyush peeyush 1 2006-03-03 22:52 d: -> / lrwxrwxrwx 1 peeyush peeyush 10 2006-03-03 22:52 c: -> ../drive_c Now the
2009 Jul 09
3
Regarding LARGE number of files in a folder in linux
This goes out to you admins who manage servers with a heavy load of information. I would like to know what you do about the number of files in a folder, or if that is a concern. I think there is a limitation or a slow down if it gets to big, but what is optimal (if necessary) Example- running a website that allows a user to upload some photos (small ones). You get lets say 300,000 users each
2005 Apr 18
1
Rd.sty problems.
Hi All, I am trying to build a new R package to submit, but it's failing to create a tex manual: R CMD check Biodem * checking for working latex ... OK * using log directory '/home/greatsage/Fede/R-packages/temp/Biodem.Rcheck' * checking for file 'Biodem/DESCRIPTION' ... OK * checking if this is a source package ... OK * Installing *source* package 'Biodem' ... ** R
2013 Feb 11
3
Ubuntu cran2deb PPA
Dear Michael, I was looking up the status of the cran2deb effort and notice that you now have a PPA where new packages are landing and being built for Ubuntu. It looks like this is still a work in progress, but is already a fantastic resource for me and I hope it is something that you can continue to operate. I'm now installing many of these packages but some things I need are missing.
2004 Oct 18
2
答复: 答复: R plot problems
...China Tel: 021-5080-2000 *11754 Email: Ivy_Li at smics.com -----orig--- Hi Ivy, How about x <- data.frame(main.name="AAA", x.name=rep(c("Apply","Watermelon","Lemon","Banana", "Grape","Pineapply","Cherry","Peach","Orange","Mango","Strawberry"),each=5), y.name=(1:55)) par(las=2); plot(x$x.name, x$y.name) Bobby On Mon, 18 Oct 2004 09:36:12 +0800, Ivy_Li <ivy_li at smics.com> wrote: > Thank you for your help! > I gave you an example, you could...
2009 Sep 11
3
For sending my R package as part of R-project
...in Windows server (srpd TCLTK) 25. Re: executing rscript from VB (Duncan Murdoch) 26. fit arima long period alternatives (Matteo Bertini) 27. Re: lean text label below barplot table (Sunil Suchindran) 28. Re: Running R in Windows server (Uwe Ligges) 29. Re: Running R in Windows server (Barry Rowlingson) 30. Re: Negative AIC (Ben Bolker) 31. Re: tranform a table? (Don MacQueen) 32. Re: Negative AIC (Corrado) 33. Merge data frames but prefer values in one (JiHO) 34. Re: Insall package (Cedrick Johnson) 35. Re: Negative AIC (Ben Bolker) 36. Re: Negative AIC (Murilo Doi) 37...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...brock at redhat.com> + Steve Linabery <slinbery at redhat.com> + Jay Guiditta <jguiditta at redhat.com> + Mohammed Morsi <mmorsi at redhat.com> + Ian Main <imain at redhat.com> + Chris Lalancette <clalance at redhat.com> + Darryl Pierce <dpierce at redhat.com> + Arjun Roy <arjunroy at redhat.com> + David Lutterkort <dlutter at redhat.com> + + [....send patches to get your name here....] diff --git a/README b/README new file mode 100644 index 0000000..95e9330 --- /dev/null +++ b/RE...
2018 Aug 16
1
Thanks for help with validspamobject
Hi, Thanks for all your help. The problem with an error involving validspamobject() has been resolved, as a new version of spdep (0.7-7) was just released and it seems to have stopped using the deprecated function. Ron B. [[alternative HTML version deleted]]
2018 Aug 18
0
validspamobject?
...examples that you have seen? For instance, is it possible to have the identical example in two help files but only have them run once (other than the obvious, which is putting a 'do not run' on one of them, which would seem to invite possible bad code)? Thanks for any information. Ron Barry On Tue, Aug 14, 2018 at 4:56 PM, Ronald Barry <rpbarry at alaska.edu> wrote: > Greetings, > My R package has been showing warnings of the form: > > `validspamobject()` is deprecated. Use `validate_spam()` directly > > None of my code uses the function validspamobject, so...
2019 Jul 31
1
3.6 on debian stretch
I need to run 3.6 on debian stretch - I followed the instructions here: https://cran.r-project.org/bin/linux/debian/ and I was able to install it. But 2 packages I need, r-cran-caret and r-cran-ggplot2 will not install: # apt-get install r-cran-ggplot2 Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean
2019 Jul 31
1
3.6 on debian stretch
I need to run 3.6 on debian stretch - I followed the instructions here: https://cran.r-project.org/bin/linux/debian/ and I was able to install it. But 2 packages I need, r-cran-caret and r-cran-ggplot2 will not install: # apt-get install r-cran-ggplot2 Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean
2018 May 14
2
R-SIG-Debian Digest, Vol 152, Issue 4
...s on R 3.5.0 on stretch on > > https://cran.r-project.org/bin/linux/debian/ > > I think this should answer your questions. If not, please let us know. > > Johannes, I think I have--I think that's how I got the last line in my sources.list--but I missed it this morning in my hurry. Do I understand correctly that I should be able to replace the last line of my sources.list (in my reply to Dirk) with deb http://<favourite-cran-mirror>/bin/linux/debian stretch-cran35/ and then use update.packages(lib.loc="/usr/local/lib/R/site-library", ask=FALSE, checkBuil...
2024 May 16
1
R for the US Air Force
Hey Doug, R is not a product that is provided by a company or any vendor that can be procured through a vendor e.g. something on a GSA schedule. Seems like you're caught in the bureaucracy hell hole. I used to help the USAF, and other DoD members use R when I was at RStudio (now Posit). I recommend you find someone in your organization who is doing Data Science. They'll likely have