Displaying 20 results from an estimated 23 matches for "rri".
Did you mean:
fri
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
Matlab code:
function F = cxncnr(r)
n = 4;
% terms
t1 = (1+(n-1)*r)*log((1+(n-1)*r));
t2 = (n-1)*(1-r)*log(1-r);
%f = term - cxn
f = (t1+t2)/(n*log(n)) - 0.05011007
F = [f];
% r0 = [0.5] ; r = fso...
1997 Aug 13
0
Incomplete backups with tar option of smbclient.
...nd of smbclient behaves the same and we have
also tried this with Samba 1.1.15p1 running on Solaris 2.5: still no
luck.
--
> Roger Stansfield,
> Rowett Research Institute, Bucksburn, Aberdeen, AB21 9SB, Scotland, U.K.
> Telephone: 01224 716677. Fax: 01224 716629.
> mailto:R.Stansfield@rri.sari.ac.uk http://www.rri.sari.ac.uk/
2014 Dec 26
2
[LLVMdev] X86 disassembler & assembler mismatch
...tructions
> multiclass sse12_cmp_packed<RegisterClass RC, X86MemOperand x86memop,
> Operand CC, Intrinsic Int, string asm,
> string asm_alt, Domain d,
> OpndItins itins = SSE_ALU_F32P> {
> def rri : PIi8<0xC2, MRMSrcReg,
> (outs RC:$dst), (ins RC:$src1, RC:$src2, CC:$cc), asm,
> [(set RC:$dst, (Int RC:$src1, RC:$src2, imm:$cc))],
> itins.rr, d>,
> Sched<[WriteFAdd]>;
> def rmi : PIi8<0xC2, MRMSrcMem,
>...
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 robust than GLM.
Is it possible to test this in R? If yes, What are the parameters to be
focused for the comparison?...
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.
...html latex example
raw.mig text html latex example
regional.rnd.iso text html latex example
rel.cond text html latex example
rel.phi text html latex example
rri text html latex example
sur.freq text html latex example
sur.inbr text html latex example
surnames text html latex example
sym.P...
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
Yes! You are right ! It is perpendicular to the axis.
Thank you very much!
Could I choose the angle ,such as 45 degree?
Best Regards!
Ivy Li
YMS in Production & Testing
Semiconductor Manufactory International(ShangHai) Corporation
#18 ZhangJiang Road, PuDong New Area, Shanghai, China
Tel: 021-5080-2000 *11754
Email: Ivy_Li at smics.com
-----orig---
Hi Ivy,
How about
x <-
2009 Sep 11
3
For sending my R package as part of R-project
...e30909110119g79eef167q2634e1f81ba4a23e at mail.gmail.com>
Content-Type: text/plain
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 robust than GLM.
Is it possible to test this in R? If yes, What are the parameters to be
focused for the comparison?...
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.
...mQAI1|Wtb%LY?>7YvP=Mij{>cTF)9d^0cVCb9tx5u
z1G6>-_-BCmagDxD)rs^P at j#83_)XK$+D at n>EfT(zlC{vU0K`J28U519>5aBgc_cn2
z8X>yGn>F#_>y40?`Ks5|X8^>e1uzf~sLEwt&Q&Y8*=G?8IpZB`<=_F4%sip{WnTPm
zM_$B=S<f at iImNO3M)=m$glFcJ_qwAk!@o23O(eBL(<g-__5hJchR-O=vx<u?=H%6x
zRrIgBM~{_;Iu!v#4FzO(@1ye03y6)Hb;;4KF%xuBQh*JD44bb>!)d&gn5WCeji_h%
zwT+vww0EIwxG!q(j2?_Ve&|gIBbLhiaC6->IC-bY$Yb8N+`DpJ(sv=_T2;8!b1M%1
z42c+yly_8S)|V4N1`p^T&KF95$6Mx7t;$;&)+JPn;#gNPfVXhB>;?v6a_tQD#9&3N
z8~WmL+}YQo)?XVIAr=_Grvw?l!@&pqC&=`9@<chYW&PBs3)uMgaooXUsj8...
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?
Hi,
I have submitted an updated R package to CRAN, the only problem seems to
be the examples take too long to run on Windows and Debian. Several
examples take over 10 seconds and the entire set takes around 110 seconds.
However, I don't see what the 'target' amount of time is. How much will
this need to be sped up to pass the test? Also, are there some tricks to
speeding up
2024 Oct 13
1
R CMD check and CRAN's rust policy
Hi all,
I'm new to contributing to r-devel. The trunk of r-devel right now includes
a `check_rust()` function for adherence to CRAN's evolving rust policy (see
commit
https://github.com/r-devel/r-svn/commit/6114d4126434c056b476cbc5db2657536c153d9a
).
As it stands R 4.4.2 will codify CRAN policy on Rust as the R language's
policy and will have deep implications for the language moving
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
On Sun, May 13, 2018 at 9:27 AM, Johannes Ranke <jranke at uni-bremen.de>
wrote:
> Hi,
>
> I wonder if you have read the notes 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