Displaying 14 results from an estimated 14 matches for "carpenti".
Did you mean:
carpente
2005 Jan 20
1
ROracle error
...fo/local/R/lib/R/library/ROracle/libs/ROracle.so":
ld.so.1: /bioinfo/local/R/lib/R/bin/exec/R: fatal: relocation error: file /bioinfo/local/R/lib/R/library/ROracle/libs/ROracle.so: symbol ncrov: referenced symbol not found
[1] FALSE"
Any help is appreciated
Regards,
Sabrina
Sabrina Carpentier
Service Bioinformatique
Institut Curie - Bat. Trouillet Rossignol (4e étage)
26 rue d'Ulm - 75248 Paris Cedex 5 - FRANCE
sabrina.carpentier@curie.fr
Tel : +33 1 42 34 65 21
[[alternative HTML version deleted]]
2005 May 04
1
error with the function GOHyperG from GOstats package
...(w2,100)
xx <- GOHyperG(myLL)
Error in mget(x, env = GOTERM, ifnotfound = NA) :
recursive default argument reference
In fact first I tried this function with my locusId ' list (with affymetrix hgu133plus2), but I had the same error...
Any help is appreciated
Regards,
Sabrina
Sabrina Carpentier
Service Bioinformatique
Institut Curie - Bat. Trouillet Rossignol (4e étage)
26 rue d'Ulm - 75248 Paris Cedex 5 - FRANCE
Tel : +33 1 42 34 65 21
[[alternative HTML version deleted]]
2010 May 19
1
Nomogram with multiple interactions (package rms)
...~ sex*(age+blood.pressure))
I thought of the parameter adt.to :
plot(nomorgam(f2, adj.to=list(sex="male")) #and "female" for the other one
But nomogram() still wants me to define interact=list(...)
Thanks for any advice you might have (with adj.to or any alternative...)
Marc Carpentier
2009 Oct 08
1
"ask=F" option with plot.gam
Hello.
I'd like to plot only one component smooth function of a gam model (for example the second) (library mgcv). So, I did :
plot(my.gam, select=2, ask=F)
But plot.gam doesn't seem to understand the "ask" option, so I can't deactivate the interactive plotting. I tried and failed by forcing it through :
par(ask=F)
And the "page" option of plot.gam (automatic
2011 Jan 28
1
ReferenceClasses examples {method}
Dear help, dear John Chambers,
I'm trying to learn OOP-possibilities in R and I was going through the
documentation 'ReferenceClasses {methods}'. (great work, by the way...)
Reading associated Examples, something bothers me : it seems to me that there
are errors in 'edit' and 'undo' methods. I think that :
- 'undo' should update 'edits' field with :
2010 May 04
1
aregImpute (Hmisc package) : error in matxv(X, xcof)...
Dear r-help list,
I'm trying to use multiple imputation for my MSc thesis.
Having good exemples using the Hmisc package, I tried the aregImpute function. But with my own dataset, I have the following error :
Erreur dans matxv(X, xcof) : columns in a (51) must be <= length of b (50)
De plus : Warning message:
In f$xcoef[, 1] * f$xcenter :
la taille d'un objet plus long n'est pas
2011 Jan 28
1
ReferenceClasses examples {method}
Dear r-devel-list, dear John Chambers,
I'm trying to learn OOP-possibilities in R and I was going through the
documentation 'ReferenceClasses {methods}' (great work, by the way...).
Reading associated Examples, something bothers me : it seems to me that there
are errors in 'edit' and 'undo' methods. I think that :
- 'undo' should update 'edits' field
2010 May 05
0
R-help Digest, Vol 87, Issue 5
...t.org
You can reach the person managing the list at
r-help-owner at r-project.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of R-help digest..."
Today's Topics:
1. aregImpute (Hmisc package) : error in matxv(X, xcof)...
(Marc Carpentier)
2. Agreement (HB8)
3. Re: How to rbind listed data frames?
(it-r-help at ml.epigenomics.com)
4. All possible paths between two nodes in a flowgraph using
igraphs? (jcano)
5. superscript (Kay Cichini)
6. All possible paths between two nodes in a flowgraph using
ig...
2012 Jan 09
2
btrfs-related kernel oops due to media error
Hi,
One of my disks, partitioned into a single btrfs partition, is showing
media errors. The problem is that these errors lead to kernel panic from
btrfs - that make the filesystem unusable until reboot - and therefore
it is very hard for me to do a full backup of the data prior to changing
the disk.
My current kernel is 3.2.0-8-generic from Ubuntu/precise (based on linux
3.2-final) but I
2013 Apr 30
5
Unaible to create DomU Guest
...encounter as an issue.
How do I get the xen- modules installed and running?
I appreciate your help in solving this issue. Also please provide me with the commands since from th elinks I cannot solve it and take a risk to break the system.
Sorry for the long thread!!
Many thanks in advance
Dorian Carpentier de Changy
dechangydorian@yahoo.fr
0497/623 249
--------------------------
Rue Camille Lemonnier 22
1050 Bruxelles
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2008 Oct 15
0
R-help Digest, Vol 67, Issue 31
...this message in context: http://www.nabble.com/ggplot-2---editing-in-the-%22panel_1_1%22-viewport-tp19726397p19726397.html
Sent from the R help mailing list archive at Nabble.com.
------------------------------
Message: 39
Date: Mon, 29 Sep 2008 08:47:07 -0700 (PDT)
From: popsmelove <cedric.carpentier at halbis.com>
Subject: [R] Sending Notes email out of R under windows
To: r-help at r-project.org
Message-ID: <19726419.post at talk.nabble.com>
Content-Type: text/plain; charset=us-ascii
Hi,
I'm trying to send a mail out of R with my lotus Notes mailing box.
I've find the...
2008 Aug 27
0
Com Object mystake
Hi,
I've some problem to close a com Object that I've open.
example :
I create the Com Object Excel :
fxl = comCreateObject("Excel.Application")
To close I normally used
gc(verbose = FALSE) -> silent
This is ok with my first Pc, the Com Object Excel is kill, but for my second
computer this do nothing ... ?
I've you an idea of the reason why the gc(verbose =
2009 Mar 12
0
problem with 'abline' in a regression with repeated measures
Hi everybody.
I'm just learning to use R. I've got a strange problem and I couldn't find any answer to my problem. So here am I.
I want to visualize a model of regression on repeated measures :
5 measures (y) by x-value (lx for log10(x) ; lxf colonn is for as.factor) ; 5 x-values.
I fail to use 'abline' command (regression's line don't display) in this particular
2013 Sep 25
1
Empty Partition table upon Windows 7.iso boot and install process
Hello list,
Linux is new to me and Xen even more but its power has convinced me to
give it a shot...
I make a double post here from a previous which of purpose has been
solutionned.
I have this volume: /dev/sda2 30G linux
It is a LVM physical volume. Unformatted
Volume group is Esp-Virt. Unformatted
It has 4 logical volumes. Not any has ext2/3/4 format. I don''t clearly
figure