[R] (no subject)

2012-05-06 Thread xiaocong zuo
Hi, Dear all,

Could you please tell me how to select specified column in dataset and do
the concentration-time profiles in R?

Thank you!

xiaoc

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] how to do the concentration-time profiles in R?

2012-05-06 Thread xiaocong zuo
Hi, Dear all,

Could you please tell me how to select specified column in dataset and how
to do
the concentration-time profiles in R?

Thank you!

xiaoc

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] How to do division calculation in R?

2012-05-06 Thread xiaocong zuo
Dear all,

Could you please tell me how to do the division calculation in R? That is
to say how to perform the operation of division in R software.

Thank you!

Xiaoc

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] How to do division calculation in R?

2012-05-06 Thread xiaocong zuo
Dear all,

Sorry, I means if we must remove the nonparameter value then do the
division calculation or there is any other ways to do?

Thank you!

Xiaoc

2012/5/6 xiaocong zuo xiaocong@gmail.com

 Dear all,

 Could you please tell me how to do the division calculation in R? That is
 to say how to perform the operation of division in R software.

 Thank you!

 Xiaoc


[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] xpose4

2012-02-25 Thread xiaocong zuo
Hi, Dear all,

When I run xpose4() in R and select 2: Basic goodness of fit plots, I get
an error like this 

Selection: 2Error in print(basic.gof(.cur.db)) :
  error in evaluating the argument 'x' in selecting a method for
function 'print': Error in xvardef(v, object) : object '.cur.db' not
found

Could you please tell me how to treat it?

Thanks,

Xiaocong

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] about undefined columns selected

2012-01-30 Thread xiaocong zuo
Hi,all,

when I run the below code,there is an error occured. could you please tell
me how to treat it?
 pdf('covariate.pdf')
 par(mfrow=c(1,1))
 pairs(data2[,c(ID,TYPE,AGE,GNDR,HT)],
+ panel=function(x,y) { points(x,y); lines(lowess(x,y))})
Error in `[.data.frame`(data2, , c(ID, TYPE, AGE, GNDR, HT)) :
undefined columns selected
 dev.off()
RStudioGD
2
Thank you very much!

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] about colnames

2012-01-30 Thread xiaocong zuo
Hi,

when I run the below code,there is an error occured. could you please tell
me how to treat it?
 pdf('covariate.pdf')
 par(mfrow=c(1,1))
 pairs(data2[,c(ID,TYPE,AGE,GNDR,HT)],
+  panel=function(x,y) { points(x,y); lines(lowess(x,y))})
Error in `[.data.frame`(data2, , c(ID, TYPE, AGE, GNDR, HT)) :
  undefined columns selected
 dev.off()
RStudioGD
2

 when I try colnames(data2) or names(data2) ,it shows as follows:
 colnames(data2)
 [1] X X1X0. ..1
 I think this may be the problem. Could you please tell me how to treat it?

Thank you!

Cassie

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.