Displaying 20 results from an estimated 68 matches for "dinh".
2012 Feb 06
1
ENVELOPE mishandling of Subject lines with quote(s)?
...g" (("Design World" NIL "subscription" "designworldonline.com")) (("Design World" NIL "subscription" "designworldonline.com")) (("Design World" NIL "subscription" "designworldonline.com")) ((NIL NIL "dinh" "flic.net")) NIL NIL NIL "<490779CF.00000E7D at ak119.mta.exacttarget.com>"))
* 89 FETCH (ENVELOPE ("29 Oct 2008 15:44:03 -0500" {65}
2nd Edition of Brennesholtz/Stupp "Projection Displays" Available (("Insight Media" NIL "administ...
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
2001 Oct 31
3
problem with help.start() in R (PR#1156)
...arted,
and you must switch to its window.
Otherwise, be patient..
> help(help)
help() for help is shown in browser netscape ...
Use help( help , htmlhelp=FALSE)
or options(htmlhelp = FALSE)
to revert.
> sh: netscape: command not found
Please correct this bug.
--
PHAM Dinh Tuan | e-mail: Dinh-Tuan.Pham@imag.fr
Laboratoire de Modelisation et Calcul | Tel: +33 4 76 51 44 23
BP 53, 38041 Grenoble cedex 9 (France) | Fax: +33 4 76 63 12 63
-----------------------------------------------------------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
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]]
2018 Aug 21
2
Function optimization pass
...; enabled)?
>
> Generally, PassBuilder and passes likely assume a full stack of analysis
> managers. You should thus create and populate all of them, not just
> FunctionAM, and cross-register their proxies.
>
> Cheers,
> Philip
>
> On Mon, Aug 20, 2018 at 7:29 PM Ta Thanh Dinh via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> This question has been submitted to stackoverflow (
>> https://stackoverflow.com/questions/51934964/function-optimization-pass)
>> but someone suggested me that it should be submitted to llvm-dev mailing
>>...
2003 Apr 01
1
SQL and system
...m(CMD,intern=T)
This works perfectly fine, but if I want to be able to add dates
constraints:
In command line it would be
isql.tcl “ select xxxx from yyyyy where zzzzz = 501 and date>’20021020’
”
Does somebody has an idea how to translate this into R code?
Thank you for your time,
Julien Dinh
[[alternate HTML version deleted]]
2007 Jul 05
1
Incidence estimated from Kaplan-Meier
...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
[[alternative HTML version deleted]]
2004 Sep 28
2
Cannot enable "Enable advanced printing features"
Hi all.
I'm trying to use Samba to replace an old Windows print server, and
everything works just like a charm - almost...
There's one thing, which prevents my organization from accepting this new
printerserver, and that is that I'm unable to activate and save the "Enable
advanced printing features" setting for the printers - this is used to allow
for printing multiple
2005 Feb 16
11
Load Balancer setting for Public Servers
Hello,
I have finished setting up the load balancer with IPROUTE ... also patch the
kernel to support DGD and now it''s working fine with the valuable guide at
LARTC website, Julian Anastasov, and the kind people in this mailing list.
Now I would like to launch a web server and a ftp server to the public but
I''m stuck into a problem and really need your help.
Currently internal
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
2007 Apr 02
3
Create a new var reflecting the order of subjects in existing var
Dear R helpers
I have a data set sth like this:
set.seed(123);dat <- data.frame(ID= c(rep(1,2),rep(2,3), rep(3,3), rep(4,4),
rep(5,5)),
var1 =rnorm(17, 35,2),
var2=runif(17,0,1))
dat
ID var1 var2
1 1 33.87905 0.02461368
2 1 34.53965 0.47779597
3 2 38.11742 0.75845954
4 2 35.14102 0.21640794
5 2 35.25858 0.31818101
6 3 38.43013
2007 May 24
0
dovecot, uidplus and apple mail.app (was: Re: Will pay $500 towards a Dovecot feature = calender ?)
On 5/24/07, Robert Schetterer <robert at schetterer.org> wrote:
> DINH Vi?t Ho? schrieb:
> > On 5/24/07, Timo Sirainen <tss at iki.fi> wrote:
> >> On Thu, 2007-05-24 at 09:37 +0200, Adi Kriegisch wrote:
> >> > As a calendaring solution with group calendars and all the like, use
> >> CalDAV
> >> > -- a webdav extens...
2010 Apr 28
1
How to create R package
Hi,
Can you tell me how to create R package in Windows, and give me an
example that works ? Thanks.
[[alternative HTML version deleted]]
2003 Nov 25
1
mbox format
...are you doing to keep the same message
UID across IMAP session if you know that any other program can modify
the mailbox as it wants, for example, two messages can be exchanged.
In this case, will the UID kept the same ?
If they keep their UID, how do you identify the messages ?
Thanks,
--
DINH V. Hoa,
etPan! - newsreader, mail user agent -- http://libetpan.sf.net/etpan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/dovecot/attachmen...
2006 May 03
1
maildir format
...om quoting, and without an
extra blank line at the end. The message is normally in RFC
822 format, starting with a Return-Path line and a
Delivered-To line, but it could contain arbitrary binary
data. It might not even end with a newline.
>>
--
DINH Vi?t Ho?
2006 Aug 29
1
parser bug
hello Timo (and maybe other Dovecot developers),
It looks like the MIME parser won't parse this correctly :
Content-type: text/html
Note the lower-case '-type' in 'Content-type'.
--
DINH V. Hoa
2004 Jan 06
3
SSL and STARTTLS
I wanted to enable SSL on some alternate ports so that a limited number
of people could try SSL access. But doing so enabled STARTTLS in
IMAP, so that all IMAP users got surprised (at least those whose
clients attempted to use it automatically).
e.g.:
# IP or host address where to listen in for SSL connections. Defaults
# to above non-SSL equilevants if not specified.
imaps_listen =
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
2004 Sep 17
1
remote name change & machine account creation (Bug ?)
...sp_state->workstation, True);
But I don't dare to change it as False because I don't understand what sort of
problems it could generate...
Can somebody confirm me that I'm looking in the right way ?
Is there a solution to make it work at the time ?
Thanks in advance
--
Pierre Dinh-van
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