search for: usask

Displaying 20 results from an estimated 27 matches for "usask".

Did you mean: umask
2024 Mar 25
1
Double buffering plots on Windows
...s? I have several old examples somewhere that used to work (R < ~ 3), but now no longer work as before. Date: Mon, 25 Mar 2024 10:43:29 +1300 From: Paul Murrell <paul at stat.auckland.ac.nz<mailto:paul at stat.auckland.ac.nz>> To: "Bickis, Mikelis" <bickis at math.usask.ca<mailto:bickis at math.usask.ca>>, "r-help at r-project.org<mailto:r-help at r-project.org>" <r-help at r-project.org<mailto:r-help at r-project.org>> Subject: Re: [R] Double buffering plots on Windows Message-ID: <b74c68da-a0b2-47dd-b54f...
2009 Jun 09
2
generating new data with for loop
...object and add data to it on each interation of the for loop. My test for loops only save the data from last iteration of the loop. Am I missing something really simple? Any recommended reference on loop and control structures in R? Thanks, Gord -- Gordon J. Holtslander gordon.holtslander at usask.ca Dept. of Biology University of Saskatchewan tel 306 966-4433 fax 306 966-4461
2017 Feb 17
6
Turn on SIP debugging from DialPlan
I have some troublesome numbers that I would like to capture the SIP dialogue when I am calling them. When I am about to dial the number, is there any way to turn on SIP debugging in the dial plan before I make the call? (and turn it off after the call is completed?) -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Mar 26
0
Naive Gibbs Sampling with Metropolis Steps (pkg: gibbs.met)
...ent Gaussian proposal distribution centered at the previous state. The sampling is carried out without considering any special tricks for improving efficiency. This package is aimed at only routine applications in moderate-dimensional problems. The website for this software is http://math.usask.ca/~longhai/software/gibbs.met/release.html -- Longhai Li, PhD Assistant Professor Department of Mathematics and Statistics University of Saskatchewan Homepage: http://math.usask.ca/~longhai _______________________________________________ R-packages mailing list R-packages at r-project.org ht...
2009 Jun 10
3
Extracting Sequence Data from a Vector
Thanks in advance. I have a vector of numbers which contain sections that are sequences which increase by a value of 1 followed by a gap in the data and then another sequence occurs, etc: x<-c(1:3, 6: 7, 10:13) From the vector I need to extract 2 items of information A) the first number in the sequence (e.g., 1, 6, 10) and B) how many observations were in each sequence section (e.g., 3,
2008 Feb 24
0
Bayesian Prediction with High-order Interactions
...ull set of interaction patterns up to a specified order." The website of this package is http://fisher.utstat.toronto.edu/~longhai/software/BPHO/release.html -- Longhai Li, PhD Assistant Professor Department of Mathematics and Statistics University of Saskatchewan Homepage: http://math.usask.ca/~longhai _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2008 Feb 24
0
Bayesian Prediction with High-order Interactions
...ull set of interaction patterns up to a specified order." The website of this package is http://fisher.utstat.toronto.edu/~longhai/software/BPHO/release.html -- Longhai Li, PhD Assistant Professor Department of Mathematics and Statistics University of Saskatchewan Homepage: http://math.usask.ca/~longhai _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2001 Apr 20
0
Fudging domain support - samba 2.2.0
...---------------------------------------------------------------------------- Ian MacPhedran, Engineering Computer Centre, 2B13 Engineering Building, University of Saskatchewan, 57 Campus Drive, Saskatoon SK S7N 5A9, CANADA Phone: (306)966-4832 Fax: (306)966-5205 Email: Ian_MacPhedran@engr.USask.CA -------------- next part -------------- *** orig/samba-2.2.0/source/smbd/reply.c Thu Apr 12 22:09:39 2001 --- samba-2.2.0/source/smbd/reply.c Wed Apr 18 15:59:55 2001 *************** *** 616,623 **** if(lp_security() != SEC_DOMAIN) return False; ! if (!check_domain_match(orig_user...
2009 Jul 14
1
ordering dataframe for strata() (PR#13830)
I've been using strata(sampling) and found that if the dataframe to be sampled ("data") consists of repeated measures that are not sorted in order the run will fail on a given stratum. Ordering the dataframe prior to using strata() eliminates this problem. Thanks, Eric -- Eric Vander Wal Ph.D. Candidate University of Saskatchewan, Department of Biology, 112 Science Place,
2015 Apr 09
1
Script to Program Snom Phones
SNOM phones can be configured using files on a TFTP server. On Thu, Apr 9, 2015 at 11:14 AM, jg <webaccounts173 at jgoettgens.de> wrote: > > Does anyone know how to program Snom phones using a Mac addresses like > what is done with the Ciscos. I have about 50 extensions to be programmed > and I am hoping there is a way on Asterisk to program extensions on the > snom
2013 Jul 24
1
Perform task on error
I have a web service that uses an R script to perform the analysis. At the end of the R script, I use the system function to call an external (perl) script that sends the user an e-mail telling them that their analysis has finished running, and where they can download the results. However, if the R script crashes (say... Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings,
2006 Sep 13
1
reformat records one to several
Hi, I am a new user of R and am still trying to figure out which statements do which functions and am looking for a jump start. I have a dataset where the data were collected as ten minute counts where the number of new individuals within a species was recorded as cohorts within 3 separate time intervals within the ten minute count persiod. Each row of data therefore follows a format like
2024 Mar 22
2
Double buffering plots on Windows
Hello: I want to present a sequence of plots as an animation. As a toy example consider the code function(n){for (i in 1:n){ plot(1:100,sin(i*(1:100)),type="l") title(paste("n=",i)) segments(0,0,100,0,col=2) }} This sort-of works on a MacOS platform, but the rendering of the plots is a bit choppy. Inserting a sleep function allows the plots to evolve smoothly.
2014 Oct 31
0
asterisk-users Digest, Vol 123, Issue 38
...ntent-Type: text/plain; charset="windows-1252" > > > On Oct 29, 2014, at 2:45 PM, Ben Klang <bklang at mojolingo.com> wrote: > > > > >> On 10/28/2014 06:03 PM, Ben Langfeld wrote: > >>> On 28 October 2014 19:47, Derek Andrew <Derek.Andrew at usask.ca> wrote: > >>> What is the alternative to the dial plan? Is everyone talking about > getting rid of the statements like: > >>> exten => s,1, > >>> > >>> what is the alternative? > >>> > >>> Remote applications based...
2004 Jan 16
2
Hardware for Asterisk
At 1/16/04 7:25 AM, Andrew Kohlsmith <akohlsmith-asterisk@benshaw.com> wrote: >That's pure bullshit -- I use software RAID *specifically* because I value >my data. I don't want to buy two hardaware RAID controllers to have one >sit on the shelf just in case the first dies... and if the second dies >you're SOL because they've lasted long enough that
2012 Feb 02
9
Modelo senoidal de datos temporales de radiación y prueba de Thom
Hola a todos: Estoy intentado realizar un modelo senoidal de unos datos de radiación solar con el fin de afrontar el relleno de la serie y aplicar la prueba de Thom para verificar su homogeneidad [0]. De momento me encuentro con los siguientes problemas: 1- ¿Existe la prueba de Thom en R? ¿O debo crearme mi propia función? 2- Para la realización del modelo senoidal estoy siguiendo los pasos
2009 Jul 09
2
How to Populate List
...age 'picante' was built under R version 2.10.0 Error in library(picante) : .First.lib failed for 'picante' What could I do to run picante in mac R version? ------------------------------ Message: 133 Date: Wed, 08 Jul 2009 19:19:23 -0600 From: Eric Vander Wal <eric.vanderwal@usask.ca> Subject: [R] Sampling a dataframe based on the length of a subset of     observations within To: r-help@r-project.org Message-ID: <4A55459B.6000709@usask.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Thank you in advance for your consideration. I have a dataframe of...
2005 Aug 08
0
Difference amongst spline smoothers
Dear all, Anybody knows about the difference amongst various spline smoothers, specifically in R, 'bs' (by default a cubic spline), 'ns', smooth.spline with roughness penalty along with many other smoothers? I've consulted serveral books like 'S-plus Guide to Statistics' by Mathsoft, Ripley and Venables' Splus book and Eubank's Spline Smoothing, but I was still
2009 Jul 09
0
Sampling a dataframe based on the length of a subset of observations within
Thank you in advance for your consideration. I have a dataframe of 2000+ observations with repeated measures across approximately 300 unique individuals An event either does or does not happen (1,0) and there is a suit of independent variables associated with the event. A simplified representation follows:
2010 Jul 31
1
Feature selection via glmnet package (LASSO)
Hello, I'm trying to select features of cetain numbers(like 100 out of 1000) via LASSO, based on multinomial model, however, it seems the glmnet package provides a very sparse estimation of coefficients(most of coefficients are 0), which selects very few number of variables, like only 10, based on my easy dataset. I try to connect the choice of lambda to the selecting