Displaying 16 results from an estimated 16 matches for "duma".
Did you mean:
dma
2009 Apr 30
1
overlaying several subsets of data frame in pairs plot
...relationship in the responses in
a pairs plot with different symbols for the different treatments. In a
regular plot I would have used 'matplot' or just added the new
treatments with the 'points' function. But how to do it in a pairs plot?
Thank you for your help
Best
Marion Dumas
2007 Jan 16
3
Markdown for Wordpress?
...down is best for Wordpress? I
see online that there are a few and was wondering which one people
prefer. Also, is there any chance John Gruber will write an official
Markdown plugin for Wordpress, given how popular it's becoming?
--------------------------------------------------------
robdumas at gmail.com
http://obnoxio.us/
2009 Oct 30
1
problems with re-loading exported data
...magic number (file may be corrupted) -- no
data loaded
In addition: Warning message:
file 'outrainfall' has magic number '0 0 0'
Use of save versions prior to 2 is deprecated
I would really appreciate your help, as this is a rather important
issue to clarify.
Thanks
Marion Dumas
2005 Jun 03
0
smbfs intermittent errors: tdb_lock failed, ERRDOS 71
...mounts a Windows share using smbfs, backs
up specific directories, and unmounts when it's done. The problem is,
it's not mounting reliably.
There is an entry in /etc/fstab for the share, complete with login
credentials. Usually I can just log in as root and run:
mount /home/dubois/smb/dumas
... and it mounts and runs just fine. But sometimes it fails to mount,
returning
> Mounting: /home/dubois/smb/dumas
> 6606: tree connect failed: ERRDOS - 71
> SMB connection failed
Other shares on other computers mount just fine--it's always this same
remote computer, which is ru...
2007 Aug 30
2
Markdown, SmartyPants and Wordpress?
...TML) and then make an individual post (i.e., when I start a
written entry) Markdown?
2) Is SmartyPants or an analog available for WP?
3) What is the difference between PHP Markdown and PHP Markdown Extra?
Thanks for any help.
- --Rob
- --------------------------------------------------------
robdumas at gmail.com
http://obnoxio.us/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFG1lM4q8zb2xxIEvARAgbMAJ43uzmudRyrSSgYj+1mGAXXu+KC/ACePx98
2nXntgQoII3aMLaK5OEGwzs=
=1vbw
-----END PGP SIGNATURE-----
2006 Jul 05
1
i suspect that there a memory leak in "vmmin"?
...eir website) the procedure
returns the results for any number of replications, thus I suspected that
there was a memory leak in "vmmin". I am not an expert in "C" and am only a
windows user. Have tried some of the debugging tools available to us windows
users: gdb, mpatrol, duma without success. Am not sure whether this is a
bug.
Version 2.3.1 (2006-06-01)
Windows XP
Regards, Vumani
Rgui.exe caused an Access Violation at location 100dec2f in module R.dll
Reading from location 3ff7c27d.
Registers:
eax=000063ac ebx=01e773a0 ecx=3ff7c27a edx=00000002 esi=01e254b4
edi...
2005 Aug 08
0
Alerte Virus
Le mail envoye a 20stephane.dumas at jeunesse-sports.gouv.fr le lundi 08 ao??t contient un virus
2009 Jun 16
1
question about adding plots in a grid (lattice package)
Hello!
I am starting to use the lattice package. I generated an xyplot
conditioned on a factor that has three levels: hence I get three plots
in three panels spaces and one is left empty. I would like to add a
plot to the empty panel space. Is it possible?
Thank you
2009 Nov 03
1
fixed color scale for a series of contour plots
Hello,
I am having trouble figuring out how to create a color scale that will
be consistent across multiple contour plots. What I would like is to
plot a series of contour or image plots for different subsets of a
data set but make sure that the color key stays fixed so that the
plots are easily comparable. That is I need a map from the range of
values of the entire data set to the color
2006 Apr 26
2
php markdown toolbar
Back at the end of March I wrote:
> http://www.elfden.co.uk/wip/markdown/
I think I have now finished work on this.
The toolbar only appears if javascript is enabled.
So far as I can tell it is navigable by the keyboard.
Accesskeys can be set for those that need them (though I am not happy
with the way my script is currently working).
I have taken out the 'P' button, though
2006 Apr 28
0
Markdown for phpBB, vBulletin and the rest?
...d
programs, like phpBB? It seems like such a place would be a great fit
for Markdown. It would definitely be a lot better than using BBcode
or vBcode or whatever the heck it is they call that mish-mash of
pseudo-HTML they use.
--------------------------------------------------------
Robert Dumas
robdumas@gmail.com
2011 May 28
5
Segmentation fault again
...4915 Speicherzugriffsfehler doveadm
expunge -A mailbox Papierkorb savedbefore 4d
See the attachment.
Any ideas greatly appreciated. Thanks
--
Mit freundlichen Gr??en,
with kind regards,
Jim Knuth
---------
Das Leben ist bezaubernd, man muss es nur durch
die richtige Brille sehen. (Alexandre Dumas)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: doveadm-bt_full.txt
URL: <http://dovecot.org/pipermail/dovecot/attachments/20110528/acec7637/attachment-0002.txt>
2011 Apr 15
1
simulations with very large number of iterations (1 billion)
Hello R-help list
I'm trying to run 1 billion iterations of a code with calls to random
distributions to implement a data generating process and subsequent
computation of various estimators that are recorded for further
comparison of performance. I have two question about how to achieve
this:
1. the most important: on my laptop, R gives me an error message
saying that it cannot
2009 Nov 30
2
em interface slow down on 8.0R
Hi,
I noticed that network connection of one of my boxes got
significantly slow just after upgrading it to 8.0R. The box has an
em0 (82547EI) and worked fine with 7.2R.
The symptoms are:
- A ping to a host on the same LAN takes 990ms RTT, it reduces
gradually to around 1ms, and then it returns to around 1s. The
rate was about 2ms/ping.
- The response is quite slow, but no packet
2009 Jun 07
0
writing a panel function in coplot for displaying a non-linear regression model graphically
Hello,I am a little bit struggling with the following:
I would like to draw a coplot and in each panel draw the curve and display
the coefficients of the regression model y~a*x^b.
I thought of running nls(y~a*x^b,...) in panel=function(x,y...){} when
calling coplot. How can I do this?
Alternatively, I could do the regression before graphing with coplot and
just use the panel function to draw the
2009 Nov 13
1
question about the lattice package
Hello,
I have a graphical problem:
I would like to change the labeling of the levels of the conditioning
factor in the plot below. Here, the labeling is done automatically by
the xyplot command (a cursor indicates the three levels and the name
of the variable is written out). Instead, I would like to have a
specific character string on each strip.
The command to generate the plot was very