Displaying 20 results from an estimated 491 matches for "allans".
Did you mean:
allan
2010 Jan 22
4
facter question
int he example 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:~
2005 Mar 04
11
R: simulation
hi all
a 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
Reminder for Mac Puppeteers going to WWDC
How about we meet 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
2004 Feb 03
3
R: plotting multiple functions
Hi all
Another simple question.
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(b...
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 default port. Failing that I guess I'll
>>
2007 Jul 24
7
Obtaining summary of frequencies of value occurrences for a variable in a multivariate dataset.
Hi all,
If the question below as been answered before I
apologize for the posting.
I would like to get the frequencies of occurrence of
all values in a given variable in a multivariate
dataset. In short for 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.
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(b...
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)
Am having a unique problem, calls received on my SPA942 seem to end after 15 seconds, but calls made from this device 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
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
I just wanted to give everyone a update. I was able to compile the smbclient.exe file successfully using Samba 3.6.25. Compiling the entire suite fails but all I was after was the client. I referenced back to an old post here https://lists.samba.org/archive/samba-technical/2007-September/055557.html that had instructions on compiling on Windows. Used it as a rough guide. Long story short:
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
Hi all
Just wondering whether one can undertake Lp norm estimation (a type of
regression analysis) in R?
i.e.
argmin 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
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