Displaying 20 results from an estimated 35 matches for "vrs".
Did you mean:
vr
2010 Feb 12
1
popbio and stochastic lambda calculation
...b", "mx") # vital rate names, not used
mean = c(0.835, 0.640, 0.670, 0.765, 0.467) # vital rate means
var = c(0.213, 0.252, 0.241, 0.133, 0.0405) #variances of means
var.se = c(0.106, 0.107, 0.142, 0.149, 0.09) #standard errors of means
types = c(1,1,1,1,1) #for vrtypes argument
ex.vrs = data.frame(cbind(mean, var, var.se, types))
attach(ex.vrs)
## Define the matrix
ex.mxdef= function (vrs)
{
matrix(c(0, 0, 0, 0,
vrs[5]*vrs[1],
vrs[2], 0, 0,
0, 0,
0,...
1999 Dec 13
1
file-permition samba vrs novell !
hi there !
I want to change a novell-netware server to a samba server, and
there i have a big problem with the file-permitions !
we use a big database-system. the clients searches for the
programs and for the data's on the same drive, so i must have one
share with different rights (rwx ... for data and rx for programs)
the directory structure is the following:
vol1\
\flex31d
1999 Dec 13
0
FW: RE: RE: file-permition samba vrs novell !
Hi Tom,
Same problem, different flavor - now you make the directory Executable by
ppsuser (you can cd thru it) but once you are there, you cannot SEE the files
in the directory (took away read access on the directory from the ppsuser
group...). Problem is that Samba does different things depending on whether it
is checking for the existence of a file or trying to open a file. Bottom line
is
2010 Apr 27
0
smbldap-tools vrs. Ldapsam:Editposix
Hi,
recently I got my ldap server up an running and now I'd like to start to
use it with our 600-user-300-windows-pc samba server.
(Centos 5.4, samba-3.0.33-3.28, openldap-2.3.43, smbldap-tools-0.9.5-)
So I started to read the samba how to, some books, a lot of postings and
finaly tried first the smbldap-tools from idealx.
After that I tried the Ldapsam:Editposix as this is the build in
2005 Aug 16
1
preferences in used Compaq Proliant DL380 G1 vrs DL380 G2 etc
greetings,
for those of you in the know, may i have some assistance in helping to make
better decisions in purchasing more used server toys to install CentOS on
please? :-)
in the Compaq Proliant Rackmount DL380 line, the one that looks like the
older 1850R is called a G1 meaning Generation 1 right?
and then the DL380 G2 is a redesign that is gray and just has 6 drive bays
up front correct?
2016 Mar 15
8
overview zlib efficiency?
Hi,
may be someone has already done that: Do you have a script(?) tool which
shows the efficiency of the mail compression if zlib is used?
Something that shows the uncompressed size vrs. the compressed.
Thanks for hints! /G?tz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5571 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://dovecot.org/pipermail/dovecot/attachments/20160315/3e6560...
1998 Oct 14
1
Re: R vrs S
Hi, I am relatively new to R programming. I have Guido's version on a
Win95 Pentium with 32 Mb RAM.
I tried to compile the Package MIXREG of Rolf Turner in S to R
almost everything works OK but he has a function po = partial outer
product as follows:
po <- function(a,b) {
array(apply(b,2,"*",a),dim=c(dim(a),dim(b)[2]))) }
in S-Plus given
x = ( 1 1
1 2
1 3
1 4
2004 Oct 29
1
as.list.matrix
...stop("Argument must be a matrix")
n <- NCOL(mat)
res <- vector(mode="list", length=n)
for (i in seq(along=res))
res[[i]] <- mat[,i]
res
}
but still think there must be some in-built function doing this!
By the way, my use is
with(VRS,do.call("scatter.smooth",
c(my.as.list.matrix(na.omit(cbind(Tmed,
resid(VRS.mod1,type="response")))),
xlab="", ylab="")))
there shoud be an easier way for such a daily task?
Kjetil
--
Kjetil Halvorsen.
Peace is the most effective weapon of...
2008 Jul 08
3
apt vrs yum ?
I was checking out Dag's ( not dagw ;-> ) new blog...
I don't know how much, if at all, this has been debated...
http://dag.wieers.com/blog/using-apt-in-an-rpm-world
if he is so adamant about apt over yum, why are we using yum still?
Laziness? ;-) ...or are we just tasty food centric?
Yum yum yum !!!
- rh
2010 Oct 11
1
MATLAB vrs. R
I need to find the area under a trapezoid for a research-related project. I was able to find the area under the trapezoid in MATLAB using the code:
function [int] = myquadrature(f,a,b)
% user-defined quadrature function
% integrate data f from x=a to x=b assuming f is equally spaced over the interval
% use type
% determine number of data points
npts = prod(size(f));
nint = npts -1; %number of
2007 May 04
4
centos 5 smp kerne vrs centos 4 smp kernel ???l
On a Compaq DL360 G1 w/ dual PIII 1.27's I installed Centos 5 minimal and
then a yum update
When I do a "uname -a" I get this
Linux tstsrvr.abbacomm.net 2.6.18-8.1.3.el5 #1 SMP Mon Apr 30 19:55:44 EDT
2007 i686 i686 i386 GNU/Linux
When I do a rpm -qa | grep kern* I get this
kernel-devel-2.6.18-8.1.3.el5
kernel-2.6.18-8.1.3.el5
kernel-headers-2.6.18-8.1.3.el5
It is interesting
2007 Oct 10
1
Deleting for() loop in function
...uch as mapply().
Can anybody help to rewrite the dea() function as efficiently as
possible?
The code is as follows:
------------------------------------------------------------------------
-------------------
dea <- function(dta, noutput = 1, rts = 1) {
#rts = 1: CRS
#rts = 2: VRS
# lpSolve library call
require(lpSolve)
# set number of outputs
s <- noutput
# set number of inputs
m <- dim(dta)[2] - s
# set number of observations
n <- dim(dta)[1]
# make output matrix
Y <- as.matrix(dta[,1:s])
# make inpu...
2009 Jan 28
4
difference in x86 64 bit centos between 4.x and 5.x versions
...e x86 64 bit centos versions.
ive always used the 32 bit version on industrial type HP hardware
for those of you that are running x86 64 bit centos, other than specific
hardware issues, are you finding that 5.x centos is better than 4.x centos
for x86 64 bit processing?
does it matter in the amd vrs intel hardware differences what you choose to
use for centos version?
other things to make note of?
if i need to be more specific in the general-ness of the approach, please
let me know.
thanks in advance for feedback.
- rh
2006 Nov 08
1
noarch concerns? dangers?
Please share some wisdom from the list... :-)
Realistically there is some type of difference between an rpm made for an
arch (like i386 or x86_64 etc) vrs an rpm with noarch
I was just looking at and downloaded these two from dag
perl-Archive-Tar-1.30-1.el4.rf.noarch.rpm
perl-IO-Zlib-1.04-1.2.el4.rf.noarch.rpm
they are the latest and are not assigned to an architecture
there are older rpms of the same that are assigned an arch like i386
what con...
2005 Jun 29
1
with CentOS 4, and certain RAM, what specific kernel then?
greetings
how about some more of that practical CentOS stuff like amount of RAM vrs
specific kernel info...
im sure it is in a doc somewhere yet can someone enlighten...
in all cases running latest" CentOS 4.... and since we all know when we have
more than one processor, it is easy to choose SMP or not... and most of us
can tell if we are i386, i586, i686, AMD whatever, Opt...
2001 Nov 17
1
[PATCH] Re: Kerberos support for portable
> FWIW, here are further patches which allow openssh-3.0p1 to work
> with paleo-MIT Kerberos5 1.0.6, more or less (more with tickets
> and less with the auth_krb5_password {get,verify}_init_creds stuff).
Thanks for these. Unfortunately, your vrs patches seem to be based on
an earlier version of my patch than the one you're bundling. In particular,
your patch adds back in the incorrect replay cache code (it uses the wrong
cache name), and takes out the use_uid calls that are necessary to make
verify_init_creds() work correctly. It also...
2002 Nov 24
1
Samba, LDAP, PDC and udding users
Hi all!
I've had a lot of success setting up Samba PDC's using the LDAP-SAM
backend, and got password sync working between Unix (LDAP) passwords and
Samba passwords.
I can also have other Linux boxes use Winbind to auth vrs. the PDC and
thus achieve the same password sync functionality (i.e., Samba changes
both PAM and Samba passwords, as well as checking them). Naturally,
this also works for Windows machines (i.e., user changes his windows
password and his Unix password is likewise synched).
This all works fine, bu...
2016 Mar 16
2
overview zlib efficiency? Summary and added note
...t; Am 15.03.16 um 16:01 schrieb G?tz Reinicke - IT Koordinator:
>> Hi,
>>
>> may be someone has already done that: Do you have a script(?) tool which
>> shows the efficiency of the mail compression if zlib is used?
>>
>> Something that shows the uncompressed size vrs. the compressed.
>
> Hi,
>
> maybe my question was a bit misleading. But anyway thanks for your
> feedback regarding your experiences and compression rates.
>
> We already thought about the benefit of less IO and more CPU power,
> which is no concern.
>
> The mailboxes...
2010 May 31
4
building rpy against lenny-cran
...p; make clean && rm -vf manual.pdf manual.info manual.dvi \
&& rm -vfr manual_html manual_html.tgz)
make[1]: Entering directory `/tmp/rpy-1.0.3/doc'
rm -f rpy.cp rpy.cps rpy.fn rpy.fns rpy.ky
rm -f rpy.kys rpy.log rpy.pg rpy.pgs rpy.tmp
rm -f rpy.toc rpy.tp rpy.tps rpy.vr rpy.vrs
rm -f rpy.aux
make[1]: Leaving directory `/tmp/rpy-1.0.3/doc'
for python in python2.4 python2.5; \
do $python setup.py clean; \
done
RHOMES= []
DEBUG= True
Setting RHOMES to ['/usr/lib64/R']
Traceback (most recent call last):
File "setup.py", line 109, in ?
RVERS...
2009 Nov 12
1
trap window pop up when running 'bugs' in R
...Fields
.vr StdInterpreter.ProcRVal Fields
.vri StdInterpreter.ProcRIVal Fields
.vrii StdInterpreter.ProcRIIVal Fields
.vrr StdInterpreter.ProcRRVal Fields
.vrri StdInterpreter.ProcRRIVal Fields
.vrrii StdInterpreter.ProcRRIIVal Fields
.vrs StdInterpreter.ProcRSVal Fields
.vrsi StdInterpreter.ProcRSIVal Fields
.vrsii StdInterpreter.ProcRSIIVal Fields
.vs StdInterpreter.ProcSVal Fields
.vsi StdInterpreter.ProcSIVal Fields
.vsii StdInterpreter.ProcSIIVal Fields
.vsr StdInter...