Displaying 6 results from an estimated 6 matches for "monnie".
Did you mean:
minnie
2001 Oct 02
1
Installing R-1.3.1 again
...I chose not to include them.
By the way, one of my colleagues completed a successful installation of R on
another machine in the department last night. This machine also runs Solaris
7. He was helping me with this installation, but became just as stuck as I
was.
Thank you again for your help,
Monnie McGee
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request a...
2001 Oct 01
1
No subject
...n the INSTALL file exactly, but R refuses to
create the file R.bin. I also had someone else, who is better with UNIX
than I am, try the installation. It didn't create the R.bin file for him,
either. As a result, I cannot run R, even after going through the
installation process.
Help!
Regards,
Monnie McGee
Monnie McGee, Ph.D.
Assistant Professor
Hunter College
Department of Mathematics and Statistics
695 Park Avenue
New York, NY 10021
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send...
2005 Jun 30
0
R-Aqua can't open history file
...tation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for a HTML browser interface to help.
Type 'q()' to quit R.
[Previously saved workspace restored]
>
Thanks for your help.
Monnie
Monnie McGee, Ph.D.
Assistant Professor
Department of Statistical Science
Southern Methodist University
Ph: 214-768-2462
Fax: 214-768-4035
2001 Aug 30
1
MCMC coding problem
...et the following error message:
> error in rep(data,t1): invalid number of copies in "rep".
This happens no matter what values that I give the parameters when I call
the function.
Any suggestions on clearing this up would be appreciated! The function is
printed below.
Many Thanks,
Monnie McGee
mcmcmd <- function(d, w, mean, phi2, varwt, ntimes)
{
# A function to run a multi dimensional MCMC for a bivariate
# normal distribution
# d = dimension of problem
# w = weight assigned to larger of two modes in target distribution
# mu = mean of second mode
# phi2 = multiplier of varia...
2010 Jan 12
8
tips on how to write a controller test for models associated with currently logged in user
I have a controller test here:
http://gist.github.com/275616, which works fine when account is an
independent model, however I want:
an account to be a property of user, ( and created and associated when
a user is)
when the user goes to /account/edit it should on edit the account of
the logged in user -
I can make rails do this, but I''m utterly baffled how I should alter
this test to
2010 Jan 23
0
Problems with :onchange for radio_button_tag
Greetings,
I''ve been hitting my head to the wall over this for quite a while now
and don''t seem to be able to wrap my forementioned head around it.
Basically I have a list of users in a selection box and I have two radio
buttons: Sort by first name and sort by last name. This is what I have
in my view:
<%= radio_button_tag ''sort_by_last_name'',