Displaying 20 results from an estimated 10000 matches similar to: "manipulating a matrix"
2010 May 12
4
difference along a vector
I was looking for a function which would take the difference along a vector?
>a<-c(1,12,23,44,15,28,7,8,9,10)
if I set the number difference to 3 would return
43
2
5
-37
-7
-19
3
or do I need to write my own function for this.
--
View this message in context: http://r.789695.n4.nabble.com/difference-along-a-vector-tp2196594p2196594.html
Sent from the R help mailing list archive at
2003 Oct 30
1
Using racoon-negotiated IPSec with ipfw and natd
[ -netters, please Cc me or security@ with replies. ]
I'm running into trouble integrating dynamic racoon-based IPSec into a network
with ipfw and natd. I need to be able to allow VPN access from any address
from authenticated clients. I've got the dynamic VPN working, with racoon
negotiating SAs and installing SPs, but the problem is that I can't tell
whether an incoming packet on
2009 Dec 16
2
Problem with Snow Leopard and Samba
We have a user who purchased a Mac Book Pro with OSX 10.6.2.
Everyday he has a problem with one or another Samba Server. One day it's
FileShare1 , the next day it's ProductionData Server.
I use Windows and Linux and neither has a problem connecting to these
servers. He has XP in VMWare Fusion and that works fine. But about every
other day he comes and says some server won't allow
2008 Oct 07
1
Another getent problem
I have set up a system to be a member server and installed the samba
rpms. I then copied over the samba config file and changed it to
reflect the new shares and name change. I ran 'net rpc join -
UAdministrator%'secret' and I was able to join the domain.
Started up smb and then winbind
wbinfo -u
and I can see the users in the domain
getent passwd
shows nothing but the users in
2010 Aug 03
1
ldap ssl = off ??
*
*
ldap ssl = off
In the how to for setting up samba-ldap
http://www.howtoforge.com/centos-5.x-samba-domain-controller-with-ldap-backend-p2
*
*
the author writes that you need
ldap ssl = off*
*for samba 3.x
am I interpreting this incorrectly?
I interpreted 'ldap ssl = off' as being that the communication from the
samba server to ldap server was not encrypted or not using tls and has
2006 Sep 29
2
GLM information matrix
Is there a function that provides the Fisher information matrix for a
generalized linear model? I do not see how to access the off-diagonal
matrix elements of the value returned by glm. (I'm particularly
interested in logistic regression.)
If not, what is a good way to use R to compute Hessians or other partial
derivatives of log likelihoods?
I would appreciate any guidance.
David
2002 Jun 26
22
FW: samba woes
All,
I have been working on a component that is included with samba called SMBSH. The binary allows you to automount your NT shares by accessing your profile . I have been working on this for the last
few days and have been unsuccesful at getting it work. Now I am not much of a programmer, but I did my best to try and troubleshoot this. However it just does not want to work in Linux. I
2014 Oct 09
2
dumping using tftp
Hello,
I'm not quite sure I understand how do you use HDT for dumping over tftp server.
The wiki on dumping does not offer much details on how to set this up.
>From my understanding is you need to run pxelinux somewhere but being that HDT is a bootable cd ISO,
I don't see how I can get HDT up from a TFTP server without the need to install something on that TFTP server.
Is there a more
2006 Jul 19
7
Sync hardware clock
Does any know of a way to sync the hardware clock without a reboot?
Graham Johnston
Senior Network Analyst
Westman Communications Group
204.725.4300 ext 382
johnstong at westmancom.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20060719/70ef23ce/attachment-0002.html>
2014 Oct 10
1
dumping using tftp
Hi
Yeah I ended up figuring it out
My usage for the tool will be to gather hardware specs of new servers that we receive and servers we have in storage
I will then see if I can script something to phrase the dumps to update our inventory tool.
Our main issue is that gathering information manually by opening the server and having to locate each parts is time consuming and being humans we are
2007 Apr 01
8
No stacktrace on errors (edge rails)
Hi,
I must be missing something or have something misconfigured, but I
get no stack-trace when there is an error in the code behind a view.
If the view doesn''t compile, then I see an error & stacktrace, but
all other errors I get a "lost network connection" from the browser,
and nothing at all in the server output or development.log.
It''s been that way with
2009 Nov 10
3
creating multiple plots using a splitting factor
Hello,
I am new to R. I often collect data at multiple sites and need to
create separate graphs (such as scatterplots or histograms) of specific
variables for each site. I have tried to do this by splitting the data
frame and then using lapply, but it seems that the graphing commands
cannot be called as functions. Here is a sample of my data, called
"seeddist2":
site
2003 May 09
1
manipulating elements of a matrix
Dear R users:
I have the following matrix.
0 1 1
0 1 0
2 1 0
3 0 0
I would like to spread the matrix such that whenever the row sum is greater
than 1 the row is repeated the number of times given by the row sum.
Furthermore I would like to split the following cases:
0 1 1
such that it map to the following matrix
0 1 0
0 0 1
such that each row adds up to 1.
I have no problems with cases
2006 Dec 21
7
rspec_autotest no longer re-runs tests with rspec 0.7.5
Has anyone else encountered this problem?
What I mean is, rspec_autotest runs all specs, then waits. When you
change a spec, it reruns that spec. However, if that spec now passes,
it should run the whole suite again, so you can see the next one to
work on. It no longer does this. This renders it somewhat useless.
Does anyone have autotest working with rspec 0.7.5, or does anyone
have any
2006 Nov 30
3
model stubs with view/controller specs: error_messages_for??
How would I set up a model stub so that <%= error_messages_for
''some_model'' %> doesn''t complain?
I started going down this road: @some_model.stub!
(:errors).and_return(ActiveRecord::Errors.new)
but it seems like a long, hopefully uneccessary road.
Cheers,
Michael
2009 Nov 19
12
Templates and loops..
How come this doesnt work? I write this in a normal ruby script it
works just fine.
<% for cpu in (0..processorcount) %>
I want to loop through the number of processor so a specific action
can be taken to generate content for a file. I get an error on the
master of:
bad value for range at /etc/puppet"
-Chris
--
You received this message because you are subscribed to the Google
2010 Dec 15
3
Help with RGL package problem
Hello,
I have been experiencing an odd error with the RGL package that I cannot
figure out. I have searched without luck for fixes to this problem on
Rseek, Google, and the R-help-list.
RGL used to work on my machine about a month ago. It was a very useful
tool. The graphics device will not initialize now, and I cannot figure out
why.
When I try to load the package using ...
>
2010 Oct 04
6
Facter ignores interfaces with non eth names
Does facter support NICs that are not named ethX? I happen to use custom
names on my systems. Just a quick look at the code I don''t see why it
wouldn''t but the behavior I am seeing is very different.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To
2010 Apr 20
1
Manipulating audio in asterisk
Hi All,
Is there an option in asterisk to manipulate the audio in a call?
I would like to, for example change the voice of one caller but
without manipulating the audio that comes from another caller.
I have read about something called JACK but i don't know if i can use it for
this (or how to use it).
I am playing with audiohooks now, but I don't think I can change only my
voice - whole
2007 May 22
1
Manipulating the sizes of multiple screens
Hi,
I used split.screen command to creaye 5 screens,
4 screens contain a plot each, the fifth screen is
designated to a legend. I am having difficulties
setting the dimensions of the screens in a way that
would allow me to have the screen dedicated to the
legend smaller. I end up with a very awkward aspect at
the end: 4 small plots with a big space for the
legend. The gend needs to be at