Displaying 20 results from an estimated 8000 matches similar to: "a Q about R in unix"
2008 Jan 31
2
[OT] emacs / xemacs for unix without compile
Dear All,
Is there a emacs/xemacs for unix without compiling it? If it is
possible, I prefer something that I can use immediately after putting
it on the unix server.
Is it possible or am I too stupid to ask this kind of question?
Thanks for your insight!
--
===============================
WenSui Liu
ChoicePoint Precision Marketing
Phone: 678-893-9457
Email : wensui.liu at choicepoint.com
Blog
2007 Nov 08
1
finite mixture model (or latent class)
Dear Listers,
My post might be somewhat OT.
Currently, I am trying to use flexmix to build a finite mixture model.
For instance, I am getting the prior probability and coefficients for
each latent class from training data. Is there a way to get the
posterior probablity and prediction of a new dataset?
What I am thinking is to apply the prior prob and coefficient from
training set to testing data
2006 Sep 16
2
how to rescale the limits of yaxis rather than using the data range by default?
Dear Lister,
plot() is using the data range as the default limits of yaxis. Is
there any way I can change the limits? I just look at the help of
plot() and par() and couldn't find answers.
Thanks.
--
WenSui Liu
(http://spaces.msn.com/statcompute/blog)
Senior Decision Support Analyst
Health Policy and Clinical Effectiveness
Cincinnati Children Hospital Medical Center
2009 May 03
2
is there a way to read a specific column from a txt file
Sometimes, it is too costly to read the whole data file into R.
I am looking for solution in scan() and read.Lines() but don't they work.
Thank you so much!
--
==============================
WenSui Liu
Acquisition Risk, Chase
Blog : statcompute.spaces.live.com
Tough Times Never Last. But Tough People Do. - Robert Schuller
2005 Sep 13
3
VB and R
Dear Listers,
Is there any good paper about how to use R together with VB?
Thank you so much!
--
WenSui Liu
(http://statcompute.blogspot.com)
Senior Decision Support Analyst
Cincinnati Children Hospital Medical Center
[[alternative HTML version deleted]]
2008 Mar 02
3
emacs and R
At the suggestion of many people, I have installed emacs on my linux (Fedora 8.0) computer with the intention of using emacs as window interface to R (2.6.0). I have gone though the emacs tutorial and don't see any information about how I should use emacs to run R. Can anyone suggest a document that I might read? In the past I have used R on a Windows XP system and used the built-in windowing
2007 Mar 21
1
any way to append a table in SQL server
Dear Lister,
Is there an interface in R with SQL server that allows me to append
records to table in the DB? Might I do that using RODBC?
Thanks a lot.
--
WenSui Liu
A lousy statistician who happens to know a little programming
(http://spaces.msn.com/statcompute/blog)
2006 Apr 05
1
how to read/write tables in xml
Dear Listers,
I have 2 questions regarding xml.
1) how to read/write tables in xml?
2) compared with csv, is xml a better way to transfer data cross
systems/applications?
Thank you so much for your insight.
--
WenSui Liu
(http://statcompute.blogspot.com)
Senior Decision Support Analyst
Health Policy and Clinical Effectiveness
Cincinnati Children Hospital Medical Center
[[alternative HTML
2007 Dec 24
2
mgarch
Is there a package or function for multivariate garch model in R? I am
having a hard time in locating one. Thanks for help in advance.
-Young
[[alternative HTML version deleted]]
2007 Nov 14
2
Log random number
Dear R users,
Simply my question is that how it is possible to generate some random numbers using rnorm( ) but in log transformed values.
Thank you,
Tobias
---------------------------------
[[alternative HTML version deleted]]
2006 Dec 23
7
OT: any recommendation for scripting language
Right now, I am using SAS and S+/R. As a new year resolution, I am
planning to learn a scripting language.
from statisticians' point of view, which scripting language is worth
to learn, perl, python, or any other recommendation? (Most likely, I
will be learning it in windows.) Since I am not in research, I will
prefer one widely used in industry and related to statistical work.
if you
2006 Aug 15
3
merge 2 data frame based on more than 2 variables
Dear Lister,
I understand merge() can be used to join 2 data frames based on 1 variable.
But how about merge based on more than 2 variables?
Thank you so much!
--
WenSui Liu
(http://spaces.msn.com/statcompute/blog)
Senior Decision Support Analyst
Health Policy and Clinical Effectiveness
Cincinnati Children Hospital Medical Center
[[alternative HTML version deleted]]
2006 Aug 26
3
for() loop question
Dear Lister,
If I have a list of number, say x<-c(0.1, 0.5, 0.6...), how to use a for()
to loop through each number in x one by one?
Thank you so much!
wensui
[[alternative HTML version deleted]]
2008 Feb 01
3
Phase Shift
Is there any implementation in R for finding the phase shift between
two continuous signals. I would like to find the average phase shift
for tow signals over two years.
thanks
Stephen
--
Let's not spend our time and resources thinking about things that are
so little or so large that all they really do for us is puff us up and
make us feel like gods. We are mammals, and have not exhausted
2008 Apr 03
1
How to ask for *fixed* number of distributions under parameterized Gaussian mixture model.
Dear R users:
I am wondering how to ask for *fixed* number of distributions under
parameterized Gaussian mixture model.
I know that em() and some related functions can predict the
parameterized Gaussian mixture model. However, there seems no
parameter to decide number of distributions to be mixed (if we known
the value in advance).
That is, assume I know the (mixed)data is from 3 different
2008 Feb 25
2
union of two data frames
I have a thirty thousand row data frame imported from excel and a
60,000 row data frame imported from excel. they share a common subset
of the same data and I would like to combine the two into one data
frame merged together on the data in common. I have looked at the
help file for merge and intersect and cbind and rbind etc... And I
can't figure it out. Thanks in advance
Stephen
--
2008 Feb 08
3
Loading Data to R
This is the most basic question ever...I haven't used R in a couple years
since college so I forget and haven't been able to find what I'm looking for
in any of the manuals.
I just need to figure out how to load a dataset into the program from excel!
Thanks!
CL
[[alternative HTML version deleted]]
2008 May 07
3
Importing data
Hi everyone, please I'm having problem importing data from Stata and excel. Help me out.
Thanks
---------------------------------
[[elided Yahoo spam]]
[[alternative HTML version deleted]]
2008 Mar 02
2
Recommended Packages
Having just update to R 2.6.2 on my old Windows laptop I notice that the
number of packages is growing exponentially and my usual approach of
get-em-all may not be viable much longer. Has any thought been given to
dividing "contributed" binaries into a recommended set, perhaps a couple
of hundred, and the remained. That way one could install the recommended
ones routinely and add in
2008 Feb 25
1
Read.xport function in package foreign
Hi All,
Sorry that I didn't provide enough information.
I've been trying to import SAS xport files that contain multiple files
using package foreign's read.xport. I first attempted this back in 2005
and had problems. Some of files that were present in the SAS xport file
weren't being created in R. I submitted my problem to the community: