SAS can merge two data set A, B in different way, A or B, A and B, A not B,
Can R merge function do the same way?
Thanks
--
View this message in context:
http://r.789695.n4.nabble.com/Can-merge-function-pick-up-mismatch-part-of-two-data-set-tp2021024p2021024.html
Sent from the R help mailing
I am trying to build a windows 32 bit version of R 2.11.0 from source on a
machine running
windows 7 - 64 bit while running as the machine's administrator.
I am able to run "make all recommended"...However, once I attempt to build the
bitmap files I get the following:
C:\Rsource\R-2.11.0\src\gn
that worked out well, thank you again!
I also tried to use lm, and as expected in this case, I almost got the same
estimates of the parameters as in the MLE-case.
Best Regards
Henrik
--
View this message in context:
http://r.789695.n4.nabble.com/Maximum-Likelihood-Estimation-in-R-tp201882
Ok sorry for bad explanation from my side
What I want. I have a txt file name is (table3.txt) this file contains 1293
rows and some of these row will have 1 column and some of them will have up
to may be 40 column. For example
Abhishek:
Thank you!
Thomas:
that worked out well, thank you again!
I also tried to use lm, and as expected in this case, I almost got the same
estimates of the parameters as in the MLE-case.
Best Regards
Henrik
--
View this message in context:
http://r.789695.n4.nabble.com/Maximum-L
Sorry for this late answer (I've had a seriously nonmaskable interrupt).
Since I have technical questions not related to R, I take the liberty to
follow this up by e-mail.
I might post a followup summary if another R problem arises...
Emmanuel Charpentier
I need help in developing the R syntax for a before-after control
intervention design (BACI). Each cell of the 2-way table has multiple
replicates-i.e., each replicate, in both the treatment and control groups,
is measured both before and after the treatment period. I am having
trouble in specif
Thank you!
Best Regards
Henrik
--
View this message in context:
http://r.789695.n4.nabble.com/Maximum-Likelihood-Estimation-in-R-tp2018822p2022832.html
Sent from the R help mailing list archive at Nabble.com.
__
R-help@r-project.org mailing list
h
Thank you all for the great help...
I appreciate!
--
View this message in context:
http://r.789695.n4.nabble.com/macro-variable-in-R-tp2020772p2023108.html
Sent from the R help mailing list archive at Nabble.com.
__
R-help@r-project.org mailing list
h
Greetings all,
I am having difficulty transposing, reshaping, flipping (not sure which) a data
frame which is read from a DBF file. I have tried using t(), reshape() and
other approaches without success. Can anyone please suggest an way (elegant or
not) of flipping this data around ?
The init
Hi David,
There are many ways, including
rownames(propsum) <- propsum$coverClass
propsum$coverClass <- NULL
t(propsum)
Best,
Ista
On Fri, Apr 23, 2010 at 5:43 AM, wrote:
> Greetings all,
>
> I am having difficulty transposing, reshaping, flipping (not sure which) a
> data frame which is read
Fabulous! I managed to get close with t(), but had obviously missed the step
of setting the rownames first.
Thanks for your help!
David
-Original Message-
From: Ista Zahn [mailto:istaz...@gmail.com]
Sent: Friday, 23 April 2010 2:29 PM
To: Gobbett, David (CSE, Waite Campus)
Cc: r-help@r
Hi folks,
Here is the problem. I am giving an example .I want to find a measure
of similarity or dissimilarity among ranking (of students of a same class
of size say 50)by two judges. But instead of observing the rank of all the
50 students
(Where we could have used rank correlation measures)in eac
On Thu, 22 Apr 2010, arnhol...@appstate.edu wrote:
I am trying to build a windows 32 bit version of R 2.11.0 from source on a
machine running
windows 7 - 64 bit while running as the machine's administrator.
I am able to run "make all recommended"...However, once I attempt to build the
bitmap f
On Fri, 23 Apr 2010, Worik R wrote:
I am sorry if this is documented in apply's dcumentation or completely
obvious, I could not find or work it out.
Well, try
?apply
and focus on the 'Value:' section, first para.
To me, that behavior seems consistent with other functions in
the [ts
Something like this?
# Remove everything after ; to give the status
status<- sub(';.*$', '', data$cancer.problems)
# Remove everything before the last ; to give tissue
# In case a no ; in the string this goes wrong; correct
tissue<- sub('^.*;[ \n]*', '', data$cancer.problems)
tissue[! gre
101 - 116 of 116 matches
Mail list logo