Displaying 5 results from an estimated 5 matches for "ahill".
Did you mean:
hill
2005 Jan 12
2
Trouble building appradius
I am having trouble building appradius from http://appradius.minitelecom.org/
I configure, make, make install cpprad-1.0, but when I configure, then
make appradius I get :-
obelix:/usr/src/appradius/appradius1.0 # make
make[1]: Entering directory `/usr/src/appradius/appradius1.0/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
2005 Jun 07
0
question of domain group memberships
We've been using samba w/ ADS for quite ahile now and we're quite
happy with it. However, we have run into an interesting impasse
recently.
We have domains A and B. There is bi-directional trust between
the domains. The samba server has membership to domain A.
Recently a new share was created and it's access is controlled by
the domai ngroup A+group. A+group contains users from
2003 Sep 11
1
discrepancy between R and Splus lm.influence() functions for family=Gamma(link=identity)
Hello,
I am looking for an explanation and/or fix for a discrepancy in the behaviour of the R lm.influence() function [ version R 1.5.0 (2002-04-29) ] and the same function in Splus [ Splus version 5.1 release 1, running on SGI IRIX 6.2]. The discrepancy is of concern because I am migrating some Splus scripts to R and need to ensure consistency of results.
Specifically, when I fit a glm()
2001 Aug 02
2
problem in making R from sources on SGI IRIX
Hello all,
I am trying to install R 1.3.0 on SGI IRIX. I downloaded the .tar from CRAN, unpacked it and executed the following commands from the top level directory:
./configure
make
The ./configure completes OK, with the final summary output:
--------------------
R is now configured for mips-sgi-irix6.5
Source directory: .
Installation directory: /usr/local
C compiler:
2013 Apr 13
1
how to add a row vector in a dataframe
Hi,
Using S=1000
and
simdata <- replicate(S, generate(3000))
#If you want both "m1" and "m0" #here the missing values are 0
res1<-sapply(seq_len(ncol(simdata.psm1)),function(i) {x1<-merge(simdata.psm0[,i],simdata.psm1[,i],all=TRUE); x1[is.na(x1)]<-0; x1})
res1[,997:1000]
#????? [,1]???????? [,2]???????? [,3]???????? [,4]???????
#x1??? Numeric,3000 Numeric,3000