search for: allan

Displaying 20 results from an estimated 488 matches for "allan".

Did you mean: alan
2010 Jan 22
4
facter question
...ple below I run facter looking for the fact "sp_serial_number". as you can see, the command facter sp_serial_number returns nothing, but the fact is there and is returned when just running facter and grepping for the fact. Some fact seem to work and others do not. any ideas? marcuspro:~ allan$ facter --version 1.5.7 marcuspro:~ allan$ facter sp_serial_number marcuspro:~ allan$ facter | grep sp_serial_number sp_serial_number => H09353BY20H marcuspro:~ allan$ facter timezone MST --- Thanks, Allan Marcus 505-667-5666 -- You received this message because you are subscribed to the...
2005 Mar 04
11
R: simulation
...simple question i want to run simulations in r. i however want the experiments to be repeated at a later time with exactly the same numbers by other users. can i set the random number seed for rnorm in some way? e.g. is there some arguement that goes with rnorm? please supply an example regards Allan
2009 Jun 04
3
WWDC Puppeteer lunch
...et for lunch at noon on Tuesday. Let''s try to get the table closet to the Odwalla refrigerator, just for reference. We can get more specific on this list on the 8th after we verify the set up. I might even get there a little earlier and put down "reserved" tags. --- Thank you, Allan Marcus Solutions Architect Central Software and Development Team (CSD) Departmental Computing Services Division (DCS) Los Alamos National Laboratory 505-667-5666 allan@lanl.gov --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Goog...
2004 Feb 03
3
R: plotting multiple functions
...I would like to plot three graphs one the same plot with different colours. Say red, blue and black. Here are the functions. r1<-1+5*cos(2*pi*seq(1:100)/20)+rnorm(100) r2<-1+7*sin(2*pi*seq(1:100)/20)+rnorm(100) r3<-1+7*sin(2*pi*seq(1:100)/20)+5*cos(2*pi*seq(1:100)/20)+rnorm(100) Regards Allan
2005 Jul 29
5
R: graphics devices
a simple question how does one produce plots on two different graphics devices? / allan
2007 Mar 03
1
apply ? function doesnt create object
...object "ansblock27" not found > the code of the function: getans = function(x=qids,bnr=1,type="block") { #generate name of matrix matnam=paste("ans",type,as.character(bnr),sep="") #display result matrix show(assign(matnam,matrix(as.numeric(as.matrix(allans[(allans[, 3] %in % x), , drop = FALSE])),ncol=dim(allans)[2]))) #create result matrix assign(matnam,matrix(as.numeric(as.matrix(allans[(allans[, 3] %in% x), , drop = FALSE])),ncol=dim(allans)[2])) #print info cat("the matrix",matnam,"contains answers to",type,as.character(...
2004 Feb 10
6
R: lags
hi all how does one simulate a random walk process? i.e y(0)=0 y(t)=y(t-1)+ e(t) where e(t) is normal(0,1) say. Regards allan
2016 Jan 06
3
Stymied with samba vs openldap SSL ("Failed to issue the StartTLS instruction...")
On Wed, Jan 6, 2016 at 10:36 AM, Graham Allan <allan at physics.umn.edu> wrote: > On 01/06/2016 09:53 AM, Graham Allan wrote: > >> >> The packet dump is a good idea. I get the same failure using straight >> SSL to port 636, but wireshark might be able to decode any StartTLS >> negotiation attempt on the def...
2007 Jul 24
7
Obtaining summary of frequencies of value occurrences for a variable in a multivariate dataset.
...r each variable (or field) a summary of values contained with in a value:frequency pair, there can be many such pairs for a given variable. I would like to do the same for several such variables. I have used table() but am unable to extract the individual value and frequency values. Please advise. Allan.
2007 Mar 03
1
function doesnt return/create object
...object "ansblock27" not found > the code of the function: getans = function(x=qids,bnr=1,type="block") { #generate name of matrix matnam=paste("ans",type,as.character(bnr),sep="") #display result matrix show(assign(matnam,matrix(as.numeric(as.matrix(allans[(allans[, 3] %in % x), , drop = FALSE])),ncol=dim(allans)[2]))) #create result matrix assign(matnam,matrix(as.numeric(as.matrix(allans[(allans[, 3] %in% x), , drop = FALSE])),ncol=dim(allans)[2])) #print info cat("the matrix",matnam,"contains answers to",type,as.character(...
2004 Feb 03
4
R: lags and plots
Hi all I want to calculate certain lags of a time series and plot them simultaneously on a graph. can anyone help?
2007 Jan 11
2
calls to SPA942 disconnect after 15 seconds (chan_sip.c set_destination: can't find address)
...do not have this problem. For this device (when receiving calls) I get periodic "chan_sip.c set_destination: can't find address for host" I have set the "canreinvite=no" in the sip.conf. Does anyone have a sample entry from sip.conf for the Lynksys SPA 942 to share with me. Allan. ____________________________________________________________________________________ Yahoo! Music Unlimited Access over 1 million songs. http://music.yahoo.com/unlimited
2003 Apr 03
4
Two y-axis in plots
Hi, I am trying to plot two data sets on one plot but with using a different y-axis ranges for each - preferably with one shown on each side of the graph. Is there a function that will allow me to do this. Thanks Allan McRae [[alternate HTML version deleted]]
2016 May 23
1
Compile Samba for Windows Use - SMBClient.exe mainly
...ent that I couldn't with the older ones. I also verified the version was updated: C:\temp>smbclient -V Version 3.6.25 I'm sure no one will ever care about this knowledge or the file but it fixed my issue and now Pydio is "complete" as a cloud file sharing solution for me. -Allan -----Original Message----- From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of Allan P. Dynes Sent: Monday, May 16, 2016 8:37 PM To: Chris Weiss Cc: samba at lists.samba.org Subject: Re: [Samba] Compile Samba for Windows Use - SMBClient.exe mainly The user for the site, and convers...
2011 Feb 12
4
if xend block
Hi, All I use python, I want to know If xend is blocked, then I call virConnectOpen will it return or block? Thanks, Allan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2003 Dec 18
2
: Lp norm estimation
...rgmin S ( | y(i) - x(i)b | ^p ) where: * S is the summation over observation i= 1,2,...,n * y is a vector of n observations * x is an n by p matrix of explanatory variables * b is a p by 1 vector of beta coefficients and * p is a constant to be estimated such that p>= 1 Regards Allan [[alternative HTML version deleted]]
2005 Jul 21
3
R:plot and dots
hi all a very simple question. i have plot(x,y) but i would like to add in on the plot the observation number associated with each point. how can this be done? / allan
2005 Sep 05
3
numerical intergation
how does one numerically intergate the following: A=function(x,y) { xy } over the range: 2<x<0 4<y<10 say. ie how would one set up the integrate function? i forgot!
2004 Jul 25
4
Econometrics Packages On R
Hello, I have just started using R, maybe more like learning it. I am interested in using it for Time Series Analysis and I wanted to know if anyone was familiar with packages other than TS that might be appropriate. Allan
2004 Jan 05
4
r: lm question
Hi all this is a silly question since i should know the answer. lm(y~x) perfroms linear regression with the intercept included. How do i estimate the equation without the intercept? cheers