Displaying 4 results from an estimated 4 matches for "exch023".
2018 May 07
2
Comparing figures?
...my saved "reference" figures on memory (which I would have loaded all at once) and compare them. I just haven't found anything.
I just found out about the vdiffr package and was going to explore it, not sure about the speed.
Any suggestions appreciated.
Thank you,
<https://west.exch023.serverdata.net/owa/?ae=Item&a=New&t=IPM.Note&cc=MTQuMy4zMTkuMixlbi1VUyw2LEhUTUwsMCww&pspid=_1525698150389_875737489#>
Ramiro
Ramiro Barrantes Ph.D.
Precision Bioassay, Inc.
431 Pine St., Suite 110
Burlington, VT 05401
802 865 0155
802 861 2365 FAX
www.precisionbioassay.com<ht...
2018 May 07
0
Comparing figures?
...y (which I would have loaded all at once) and compare them.
> I just haven't found anything.
>
> I just found out about the vdiffr package and was going to explore it, not
> sure about the speed.
>
> Any suggestions appreciated.
>
> Thank you,
> <
> https://west.exch023.serverdata.net/owa/?ae=Item&a=New&t=IPM.Note&cc=MTQuMy4zMTkuMixlbi1VUyw2LEhUTUwsMCww&pspid=_1525698150389_875737489#
> >
> Ramiro
>
> Ramiro Barrantes Ph.D.
> Precision Bioassay, Inc.
> 431 Pine St., Suite 110
> Burlington, VT 05401
> 802 865 0155
> 802...
2017 Aug 08
1
Bug?
...NTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
>
Thank you,
Ramiro
Ramiro Barrantes Ph.D.
Precision Bioassay, Inc.
431 Pine St., Suite 110
Burlington, VT 05401
802 865 0155
802 861 2365 FAX
www.precisionbioassay.com<https://west.exch023.serverdata.net/owa/redir.aspx?SURL=wN3KzpoKXAcetH7sTOTnSyfg-iAXFIinpPUtRcduCFCtkgZrUSDTCGgAdAB0AHAAOgAvAC8AdwB3AHcALgBwAHIAZQBjAGkAcwBpAG8AbgBiAGkAbwBhAHMAcwBhAHkALgBjAG8AbQA.&URL=http%3a%2f%2fwww.precisionbioassay.com>
ramiro at precisionbioassay.com
CONFIDENTIALITY NOTICE: This email, inc...
2012 Mar 25
2
avoiding for loops
I have data that looks like this:
> df1
group id
1 red A
2 red B
3 red C
4 blue D
5 blue E
6 blue F
I want a list of the groups containing vectors with the ids. I am
avoiding subset(), as it is
only recommended for interactive use. Here's what I have so far:
df1 <- data.frame(group=c("red", "red", "red", "blue",