search for: queensu

Displaying 20 results from an estimated 39 matches for "queensu".

Did you mean: queens
2010 Dec 04
1
testing and ploting t-distribution
...the form of t-distribution and trying to plot the residuals and the t-distribution to compare in the graph.  Cheers, Bill  ----- Original Message ----- From: r-help-request@r-project.org Date: Wednesday, December 1, 2010 1:29 am Subject: confirm 1f8ffd55c611e2b0ed4ed4d2b79a8d9b30182a95 To: 5qy@queensu.ca > Mailing list subscription confirmation notice for mailing list R-help > > We have received a request from 129.132.148.130 for subscription of > your email address, "5qy@queensu.ca", to the r-help@r-project.org > mailing list.  To confirm that you want to be added to...
2001 Sep 10
1
Multiresponse parameter estimation
...s a set of ODEs. I am specifically interested in obtaining the parameter covariance matrix, as well. Which package(s) in R would I use to do such a thing? Mark Schaffer Dept. of Chemical Engineering Queen's University Kingston, ON Tel: 613-533-6758 Fax: 613-533-6637 Email: schaffer at chee.queensu.ca http://chemeng.chee.queensu.ca/~schaffer/ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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", n...
2009 May 19
2
problem with installing a local zip file : GFCURE
Dear all, I am trying to install a package called "GFCURE" from a local zip file. This package fits a cure survival model and has been downloaded from: http://post.queensu.ca/~pengp/software.html The problem is that when I try to install this package from a local zip file using R, I've got the following error message: Error in gzfile(file, "r") : cannot open the connection In addition: Warning message: In gzfile(file, "r") : cannot...
2007 Feb 12
2
help with tryCatch
Could smb please help with try-catch encapsulating a function for downloading. Let's say I have a character vector of symbols and want to download each one and surround by try and catch to be safe # get.hist.quote() is in library(tseries), but the question does not depend on it, I could be sourcing local files instead ans=null;error=null; for ( sym in sym.vec){
2010 Oct 10
1
Create single vector after looping through multiple data frames with GREP
...rep appears to do the trick in terms of selecting rows. Can any one suggest a solution? Yours truly, Simon Kiss #This is the reproducible code to set-up all the data frames require("XML") library(XML) #This gets the data from the web and lists them mylist <- paste ("http://www.queensu.ca/cora/_trends/mip_", c(1987:2001,2003:2006), ".htm", sep="") alltables <- lapply(mylist, readHTMLTable) #convert to dataframes r<-lapply(alltables, function(x) {as.data.frame(x)} ) #This is just some house-cleaning; structuring all the tables so they are uniform...
2010 Oct 06
2
Converting scraped data
Dear Colleagues, I used this code to scrape data from the URL conatined within. This code should be reproducible. require("XML") library(XML) theurl <- "http://www.queensu.ca/cora/_trends/mip_2006.htm" tables <- readHTMLTable(theurl) n.rows <- unlist(lapply(tables, function(t) dim(t)[1])) class(tables) test<-data.frame(tables, stringsAsFactors=FALSE) test[16,c(2:5)] as.numeric(test[16,c(2:5)]) quartz() plot(c(1:4), test[15, c(2:5)]) calling the values...
2018 Jun 07
5
sys_setgroups failed on Solaris 11
...elp? # # smb.conf #======================= Global Settings ===================================== [global] security = ADS workgroup = MYDOMAIN-AD server string = Samba Server on LEX server role = standalone server log file = /var/samba/log/log.%m max log size = 50 realm = MYDOMAIN-AD.CTG.QUEENSU.CA passdb backend = tdbsam interfaces = 10.1.21.220/16 bind interfaces only = yes wins support = no idmap config * : backend = tdb idmap config * : range = 3000-7999 idmap config MYDOMAIN-AD : backend = nss idmap config MYDOMAIn-AD : range = 100000-999999 # # # some output from: smbd...
2011 Mar 30
1
sampling design runs with no errors but returns empty data set
Dear colleagues, I'm working with the 2008 Canada Election Studies (http://www.queensu.ca/cora/_files/_CES/CES2008.sav.zip), trying to construct a weighted national sample using the survey package. Three weights are included in the national survey (a household weight, a provincial weight and a national weight which is a product of the first two). In the following code I removed vari...
2018 Jun 07
2
sys_setgroups failed on Solaris 11
...=============================== [global] > > security = ADS > > workgroup = MYDOMAIN-AD > > server string = Samba Server on LEX > > server role = standalone server > > log file = /var/samba/log/log.%m > > max log size = 50 > > realm = MYDOMAIN-AD.CTG.QUEENSU.CA > > passdb backend = tdbsam > > > > interfaces = 10.1.21.220/16 > > bind interfaces only = yes > > wins support = no > > > > idmap config * : backend = tdb > > idmap config * : range = 3000-7999 > > > > idmap config MYDOMAIN-A...
2002 Oct 26
2
Fortran
Hello everybody, Could someone please send me a very simple example using Fortran from R? Say pass a value to an executable and get the result in R. Actually it seems it may be possible to call an *.f file ?? or I am wrong again? The manual is very terse on the subject. Thank you very much Stephen Elijah -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help
2000 Mar 22
2
help system does not work (PR#499)
Full_Name: James MacKinnon Version: Version 1.0.0 OS: Debian 2.1 Submission from: (NULL) (24.141.113.138) I am a novice at R, so I am not totally sure that this is a bug, but I think it must be. When I type help.start() or ?help, Netscape starts up, as it should, but it displays my normal home page, not any help for R. The relevant documents exist in /usr/lib/R/doc/html, but Netscape does not
2015 Feb 20
0
CentOS 6.5 Openssh Pam sshd config
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello. Our products use CentOS 6.5 and we would like to deploy them with custom openssh RPMs. I have downloaded the sources from http://athena.caslab.queensu.ca/pub/OpenBSD/OpenSSH/portable and built the RPMs, but the PAM configuration file is wrong after installation. When I install the default openssh-5.3p1 RPMs from the CentOS 6.5 repository, the configuration looks like this: # cat /etc/pam.d/sshd #%PAM-1.0 auth required pam...
2015 Feb 20
1
CentOS 6.5 OpenSSH PAM config
Sorry - without the signing this time. Hello. Our products use CentOS 6.5 and we would like to deploy them with custom openssh RPMs. I have downloaded the sources from http://athena.caslab.queensu.ca/pub/OpenBSD/OpenSSH/portable and built the RPMs, but the PAM configuration file is wrong after installation. When I install the default openssh-5.3p1 RPMs from the CentOS 6.5 repository, the configuration looks like this: # cat /etc/pam.d/sshd #%PAM-1.0 auth required pam...
2008 Feb 18
2
Hazard model with long-term survivor (cure model)
Dear All, Are there R packages that can estimate survival model with long-term survivors? This is sometimes known as "cure" model or "split-population" model. Thanks. Shige [[alternative HTML version deleted]]
2001 Jan 09
1
encoder problem
...oder. I had some audio noise in a sample I encoded using oggenc. It happens at both the '128' and '160' bitrate settings. I've posted the snippet of the original wav file, as well as the noisy ogg so you can try it for yourself. You can download them both from http://engsoc.queensu.ca/lintec/ogg/ I've bzip2'd the wav file to keep download speeds a little quicker. If you're curious where the sample is from, it's track 4 on disc 2 of "The Fragile" by Nine Inch Nails. Phil --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project home...
2009 May 12
2
From two colors to 01 sequences
Dear All, Perhaps, what I am asking is impossible, but I am asking it anyway. I have got several pdf files with rows of colored rectangles: red rectangles should be read as 0; green rectangles as 1. No other color exists. Is there some way to have R reading the colored rectangles to a matrix or data frame converting the color of the rectangles to sequences of 01? Thanks in advance, Paul
2018 Jun 07
0
sys_setgroups failed on Solaris 11
...====== Global Settings ===================================== > [global] > security = ADS > workgroup = MYDOMAIN-AD > server string = Samba Server on LEX > server role = standalone server > log file = /var/samba/log/log.%m > max log size = 50 > realm = MYDOMAIN-AD.CTG.QUEENSU.CA > passdb backend = tdbsam > > interfaces = 10.1.21.220/16 > bind interfaces only = yes > wins support = no > > idmap config * : backend = tdb > idmap config * : range = 3000-7999 > > idmap config MYDOMAIN-AD : backend = nss > idmap config MYDOMAIn-AD :...
2018 Jun 07
0
sys_setgroups failed on Solaris 11
...gt; security = ADS > workgroup = MYDOMAIN-AD > server string = Samba Server on LEX > server role = standalone server It cannot be a 'standalone server' and use 'security = ADS' > log file = /var/samba/log/log.%m > max log size = 50 > realm = MYDOMAIN-AD.CTG.QUEENSU.CA > passdb backend = tdbsam > > interfaces = 10.1.21.220/16 > bind interfaces only = yes > wins support = no > > idmap config * : backend = tdb > idmap config * : range = 3000-7999 > > idmap config MYDOMAIN-AD : backend = nss > idmap config MYDOMAIn-AD :...
2009 Apr 13
1
dnbinom with a large size parameter (PR#13650)
Full_Name: Andrey Pavlov Version: 2.7.1 (2008-06-23) OS: Windows Vista Submission from: (NULL) (67.193.233.43) Dear developers, I discovered an issue with the dnbinom function while fitting a negative binomial model to my data. I was using the size and mu parameterization. When the size gets large enough, the function begins to return 1, while it should instead return the respective Poisson
2004 Sep 20
1
unable to load shared library "/home/hpc1367/runs/taper/taper.so"
I am trying to load a .so file and get the following error message: > dyn.load("taper.so",local=F) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "/home/hpc1367/runs/taper/taper.so": ld.so.1: /usr/local/lib/R/bin/R.bin: fatal: relocation error: file /home/hpc1367/runs/taper/taper.so: symbol f90_init: referenced symbol not