Displaying 2 results from an estimated 2 matches for "262544".
Did you mean:
262144
2006 May 06
4
Protectbase Plugin not working?
....6.3 Vendor: CentOS
Release : 1 Build Date: Mon Feb 21
07:16:46 2005
Install Date: Wed Aug 10 14:28:27 2005 Build Host: guru.build.karan.org
Group : Applications/Internet Source RPM:
rsync-2.6.3-1.src.rpm
Size : 262544 License: GPL
Signature : DSA/SHA1, Sat Feb 26 11:37:08 2005, Key ID a53d0bab443e1821
Packager : Karanbir Singh <kbsingh at centos.org>
Summary : A program for synchronizing files over a network.
Shouldn't this package from the Dag repository be on the...
1999 Apr 30
1
Question on the idiom: start <- coef; start[fit$pivot] <- coef
I wonder if someone could explain how the following R idiom works (it's
used in
glm.fit).
start <- coef
start[fit$pivot] <- coef
coef is a vector of coefficients, set by .Fortran("dqrls", ...).
fit$pivot is a vector of integer indexes (indicating how dqrls permuted
the columns
of x). If coef has n elements, fit$pivot is a permutation of seq(1,5).
start[fit$pivot]