Displaying 13 results from an estimated 13 matches for "millot".
Did you mean:
millet
2015 Jun 15
2
Add on argument in seq()
...tain situations, like when length.out = unpredictable positive integer.
And I haven't found in ?seq() the particular behavior of this function when length.out = 1.
Thanks for your help !
Best,
Gael.
De : Gabriel Becker [mailto:gmbecker at ucdavis.edu]
Envoy? : lundi 15 juin 2015 16:25
? : Millot Gael
Cc : r-devel
Objet : Re: [Rd] Add on argument in seq()
Millot,
I think the problem with that is that what you propose isn't a sequence starting at from in any meaningful way, and thus does not satisfy the contract of the seq function.
Best,
~G
On Jun 15, 2015 7:12 AM, "Millot Gae...
2015 Jun 15
1
Add on argument in seq()
Millot,
On Mon, Jun 15, 2015 at 9:19 AM, Hadley Wickham <h.wickham at gmail.com> wrote:
> Regardless of the value of the other arguments, the first element in
> the output of seq() is _always_ `from`.
>
Indeed, as Hadley says, the output of seq must always start with* from*. It
is a seq...
2015 Jun 15
2
Add on argument in seq()
...hen length.out = 1 ? Examples:
> seq(from = 1, to = 11, length.out=1) # current method gives "from"
1
> seq(from = 1, to = 11, length.out=1) # alternative method gives the intermediate value of "from" and "to"
6
Many thanks for your help.
Best wishes,
Gael Millot.
Gael Millot
UMR 3244 (IC-CNRS-UPMC) et Universite Pierre et Marie Curie
Equipe Recombinaison et instabilite genetique
Pav Trouillet Rossignol 5eme etage
Institut Curie
26 rue d'Ulm
75248 Paris Cedex 05
FRANCE
tel : 33 1 56 24 66 34
fax : 33 1 56 24 66 44
Email : gael.millot at curie.fr
http:...
2015 Jun 15
3
Add-on argument in sample()
...ssible to add an argument
that desactivates this and perform the sampling on a single value ? Examples:
> sample(10, size = 1, replace = FALSE)
10
> sample(10, size = 3, replace = TRUE)
10 10 10
> sample(10, size = 3, replace = FALSE)
Error
Many thanks for your help.
Best wishes,
Gael Millot.
Gael Millot
UMR 3244 (IC-CNRS-UPMC) et Universite Pierre et Marie Curie
Equipe Recombinaison et instabilite genetique
Pav Trouillet Rossignol 5eme etage
Institut Curie
26 rue d'Ulm
75248 Paris Cedex 05
FRANCE
tel : 33 1 56 24 66 34
fax : 33 1 56 24 66 44
Email : gael.millot at curie.fr
http:...
2015 Jun 15
0
Add on argument in seq()
Regardless of the value of the other arguments, the first element in
the output of seq() is _always_ `from`.
Hadley
On Mon, Jun 15, 2015 at 9:56 AM, Millot Gael <Gael.Millot at curie.fr> wrote:
> Thanks for your answer.
>
> The rational behind my proposal is why taking "from" when length.out=1, more than "to" or "NA", or " integer(0) " ?
>
> This question seems basic. But is is not in certai...
2012 Jan 30
2
Help page of colors() : add a new example ?
Dear all,
May I suggest to add an example in the help page of the colors() function ?
The following code could be useful to easily choose any color from colors() :
## Millot G. (2011), p.71.
## Figure displaying all the 657 built-in color names of colors().
palette(colors())
tempo<-NULL
for(i in 14:1){tempo<-c(tempo, rep(i,50))}
windows(width=10) # replace by quartz(width=10) for MacOS and by X11(width=10) for Linux
par(ann=FALSE, xaxt="n", yaxt="n...
2015 Jun 17
2
Add-on argument in sample()
On 6/16/2015 1:32 PM, Peter Meissner wrote:
> Am .06.2015, 14:55 Uhr, schrieb Millot Gael <Gael.Millot at curie.fr>:
>
>> Hi.
>>
>> I have a problem with the default behavior of sample(), which performs
>> sample(1:x) when x is a single value.
>> This behavior is well explained in ?sample.
>> However, this behavior is annoying when the n...
2015 Jun 15
0
Add on argument in seq()
Millot,
I think the problem with that is that what you propose isn't a sequence
starting at from in any meaningful way, and thus does not satisfy the
contract of the seq function.
Best,
~G
On Jun 15, 2015 7:12 AM, "Millot Gael" <Gael.Millot at curie.fr> wrote:
> Hi.
>
> I...
2015 Jun 16
0
Add-on argument in sample()
Am .06.2015, 14:55 Uhr, schrieb Millot Gael <Gael.Millot at curie.fr>:
> Hi.
>
> I have a problem with the default behavior of sample(), which performs
> sample(1:x) when x is a single value.
> This behavior is well explained in ?sample.
> However, this behavior is annoying when the number of value is not
&g...
2006 Mar 30
1
ansari.test one-tailed (PR#8730)
Full_Name: Gael Millot
Version: 2.2.0.
OS: XP
Submission from: (NULL) (195.220.102.20)
Hello.
I sent an Email in r-help without answer for the moment.
I am wondering if it could have a mistake
in the code of the ansari.test function. For me, it seems that the function
do not recover the p value at the correct side of...
2015 Jun 17
0
Add-on argument in sample()
...control this (which is only
going to be used by people aware of the problem but people aware of
the problem already know how to workaround it).
Cheers,
H.
On 06/17/2015 01:27 AM, Jon Skoien wrote:
>
>
> On 6/16/2015 1:32 PM, Peter Meissner wrote:
>> Am .06.2015, 14:55 Uhr, schrieb Millot Gael <Gael.Millot at curie.fr>:
>>
>>> Hi.
>>>
>>> I have a problem with the default behavior of sample(), which performs
>>> sample(1:x) when x is a single value.
>>> This behavior is well explained in ?sample.
>>> However, this beh...
2007 Apr 18
0
Thick stripes in the barplot() function
...9;t find the solution in the R-help archive.
I would like to change the thickness of stripes inside the barplot. Is there any
solution
to do that when using the barplot() fuction and the density option ?
Or is there any other function ?
Thanks very much for your help.
Best regards.
Gael.
Gael Millot
UMR 7147 et Universite Pierre et Marie Curie
Equipe Recombinaison et instabilite genetique
Pav Trouillet Rossignol 5eme etage
Institut Curie
26 rue d'Ulm
75248 Paris Cedex 05
FRANCE
tel : 1 33 42 34 66 34
fax : 1 33 42 34 66 44
Email : gael.millot at curie.fr
2006 Mar 28
0
ansari.test (one tailed)
...ive,
two.sided = 2 * min(p, 1 - p),
less = 1 - p,
greater = p)
pnorm() is written without "lowertail = FALSE". So it should be :
less = p
greater = 1-p
Am I wrong ???
Thanks very much for your help.
Gael.
Gael Millot
UMR 7147 et Universite Paris 6
Equipe Recombinaison et instabilite genetique
Pav Trouillet Rossignol 5eme etage
Institut Curie
26 rue d'Ulm
75248 Paris Cedex 05
tel : 01 42 34 66 34
fax : 01 42 34 66 44
Email : gael.millot at curie.fr