search for: joann

Displaying 20 results from an estimated 36 matches for "joann".

Did you mean: joan
2004 Aug 18
3
downloading the R program
I am trying to download the R program, but am having trouble. I have read through the instructions, but do not seem to be able to do it properly. Can you tell me the step-by-step instructions? Joanne L. Butler, Post-doctoral Fellow Equity and Technology Research Project c/o Department of Sociology Acadia University Wolfville, N.S. B4P 2R6 phone (902) 585-1535 fax (902) 585-1769 [[alternative HTML version deleted]]
2004 Apr 20
3
Fatal Error: Invalid HOMEDRIVE (PR#6802)
Full_Name: Joann Williamson Version: 1.9.0 OS: Windows XP Submission from: (NULL) (129.252.198.28) I installed R project 1.9.0 on Windows XP. The installation went well. Then, I rebooted. Next, I clicked the icon under Programs in the Start menu and received this error, "Fatal Error: Invalid HOMEDRIVE&quot...
2011 Aug 26
3
elegant way to check if 2 values are in 3 columns?
...;& (vaslinks4$proc1 %in% c(56.36,59.81) || vaslinks4$proc2 %in% c(56.36,59.81) || vaslinks4$proc3 %in% c(56.36,59.81))] <- 1 But I'm sure there is a more elegant solution for this, in which I would not have to call all three columns separately. Anyone? Yours Joanne Solution in SPSS: COMPUTE treat=0. FORMATS treat (F1). DO REPEAT proc=proc1 to proc3. DO IF (yearsep LT 1988). IF (proc EQ 56.36 OR proc EQ 59.81) treat = 1. END IF. END REPEAT. Solution in SAS: do i = 1 to 3 until (treat > 0); if yearsep < 1988 then do; if procs{i} in (56.36, 59.81) t...
2008 Sep 13
3
R rpm for Mandriva 2008.1 ?
...Mandriva 2008.1? I found a couple of dodgy ones that wouldn't install so far (rpmfind.net). (Sorry that seems so far the only Linux distribution that recognizes my hardware on my new laptop correctly. I'm more familiar to Fedora and Suse so perhaps I'm just doing something wrong?) Joanne
2011 Dec 21
2
Using wdTable() within R2wd package‏
...ould look like as: Time demand 1 1 8.3 2 2 10.3 However, if I use wdTable(bod), the output looks like Time demand 1 1 8.3 2 2 10.3 Time demand 1 1 8.3 2 2 10.3 It means that the first cell of the table contains all values in the dataframe. Can anybody help me to solve this problem? Thanks, Joann -- View this message in context: http://r.789695.n4.nabble.com/Using-wdTable-within-R2wd-package-tp4222258p4222258.html Sent from the R help mailing list archive at Nabble.com.
2011 Nov 24
3
The contrast and Design libraries
...stat+status+ infstat:status, data=dat) library(contrast) contrast(mod3, a = list(status = levels(dat$status), infstat="control", exptime=8230), b = list(status = levels(dat$status), infstat="infected",exptime=8230)) any help gratefully received, Jo Dr Joanne Lello Cardiff University School of Biosciences Organism and Environment Group Biomedical Sciences Building Museum Avenue Cardiff CF10 3AX Tel: 02920 875885 E-mail: lelloj@cardiff.ac.uk [[alternative HTML version deleted]]
2011 Jul 11
36
has_many and belongs_to association
Hi , I want to test the one below but I got the problem belongs_to :name, :class_name => "Phrase", :foreign_key => "name" in my test context "test"do should have_many :phrases end in language.rb belongs_to :name, :class_name => "Phrase", :foreign_key => "name" error is 1) Failure: test: check has_many and belongs_to
2011 Jun 15
11
Problems with " wrong number of arguments (2 for 1) (ArgumentError) " and rails server
Hi, I''m trying initialize my local rails server but I haven''t can, because when I write "rails server", show me this message: => Booting WEBrick => Rails 3.0.3 application starting in development on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server Exiting /home/distriker/Documentos/public_html/auth/mysql2/ruby/1.8/gems/
2009 Jun 25
2
random sampling or random replacement
...mmand for this. I think it might be better to do it in 2 steps and randomly replace the sampled data with missing data... So something like this x <- sample(10000:20000, 100) #without replacement Now I want x to contain to 20% missing data (NA). Could anyone help me how to do this? Thanks Joanne -- ======================================== Joanne Demmler Ph.D. Research Assistant School of Medicine Swansea University Singleton Park Swansea SA2 8PP UK tel: +44 (0)1792 295674 fax: +44 (0)1792 513430 email: j.demmler at swansea.ac.uk DECIPHer: www.decipher.uk.net
2011 Jul 05
7
error of "rake test" command
Hi, I have an error when i use rake test, plz help akyen@ubuntu:~/Desktop/p$ rake test WARNING: Global access to Rake DSL methods is deprecated. Please include ... Rake::DSL into classes and modules which use the Rake DSL methods. WARNING: DSL method Pictographs::Application#task called at /usr/local/ lib/ruby/gems/1.9.1/gems/railties-3.0.7/lib/rails/application.rb: 215:in
2010 Oct 04
1
Fixed variance structure for lme
...#39;values have variance a, certain ones have variance b, and so on. I assume that the formula argument in my case is written ~1|x which tells the function that the variance is fixed and depends on the x-values. Any ideas for how to specify different fixed variances for certain x-values? Thanks Joanne Ellis -- View this message in context: http://r.789695.n4.nabble.com/Fixed-variance-structure-for-lme-tp2955239p2955239.html Sent from the R help mailing list archive at Nabble.com.
2010 Sep 22
1
Changing group membership doesn't grant access when expected
...have the .pst files hosted on the samba server. What I was hoping for was that we could just add users to the OS group and samba would seamlessly pickup/acknowledge the change and allow the new user access. i.e. we add a new user say "john" to mgmt_files membership: kristie,mike,joann,simonel and thus mgmt_files membership becomes: kristie,mike,joann,simonel,john However, John has to log off and back on again to be able to update files in the "mgnt" share. I am hoping someone could point/lead me in the right direction with this or at least let me know whether...
2007 Aug 01
1
constrOptim
...test. I'm confident that I didn't select the argmin with thetatest. I would really appreciate any input you have on this code -- I've been staring at it for a while and feel like I'm just banging my head into the wall now. Thank you very much for your time and help!!! Best regards, Joanne
2010 Apr 02
1
roccomp
Does anyone know of a way to compare to ROC curves in R using the same method used by roccomp in Stata? -- View this message in context: http://n4.nabble.com/roccomp-tp1748818p1748818.html Sent from the R help mailing list archive at Nabble.com.
2008 Sep 12
1
sink file type and Latex (Lyx)
...e sink is outputting to? I've been reverting output from R using sink and wanted to add it to my Appendix in LaTex (Lyx) using "Verbatiminput". However, I get an error message as LaTex is expecting an ASCII file. Can I set sink somehow to ASCII or is there another option? Thanks Joanne
2011 Jun 30
8
Error of DEPRECATION WARNING
Hi, I Have a strange error when i type the command "rake db:migrate " Can you help to solve this error or give me some advices the error is: DEPRECATION WARNING: Rake tasks in /home/joanne/Desktop/picto/vendor/ plugins/prawnto/tasks/prawnto_tasks.rake are deprecated. Use lib/tasks instead. (called from <top (required)> at /home/joanne/Desktop/picto/ Rakefile:7) thanks for help -- You received this message because you are subscribed to the Google Groups "Ruby on Rails:...
2009 Dec 01
0
Amendment to previous post a minute ago, please amend before posting if possible
Sorry, I just posted the email below but realised I did not give a name or details, would it be possible to adjust before posting and send what is below, sorry again, first time user... From: Joanne Lenehan [mailto:jlenehan@une.edu.au] Sent: Tuesday, 1 December 2009 3:51 PM To: 'r-help@r-project.org' Subject: GLM Repeated measures test of assumptions: e.g. test for sphericity e.g. Bartletts and Levenes homogenous variances Hello and thanks in advance I am running a glm in R the...
2008 Oct 03
3
several postscript problems
...o teach LaTeX (Lyx) somehow to use Acrobat too? 2. I'm also using a legend that includes some dots (pch=1, pch=19), which pdf obviously doesn't understand and plots little q symbols instead (postscript will understand these symbols). Do I have to load a certain font to get it to work? Joanne > sessionInfo() R version 2.7.1 (2008-06-23) i386-redhat-linux-gnu locale: LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONETARY=C;LC_MESSAGES=en_US.UTF-8;LC_PAPER=en_US.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US.UTF-8;LC_IDENTIFICATI...
2004 Apr 20
10
Error with 1.9.0 - Invalid HOMEDRIVE
...is error, "Fatal Error: Invalid HOMEDRIVE". I clicked OK to the error message. The program does not start. I went to a DOS prompt and did "echo %HOMEDRIVE%" and it returned "C:". This letter is a valid drive letter. Can you tell me how to fix this? Thanks you, Joann Williamson Network Administrator University of South Carolina Aiken 471 University Parkway Aiken, SC 29801 803-641-3473 [[alternative HTML version deleted]]
2012 Nov 21
4
Remove Column from matrix
Hi,, Can I get help with this. I need to remove a column form the matrix if that specific column has his all entry zero, here the code I wrote but it is not working can you help me please namVar <-