Displaying 20 results from an estimated 28 matches for "biopharma".
2006 Jun 06
2
about string
...et is "JPCS" "PC1" "PC2".How can I achieve them by R cammand?
Thanks a lot!
My best
------------------------------
*******************************************
Xin Meng
Capitalbio Corporation
National Engineering Research Center
for Beijing Biochip Technology
BioPharma-informatics & Software Dept.
Research Engineer
Tel: +86-10-80715888/80726868-6438
Fax: +86-10-80726790
Email??xmeng at capitalbio.com
Address:18 Life Science Parkway,
Changping District, Beijing 102206, China
2009 Mar 27
2
Sorting problem
...uot;Error in FUN(left) : invalid argument to unary operator",
The command is "BA[order(BA[1],-BA[2]),]". BA is the data frame. It was
working if I used increasing on both columns.
Why the decreasing symbol "-" is not working here? Thanks.
--
Jun Shen PhD
PK/PD Scientist
BioPharma Services
Millipore Corporation
15 Research Park Dr.
St Charles, MO 63304
Direct: 636-720-1589
[[alternative HTML version deleted]]
2009 Apr 15
2
How to extract p-value into a table from a groups of t test
...A1.BS.DN$Onecode == 3]
t = -0.1128, df = 33.635, p-value = 0.9109
alternative hypothesis: true difference in means is not equal to 0
95 percent confidence interval:
-0.001918987 0.001717230
sample estimates:
mean of x mean of y
0.004893264 0.004994143
......
--
Jun Shen PhD
PK/PD Scientist
BioPharma Services
Millipore Corporation
15 Research Park Dr.
St Charles, MO 63304
Direct: 636-720-1589
[[alternative HTML version deleted]]
2009 Mar 31
3
'for Loop'
Hello,
I'm trying to create a for loop for a data set, I have a list of results in this data set and I want to take the 1st two add them together and divide by the mean of the 1st to, then do the same for the 3rd and 4th values in the list and so on and each time return a value for the calculation on each pair.
Any help would be appreciated.
Thanks,
Al
[[alternative HTML version
2008 Jul 24
3
how to export ".xls" file with colorful cells?
...And in the exported ".xls" file, how to set different cells with different color?
Thanks a lot!
My best.
------------------------------
*******************************************
Xin Meng
Capitalbio Corporation
National Engineering Research Center
for Beijing Biochip Technology
BioPharma-informatics & Software Dept.
Research Engineer
Tel: +86-10-80715888/80726868-6439
Fax: +86-10-010-80726898
Email??xmeng at capitalbio.com
Address:18 Life Science Parkway,
Changping District, Beijing 102206, China
2005 Nov 24
1
a question
...between x & y,i.e. 3,5.
How can I get the result(3,5) via R function?
Thanks a lot for your help.
My best!
------------------------------
*******************************************
Xin Meng
Capitalbio Corporation
National Engineering Research Center
for Beijing Biochip Technology
BioPharma-informatics & Software Dept.
Research Engineer
Tel: +86-10-80715888/80726868-6444
Fax: +86-10-80726790
Email仯伜xmeng at capitalbio.com
Address:18 Life Science Parkway,
Changping District, Beijing 102206, China
2006 Apr 13
1
about McNemar
Hello sir: How can I perform McNemar (paired chi square test) by using R?
Thanks!
------------------------------
*******************************************
Xin Meng
Capitalbio Corporation
National Engineering Research Center
for Beijing Biochip Technology
BioPharma-informatics & Software Dept.
Research Engineer
Tel: +86-10-80715888/80726868-6438
Fax: +86-10-80726790
Email??xmeng at capitalbio.com
Address:18 Life Science Parkway,
Changping District, Beijing 102206, China
2006 Apr 19
1
about "intersection set" and "union set"
...al with multi groups to find the "intersection set" and "union set"?
Thanks a lot!
My best
------------------------------
*******************************************
Xin Meng
Capitalbio Corporation
National Engineering Research Center
for Beijing Biochip Technology
BioPharma-informatics & Software Dept.
Research Engineer
Tel: +86-10-80715888/80726868-6438
Fax: +86-10-80726790
Email??xmeng at capitalbio.com
Address:18 Life Science Parkway,
Changping District, Beijing 102206, China
2006 Sep 20
1
about BATCH and parameter file
...n.r [outfile]
I wonder the only way I can try is [options],but I don't know how to do it.
Thanks a lot!
My best
------------------------------
*******************************************
Xin Meng
Capitalbio Corporation
National Engineering Research Center
for Beijing Biochip Technology
BioPharma-informatics & Software Dept.
Research Engineer
Tel: +86-10-80715888/80726868-6438
Fax: +86-10-80726790
Email??xmeng at capitalbio.com
Address:18 Life Science Parkway,
Changping District, Beijing 102206, China
2009 Aug 19
2
Contrasts within ANOVA frame (Repost)
...s 2 1 0.223 0.223 2.4239 0.1200
StdLot: 2 vs 3 1 1.683 1.683 18.3299 2.162e-05 ***
StdLot: 1 vs 3 1
Residuals 601 55.173 0.092
---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
2 observations deleted due to missingness
--
Jun Shen PhD
PK/PD Scientist
BioPharma Services
Millipore Corporation
15 Research Park Dr.
St Charles, MO 63304
Direct: 636-720-1589
[[alternative HTML version deleted]]
2006 Sep 27
3
exact 95% confidence intervals
...idence intervals (based on the binomial distribution) for sensitivity and specificity via R?
Thanks a lot!
My best!
------------------------------
*******************************************
Xin Meng
Capitalbio Corporation
National Engineering Research Center
for Beijing Biochip Technology
BioPharma-informatics & Software Dept.
Research Engineer
Tel: +86-10-80715888/80726868-6438
Fax: +86-10-80726790
Email??xmeng at capitalbio.com
Address:18 Life Science Parkway,
Changping District, Beijing 102206, China
2009 Aug 19
3
Fitting a logistic regression
Hello,
I have this data:
Time AMP
0 0.2000000
10 0.1958350
20 0.2914560
40 0.6763628
60 0.8494534
90 0.9874526
120 1.0477692
where AMP is the concentration of this metabolite with time. If you plot
the data, you can see that it could be fitted using a logistic
regression. For this purpose, I used this code:
AMP.nls <- nls(AMP~SSlogis(Time,Asym, xmid, scal), data
2009 Mar 08
1
R console misc questions
hi, all
I have two questions on using R console effectively (this is on Mac,
not sure if it applies to win platform):
First, I'd like to make the console font bigger, the default is too
small for my screen. There is a "Show Fonts" from Format menu where
you can adjust it, but it seems only for current session. Next time I
start R, I have to redo everything. My question is, is there
2009 May 07
2
A potential bug for paste() ?
Hi, everyone,
Try the following command to see if you get TRUE or FALSE. I get FALSE on a
unix platform but TRUE on Windows. Any comment?
all(paste(Theoph[1],Theoph[2])==paste(Theoph[[1]],Theoph[[2]]))
--
Jun Shen PhD
PK/PD Scientist
BioPharma Services
Millipore Corporation
15 Research Park Dr.
St Charles, MO 63304
Direct: 636-720-1589
[[alternative HTML version deleted]]
2009 Jul 21
1
how to change the "quantile" method in bwplot
Hi, everyone,
Since quantile calculation has nine different methods in R, I wonder how I
specify a method when calling the bwplot() in lattice. I couldn't find any
information in the documentation. Thanks.
--
Jun Shen PhD
PK/PD Scientist
BioPharma Services
Millipore Corporation
15 Research Park Dr.
St Charles, MO 63304
Direct: 636-720-1589
[[alternative HTML version deleted]]
2009 Jul 30
1
package lattice can't be loeaded
I try to load the package lattice by library(lattice).
Although I have installed it through CRAN by internet as well as from a local directory using the zip-file, it can't be loaded into the editor.
Can anyone give advice, please.
I am using R 2.9.1 on Widows XP.
Thanks a lot,
Luba
[[alternative HTML version deleted]]
2009 Aug 11
0
Contrasts within ANOVA frame
...s 2 1 0.223 0.223 2.4239 0.1200
StdLot: 2 vs 3 1 1.683 1.683 18.3299 2.162e-05 ***
StdLot: 1 vs 3 1
Residuals 601 55.173 0.092
---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
2 observations deleted due to missingness
--
Jun Shen PhD
PK/PD Scientist
BioPharma Services
Millipore Corporation
15 Research Park Dr.
St Charles, MO 63304
Direct: 636-720-1589
[[alternative HTML version deleted]]
2009 Apr 03
2
how to sort and plot data?
hi,
Previously my email very simple and less information. Let say I have raw
data as below:-
user_id website time
20 google 0930
21 yahoo 0935
20 facebook 1000
25 facebook 1015
61 google 0940
60 yahoo 1050
40 friendster 1115
61 google 1200
40
2009 Aug 21
2
Problem with passing a string to subset
Dear R-users,
The following question bothered me for the whole afternoon: how can one
pass a string as the conditioning argument to subset? I tried plain
mystr, eval(mystr), expression(mystr), etc... I don't to be able to find
the correct syntax
> foo <- data.frame(a=1:10,b=10:1,c=rep(1:2,5))
> mystr<-"c==1"
> subset(foo,c==1)
a b c
1 1 10 1
3 3 8 1
5 5 6
2009 Aug 05
3
import data into R
Thank you Gabor Grothendieck for your answer !!
i have charge the pachage but now i have this massage
read.table("c:/TOTAL.xls",h=T)
[1] ÐÏ.à..
<0 rows> (or 0-length row.names)
Warning messages:
1: In read.table("c:/TOTAL.xls", h = T) :
incomplete final line found by readTableHeader on 'c:/TOTAL.xls'
2: In if (!header) rlabp <- FALSE :
the condition has