Displaying 4 results from an estimated 4 matches for "jadhavpr".
Did you mean:
jadhav
2003 Dec 24
0
AW: coding logic and syntax in R
...<- rep(letters[1:4], each = 8) ## your sets
Sp.In <- split(In, Sets)
logical <- sapply(Sp.In, function(x) any(x == 0))
c(as.matrix(data.frame(Sp.In))* rep(!logical, each = 8)) ## for equal sets
This could give you a hint
Thomas
-----Urspr?ngliche Nachricht-----
Von: Pravin [mailto:jadhavpr at vcu.edu]
Gesendet: Mittwoch, 24. Dezember 2003 08:27
An: r-help at stat.math.ethz.ch
Betreff: [R] coding logic and syntax in R
Hello,
I am a beginner in R programming and recently heard about this mailing list. Currently, I am trapped into a simple problem for which I just can't find...
2004 Apr 29
0
randomization test
Hello all,
I am conducting a randomization test on a given dataset. One of the
covariates, gender, is randomly assigned 1000 times to create a
randomization dataset (rand.data). To these 1000 datasets, I fit a full
model (see below) and the aim is to generate a distribution of LRT statistic
under the null. Here are some of the questions I have:
1. I am using for() loop to fit the dataset
2004 Sep 18
0
Pharmacokinetics using R
Hi,
I just wonder if R is still used for PK analysis. However, I have to use R
for some purposes anyways. Here is a really strange problem I am running
into and I hope to get some assistance from the group. The following code
works fine in S-Plus (Population estimates and MAP estimates look reasonable
).
cs.fit<-nlme ( CONC~phenoModel(CID,TIME, DOSE, lCl, lV),
fixed = lCl+lV ~1,
2003 Dec 24
4
coding logic and syntax in R
Hello,
I am a beginner in R programming and recently heard about this mailing list.
Currently, I am trapped into a simple problem for which I just can't find a
solution. I have a huge dataset (~81,000 observations) that has been
analyzed and the final result is in the form of 0 and 1(one column).
I need to write a code to process this column in a little complicated way.
These 81,000