Displaying 8 results from an estimated 8 matches for "rstu".
Did you mean:
rst
2012 May 03
1
NA's when subset in a dataframe
Dear community,
I'm having this silly problem.
I've a linear model. After fixing it, I wanted to know which data had
studentized residuals larger than 3, so i tried this:
d1 <- cooks.distance(lmmodel)
r <- sqrt(abs(rstandard(lmmodel)))
rstu <- abs(rstudent(lmmodel))
a <- cbind( mydata, d1, r,rstu)
alargerthan3 <- a[rstu >3, ]
And suddenly a[rstu >3, ] has 17 rows, 7 of them are "new rows", where all
the entries are NA's, even its rownames.
Because of this I'm not sure of the dimension of a[...
2002 Dec 12
1
(fwd from phsan@cs.siu.edu) Compiling error
...amicity=0.000000, version=0.9.1.2
When I tried to compile the new version (2.2.7a) on a Sun Solaris 7
machine, it gives me the following error:
Using LIBS = -lsec -lgen -lsocket -lnsl -ldl
Linking bin/smbd
/usr/ccs/bin/ld: illegal option -- E
usage: ld [-abc:d:e:f:h:il:mo:p:rstu:z:B:D:F:GI:L:M:N:P:Q:R:S:VY:] file(s)
[-a] create an absolute file
[-b] do not do special PIC relocations in a.out
[-c file] record configuration `file'
[-d y|n] operate in dynamic|static mode
[-e sym]...
2008 Jul 21
3
Building Samba 3.2.0 on Solaris with Sun compiler
...2.0, however, I immediately run into a problem
where the build process assumes the linker understands
"--version-script", which is specific to the GNU linker:
Linking shared library bin/libtalloc.so
/usr/ccs/bin/ld: illegal option -- version-script
usage: ld [-6:abc:d:e:f:h:il:mo:p:rstu:z:B:CD:F:GI:L:M:N:P:Q:R:S:VY:?] file(s)
[-64] enforce a 64-bit link-edit
Is this a bug?
Thanks.
-David
--
David Eisner http://cradle.brokenglass.com
2004 Jan 23
2
Samba compile error
...3.0.1 on a Solaris 9 machine.
I have gcc-3.3.2. Running "make" fails. Thanks for
your advice.
PATH=/usr/bin:/usr/local/bin:/usr/ccs/bin
# ./configure --with-included-popt --with-gnu-ld
# make
....
Linking bin/smbd
/usr/ccs/bin/ld: illegal option -- E
usage: ld [-6:abc:d:e:f:h:il:mo:p:rstu:z:B:CD:F:GI:L:M:N:P:Q:R:S:VY:?] file(s)
...
collect2: ld returned 1 exit status
make: *** [bin/smbd] Error 1.
Shane
____________________________________________________________
Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!
http://login.mail.lycos.com/r/referral?aid=270...
2003 Jan 09
3
serious problem with W2K TS and 2.2.7 PDC
...yes
valid users = %S
nt acl support = no
oplocks = no
path = /md3/profiles/%U
share modes = no
The log for each TS has many of these errors (for various users):
[2002/12/06 16:39:14, 0] smbd/service.c:make_connection(597) ts5
(10.2.3.15) Can't change directory to /md3/profiles/rstu (Permission
denied)
This does NOT happen everytime that the share is accessed, only
sometimes. This did not happen with 2.2.6. It is not an issue on
standalone W2K pro machines that I have tested.
Is it likely that the %U expansion fixes broke this - some assumption
with one pid/connection == o...
2008 Dec 21
0
build of 3.3.0rc2 on opensolaris 2008.11 causes ld usage error
...C
LIBS = -lsendfile -lresolv -lnsl -lsocket -laio
LDFLAGS = -pie -lthread -L./bin
DYNEXP = -Wl,-E
LDSHFLAGS = -G -lthread -L./bin
SHLIBEXT = so
SONAMEFLAG = -Wl,-soname=
Linking shared library bin/libtalloc.so.1
usage: ld [-6:abc:d:e:f:h:il:mo:p:rstu:z:B:CD:F:GI:L:M:N:P:Q:R:S:VW:Y:?] file(s)
[-64] enforce a 64-bit link-edit
[-a] create an absolute file
...[more usage info]
'which ld' finds /usr/gnu/bin/ld, but gcc uses /usr/ccs/bin/ld.
$ gcc -v
Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2....
2007 Apr 12
9
taille de caractère
en fait je vous renvoi ce message car maintenant la taille de la police change au bout de 500 lignes environ, alors que j''avais reussi à garder la taille jusqu''à environ 5000 lignes.
Je ne comprend pas. Est-ce que c''est instable?
le bout de code que vous m''avez envoyer ne marche pas.
merci
Sebastien
_______________________________________________
wxruby-users
2001 Nov 01
1
Sol 2.8 - Samba 222- --with-pam compile errors
...passdb/machine_sid.po passdb/pdb_smbpasswd.po passdb/pampass.po
passdb/pdb_tdb.po passdb/pdb_ldap.po passdb/pdb_nisplus.po -lpam -lsec
-lgen -lsocket -lnsl -ldl -lpam -lc
ld: illegal option -- y
ld: warning: option -o appears more than once, first setting taken
usage: ld [-6:abc:d:e:f:h:il:mo:p:rstu:z:B:D:F:GI:L:M:N:P:Q:R:S:VY:?]
file(s)
[-64] enforce a 64-bit link-edit
[-a] create an absolute file
[-b] do not do special PIC relocations in a.out
[-c file] record configuration `file'
[-d y|n] operate in dyn...