search for: melissa

Displaying 20 results from an estimated 67 matches for "melissa".

2012 Oct 15
0
Systemd sequencing problem in Fedora 16,17
I am running nut in Fedora 17 (previously 16). There is a bug in startup that I think I understand well enough to explain. The symptom is that upsd refuses to start at boot time, complaining: Oct 12 22:28:22 melissa upsdrvctl[868]: Network UPS Tools - UPS driver controller 2.6.5 Oct 12 22:28:22 melissa bestfortress[937]: Startup successful Oct 12 22:28:22 melissa upsd[938]: fopen /var/run/nut/upsd.pid: No such file or directory Oct 12 22:28:22 melissa upsd[938]: not listening on 2001:470:8:809::1005 port 34...
2013 Apr 27
3
path reference problems in R 3.0.0
Hi- I just upgraded R to 3.0.0 from 2.15.1 (which worked fine). When I started trying to install updated versions of the libraries, I saw the following error: > install.packages("lme4") Installing package into 'c:/Docume~1/melissa/R/win-library/3.0' (as 'lib' is unspecified) Warning in install.packages : path[1]="c:/Docume~1/melissa/R/win-library/3.0": Access is denied trying URL 'http://cran.case.edu/bin/windows/contrib/3.0/lme4_0.999999-2.zip' Content type 'application/zip' leng...
2006 Feb 28
3
Agile Web Development Example Application Question
...lt;= now() LIMIT 1 So it is connecting to the database, but id = ''--- :all'' isn''t a meaningful id number. Thing is, I don''t really understand how or why the find() function and :all produces that . . . Any help would be greatly appreciated! Thanks in advance, Melissa
2010 Nov 29
3
Help Please!!!!!!!!!
...text file I have been using and if you have any ideas as to how I can get R to plot the data using correspondence analysis with the column and row names that would be really helpful! Or if you could pass this email to someone who may know how to help me, that would be much appreciated. Thank you, Melissa Waldman my email: melissawaldman at gmail.com -------------- next part -------------- None Light Medium Heavy SM 4 2 3 2 JM 4 3 7 4 SE 25 10 12 4 JE 18 24 33 13 S 10 6 7 2
2012 Jan 28
2
finding rows in a matrix that match a vector
...to R, I am having a hard time figuring it out. I did some research on previous posts and saw that the 'apply' function appears to do osmething like this, except I don't know what function I am supposed to input into 'apply' to use this. Thanks in advance for the help! Cheers, Melissa -- View this message in context: http://r.789695.n4.nabble.com/finding-rows-in-a-matrix-that-match-a-vector-tp4335216p4335216.html Sent from the R help mailing list archive at Nabble.com.
2007 Dec 13
3
what does cut(data, breaks=n) actually do?
...information. One of the approaches I'm exploring is the cut() function, which is what the mutualInfo function in binDist uses. When it's called in the format cut(data, breaks=n), it somehow splits the data into n distinct bins. Can anyone tell me how cut() decides where to cut? Thanks, Melissa --------------------------------------------------------------- Melissa Cline, Independent Investigator MCD Biology, UCSC [[alternative HTML version deleted]]
2009 May 13
2
converting numeric into character strings
...uot; "20" "21" "98" "99" which is not what I want as this is more than one string and is not seperated by commas, I also tried paste(b,sep=",") but I end up with the same thing. Sorry it's a bit confusing to read but any help would be great! Melissa -- View this message in context: http://www.nabble.com/converting-numeric-into-character-strings-tp23518762p23518762.html Sent from the R help mailing list archive at Nabble.com.
2013 Jul 16
2
Importing data by odbcConnectExcel in 64 bit
I have probably an old question. I have R.3.0.1 installed in 64 bit windows 7. The odbcConnectExcel in RODBC library does not work. Tried odbcConnectExcel2007 still does not work. Any ideas. Thanks Melissa<-sqlFetch(odbcConnectExcel2007("F:\\Cotton2012\\validation.xlsx"),sqtable = "Sheet3", + na.strings = "NA", as.is = TRUE) Error in sqlFetch(odbcConnectExcel2007("F:\\Cotton2012\\validation.xlsx"), : first argument is not an open RODBC...
2009 Apr 10
3
turning list into vector/dataframe
...convert this list into a dataframe so for example 1000 rows with col names Min, Max and Diff. My supervisor said I first had to turn this into a vector but I don't seem to be able to do that! Any ideas on how to turn this list into a dataframe would be really appreciated :) Thanks in advance Melissa -- View this message in context: http://www.nabble.com/turning-list-into-vector-dataframe-tp22984623p22984623.html Sent from the R help mailing list archive at Nabble.com.
2010 Sep 08
1
winbuilder warnings and errors
...eshoot it? I do have remote access to a windows machine and have installed the 32-bit binary, and all the testing code runs smoothly. Do I need to resolve these issues in order to submit my package to CRAN? I definitely want Windows binaries of my package to be available. Thanks for any advice, Melissa Melissa Hubisz Siepel Lab Department of Biological Statistics and Computational Biology Cornell University
2012 Feb 10
1
making multiple lines using qqplot
...hat this only plots the first and the third qqplot because by doing par(new=TRUE) again, it gets rid of the middle one. I don't know how to get around this and get all 3 lines on the same plot. Can anyone please help me with this syntax? Thank you very much for your time and advice! Cheers, Melissa -- View this message in context: http://r.789695.n4.nabble.com/making-multiple-lines-using-qqplot-tp4375273p4375273.html Sent from the R help mailing list archive at Nabble.com.
2003 Sep 23
2
How to extract data from Excel
Hi, I would like to know how to extract the data from Excel Spreadsheet. Thank you very much. Melissa ************************************************************ JLT Risk Solutions Ltd 6 Crutched Friars, London EC3N 2PH. Co Reg No 1536540 Tel: (44) (0)20 7528 4000 Fax: (44) (0)20 7528 4500 http://www.jltgroup.com Lloyd's Broker. Regulated by the General Insurance Standards Council -------...
2006 Jul 19
1
fracdiff
Hi, I'm using the function fracdiff and can not figure out how to get the estimated values for sigma2 or confidence intervals for the parameter estimates. Does anyone know how to obtain these values? Thanks, Melissa
2010 Apr 19
1
transient memory allocation and external pointers
...behavior on any platform? It would certainly be useful for me. ie, Can I create an external pointer to something created with R_alloc, and trust that it will not be free'd until the external pointer object is removed? And if so, should the manual be edited to describe this behavior? Thanks, Melissa Hubisz
2012 May 16
2
trouble with ifelse statement
...lt;- ifelse(sample>1 && sample<5, raw.saliva.data$cortisol[index], NA) ************* and I get this error: Error in sample > 1 : comparison (6) is possible only for atomic and list types I can't figure out how to fix this problem. Any advice is appreciated. Thank you. -- *Melissa* [[alternative HTML version deleted]]
2011 Dec 26
2
Zero-inflated Negative Binomial Error
...it doesn't seem like there are an outrageous number of 0's when it crashes). Also, I tried running the problematic size.boot and seeds.boot vectors with just a negative binomial model (glm.nb), and I get the same error. Can anyone provide some insight into what is going on? Thanks! Best, Melissa -- Ph.D. Candidate Department of Biology University of Virginia P.O. Box 400328 Charlottesville, VA 22904-4328 [[alternative HTML version deleted]]
2009 Apr 07
6
Sequences
Hi, I am trying to make a sequence and am using a for loop for this. I want to start off with an initial value ie S[0]=0 then use the loop to create other values. This is what I have so far but I just keep getting error messages. #To calculate the culmulative sums: s<-rep(0,207) #as this is the length of the vector I know I will have s<-as.vector(s)
2020 Nov 09
1
[PATCH 2/2] drm/mediatek: Use struct dma_buf_map in GEM vmap ops
...: Sandy Huang <hjc at rock-chips.com> Cc: "Heiko St?bner" <heiko at sntech.de> Cc: Hans de Goede <hdegoede at redhat.com> Cc: Sean Paul <sean at poorly.run> Cc: Eric Anholt <eric at anholt.net> Cc: Rodrigo Siqueira <rodrigosiqueiramelo at gmail.com> Cc: Melissa Wen <melissa.srw at gmail.com> Cc: Haneen Mohammed <hamohammed.sa at gmail.com> Cc: Oleksandr Andrushchenko <oleksandr_andrushchenko at epam.com> Cc: Sumit Semwal <sumit.semwal at linaro.org> Cc: Emil Velikov <emil.velikov at collabora.com> Cc: Marek Szyprowski <m.s...
2003 Sep 23
2
Plotting of the lm
Hi, I would like to enquire if by typing plot (lm(y~x)) would this show me the plot of the fitted line? I tried this function previously but I was only able to get the last 4 plots starting with Residuals vs fitted. Thank You. Melissa ************************************************************ JLT Risk Solutions Ltd 6 Crutched Friars, London EC3N 2PH. Co Reg No 1536540 Tel: (44) (0)20 7528 4000 Fax: (44) (0)20 7528 4500 http://www.jltgroup.com Lloyd's Broker. Regulated by the General Insurance Standards Council -------...
2012 Feb 23
0
Research Associate at University of Cambridge
...particulars are available at: http://www.vet.cam.ac.uk/news/ Applicants should supply the following documents: A letter of application stating areas of interest A full Curriculum Vitae, with the names and contact details of three referees A completed application form CHRIS/6 available from the Melissa Large on 01223 337055 or from http://www.vet.cam.ac.uk/news/ Applications should be sent for the attention of Miss Melissa Large, Department of Veterinary Medicine, Madingley Road, Cambridge CB3 0ES. Applications can be made via email to vetmed at hermes.cam.ac.uk with the above documents as w...