Displaying 20 results from an estimated 446 matches for "nguyen".
2007 Mar 20
5
abline within data range
Dear R helpers,
I would like to have abline, for a lm model for
example, lying within data range. Do you know how to
get it?
Thank in advance
Nguyen D Nguyen
#CODE
x<- rnorm(200, 35,5)
y<- rnorm(200, 0.87,0.12)
plot(y~x, xlim=c(0,50), pch=17, bty="l")
abline(lm(y~x))
# I would like abline is between min(x) and max(x)
[[alternative HTML version deleted]]
2007 Sep 03
4
sin(pi)?
Dear all,
I found something strange when calculating sin of pi value
sin(pi)
[1] 1.224606e-16
pi
[1] 3.141593
sin(3.141593)
[1] -3.464102e-07
Any help and comment should be appreciated.
Regards
Nguyen
____________________________
Nguyen Dinh Nguyen
Garvan Institute of Medical Research
Sydney, Australia
2009 Oct 16
5
Detect client application
Hello,
Do you have any way to detect the client which is connecting to our IMAP
server?
I actually have an mail server which use dovecot but I just want to allow
mobile device access to this server to get email, not desktop as Outlook,
Thunderbird ...
Thanks for your advice.
--
Regards,
Thu NGUYEN
2008 Sep 01
2
Error with Rcmdr package
Dear all,
A friend of mine, who just installed Rcmdr package. When calling the
package, the error as following comes up. And actually, I've checked in CRAN
packages, the tcltk package doesn't exist anymore, but tcltk2.
Any help is appreciated
Regards
Nguyen D Nguyen
Garvan Institute of Medical Research
Sydney, Australia
library(Rcmdr)
Loading required package: tcltk
Loading Tcl/Tk interface ...Error in structure(.External("dotTclObjv", objv,
PACKAGE = "tcltk"), class = "tclObj") :
[tcl] invalid command name "se&qu...
2010 Mar 26
2
need help on setup rtp directly between 2 sip clients
...<sip%3A1000 at 192.168.1.5> SIP/2.0
Via: SIP/2.0/UDP 192.168.1.4:18341
;branch=z9hG4bK-d8754z-da695e1f167deb68-1---d8754z-;rport
Max-Forwards: 70
Contact: <sip:test at 192.168.1.4:18341>
To: "1000"<sip:1000 at 192.168.1.5 <sip%3A1000 at 192.168.1.5>>
From: "Do Nguyen Ha"<sip:test at 192.168.1.5 <sip%3Atest at 192.168.1.5>
>;tag=f543a140
Call-ID: MjFlODY2MmE0OTBmMzE2ZDJhMWEzN2ZmYzUwM2ZkODg.
CSeq: 2 INVITE
Content-Type: application/sdp
User-Agent: X-Lite release 1104o stamp 56125
Content-Length: 261
v=0
o=- 8 2 IN IP4 192.168.1.4
s=CounterPath X-...
2007 Jul 05
1
Incidence estimated from Kaplan-Meier
...these numbers, they report the
1-p figure which was 0.3% for A and 0.6% for B.
So, the incidence from 1-p was substantially higher than the actual
incidence. My question is: is it appropriate to use 1-p estimated from
Kaplan-Meier as the incidence of disease? If not, why not?
Regards,
Nguyen
____________________________
Nguyen Dinh Nguyen,
Bone and Mineral Research Program
Garvan Institute of Medical Research
St Vincent's Hospital
384 Victoria Street, Darlinghurst
Sydney, NSW 2010
Australia
Tel; 61-2-9295 8274
Fax: 61-2-9295 8241
E-mail: n.nguyen@garvan.org.au...
2009 Mar 29
3
cmprsk- another survival-depedent package causes R crash
...at happened to the Design package that when I just started running cuminc function, R was suddenly closed.
These incidents suggest that maybe many other survival dependent packages being involved the problem
Could you please consider the matter
My R version: 2.8.1
Window XP Service pack 3
Regards
Nguyen D Nguyen
Garvan Institute, Australia
[[alternative HTML version deleted]]
2011 Nov 30
1
install "multtest" and "preprocessCore" packages in Bioconductor library
Hi Nguyen,
> Subject: [R] install "multtest" and "preprocessCore" packages in
> Bioconductor library
> Date: Wed, 30 Nov 2011 09:57:36 -0800
> From: UyenThao Nguyen <unguyen at tethysbio.com>
> To: r-help <r-help at r-project.org>
> CC: uth.nguyen at ucdavis...
2007 Apr 02
3
Create a new var reflecting the order of subjects in existing var
...0.36884545 2
11 4 37.44816 0.15244475 3
12 4 35.71963 0.13880606 4
13 5 35.80154 0.23303410 1
14 5 35.22137 0.46596245 2
15 5 33.88832 0.26597264 3
16 5 38.57383 0.85782772 4
17 5 35.99570 0.04583117 5
Thank you very much for your help
Regards
Nguyen
2007 Mar 13
3
Highlight overlapping area between two curves
Dear R helpers,
I have a graph as following; I would like to highlight the overlapping area
between the two curves. Do you know how to do this?
Thank you in advance for your help.
Nguyen
###START
x1 <- rnorm(10000, 0.70,0.12)
x2 <- rnorm(10000, 0.90,0.12)
d1 <- density(x1)
d2 <- density(x2)
plot(range(d1$x,d2$x), range(d1$y, d2$y), type = "n",
xlab = "X value", ylab = "Probability Density" )
lines(d1, col = "red",lwd=4, l...
2009 Feb 09
2
cwhmisc package requests update all the time!
Dear Christian,
Every single time check update package, ?cwhmisc? always requests updating.
I?m aware that the package was latest updated in CRAN on 20Nov2008.
Is there anything wrong with my R library or somethingelse?
I use R 2.8.1 on Window XP service pack 2
Regards
Nguyen
Garvan Institute of Medical Research
Sydney, Australia
2017 Sep 07
2
Strange SASL issue
2017-09-07 14:29 GMT+02:00 Aki Tuomi <aki.tuomi at dovecot.fi>:
>
>
> On 07.09.2017 15:26, Antoine Nguyen wrote:
> > Hi all,
> >
> > I've just upgraded my server from debian 8 to debian 9 and I now
> encounter
> > a strange issue. I'm using prosody (XMPP server), configured to
> > authenticate against dovecot using SASL and a unix socket.
> >
> > Thi...
2006 Apr 02
5
Asterisk 2.0 Where to download
Hello All
I read in www.sineapps.com have Asterisk 2.0 rewritten C# and run on windows, any body could be mail or send to me URL to download.
Thanks
Tin Trung Nguyen
Technical Team
Mobile: 084-91.365.4857
website: www.daivietcontrol.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060402/eca3b9e2/attachment.htm
2017 Sep 07
2
Strange SASL issue
2017-09-07 15:04 GMT+02:00 Sami Ketola <sami.ketola at dovecot.fi>:
>
> > On 7 Sep 2017, at 16.03, Antoine Nguyen <ngu.antoine at gmail.com> wrote:
> >
> > 2017-09-07 14:29 GMT+02:00 Aki Tuomi <aki.tuomi at dovecot.fi>:
> >
> >>
> >>
> >> On 07.09.2017 15:26, Antoine Nguyen wrote:
> >>> Hi all,
> >>>
> >>> I've jus...
2006 Oct 02
1
Problems with graphics
...ally, is it possible to
do all this with xyplot function arranging plots according to A and B
factor: xyplot(y~x|A*B) with as many plots and symbol as there is levels
in the z variable for each panel?
Thanks for the help.
Chris
--
___________________________________________________
Christophe NGUYEN
UMR 1220 INRA-ENITAB
Transfert sol-plante et cycle des ?l?ments min?raux
dans les ?cosyst?mes cultiv?s"
Centre INRA de Bordeaux-Aquitaine
71, avenue Edouard Bourlaux, BP 81
33883 Villenave d'Ornon, FRANCE
Tel : 00 33 (0)5 57 12 25 07
Fax : 00 33 (0)5 57 12 25 15
email : Christophe.Nguy...
2001 Nov 20
5
can see my workgroup
...Share Definitions
==============================
[homes]
comment = Home Directories
browseable =yes
writable = yes
valid users = %S
create mode = 0664
directory mode = 0775
[public]
comment = Public Stuff
path = /testshare
public = yes
writable = yes
Thanks,
Hiep Nguyen
901.213.5357
2015 Oct 09
2
R 3.2.2 64 bit compilation error on AIX
One other note: I'm also using the latest src/main/dcf.c that was
giving an issue on AIX previously; see
[this](https://stat.ethz.ch/pipermail/r-devel/2015-September/071781.html)
thread.
Thanks.
On Thu, Oct 8, 2015 at 6:51 PM, Vinh Nguyen <vinhdizzo at gmail.com> wrote:
> Please note that if I don't specify those variables, then R 32 bit
> compiles fine. Thanks.
>
> -- Vinh
2017 Sep 07
2
Strange SASL issue
...ing fine on debian 8.
Now, each time I try to connect using my XMPP client, the authentication
fails and I see the following error in logs:
auth: Error: BUG: Authentication client said it's PID 0
Have you ever heard about this?
For information, dovecot version is 2.2.27.
Thank you,
Antoine Nguyen
2005 Aug 10
1
fileutil & tar utility RPMs on RHAS3.0
Hi,
Please advice how to download utility for 'tar', 'cp' supporting RHAS3.0
RPMs listed in note 237997.1 are used for RHAS2.1
* Patch 2883583: fileutils-4.1-4.2.i386.rpm
* Patch 2913284: tar-1.13.25-9.i386.rpm
Best regards,
Huy.
==
Nguyen Quang Huy
Sr. Technical Sales Consultant
Oracle Vietnam
53 Quang Trung St, Hanoi
Email: quang.huy.nguyen@oracle.com
Phone: +84 4 943 2595
Fax: +84 4 943 2592
==
2009 Dec 02
2
Error when running Conditional Logit Model
...trats, offset, init, control, weights = weights, :
Ran out of iterations and did not converge
I search the error message from R forums but it does not say anything
for Conditional Logit Model.
Please check for me what it says and what should I do to solve it.
Thanks a lot for your help
Hien Nguyen