search for: yearl

Displaying 4 results from an estimated 4 matches for "yearl".

Did you mean: year
2011 Aug 19
1
Writing non-graphic (text) output to PDF
...EBT") str(debt) # ====================================================================== dev.off() # Turn off the PDF device. # ************************** End of Program **************************** Ed Ed Heaton Project Manager, Sr. SAS Developer Data and Analytic Solutions, Inc. 10318 Yearling Drive Rockville, MD 20850 Office: 301-520-7414 eheaton at dasconsultants.com www.dasconsultants.com <http://www.dasconsultants.com/> CMMI ML-2, SBA 8(a) & SDB, WBE (WBENC), MBE (VA & MD) ed at heaton.name (Re: http://www.r-project.org/posting-guide.html)
2011 Aug 12
2
Getting data from an *.RData file into a data.frame object.
...512 KB. So, it looks like the data loaded. However, debt2005 is of type character instead of data.frame. > ls() [1] "debt2005" > class(debt2005) [1] "character" > Help, please. Ed Ed Heaton Project Manager, Sr. SAS Developer Data and Analytic Solutions, Inc. 10318 Yearling Drive Rockville, MD 20850 Office: 301-520-7414 eheaton at dasconsultants.com www.dasconsultants.com <http://www.dasconsultants.com/> CMMI ML-2, SBA 8(a) & SDB, WBE (WBENC), MBE (VA & MD) ed at heaton.name (Re: http://www.r-project.org/posting-guide.html)
2010 Feb 12
1
popbio and stochastic lambda calculation
...################################ rm(list = ls()) objects() library(popbio) # Vital rate means and variances, and 'types' for the vrtypes argument in vitalsim # 'names' is not used, but indicates what the vital # rates represent: Sad = adult survival, Scub = cub survival # Syrl = yearling survival, Ssub - subadult survival # mx = number of female offspring per year names = c("Sad", "Scub", "Syrl", "Ssub", "mx") # vital rate names, not used mean = c(0.835, 0.640, 0.670, 0.765, 0.467) # vital rate means var = c(0.213, 0.252, 0.241,...
2006 Feb 07
21
Paypal and Rails
Hello everyone, I am looking for a way to pass off a simple payment to paypal using our own interface. I understand that this requires making full use of Paypal''s API since we won''t be using their shopping cart or anything. I found the article by Pranav Bihari on his site and in the Wiki on using SOAP4R and the paypal WSDL file to interface with paypal web services, but I