search for: capo

Displaying 11 results from an estimated 11 matches for "capo".

Did you mean: cap
2012 Nov 20
5
Using if
Dear R users, As a new comer to R, I would like to create a new variable using if statements but don't know how to do it. Basically, I have two variables (EvHint and MinTex). I want to create a third variable called RiskTest. In SPSS, my syntax would look like Compute RiskTest=0. if (EvHint=1 & MinTex=1) RiskTest=1. Question: How do I do this with R? My Data EvHint<-c(0, 0, 0, 1,
1998 Apr 27
0
Win95 directory listing
...ntries. > Linux 2.0.30, redhat 5.0, smbfs-2.0.1 . You will probably have to compile a kernel with turned on the option to bypass the bug in Windows 95 about SMB directory listings. Ciao, William -- __ _ __ / /|_> William Brioschi (CAPo of the Spinning Kids) /__ |_/ \__/ | <> email: capo@writeme.com __/ | \
2003 Aug 26
0
Re: Stop Using relays.osirusoft.com *NOW*! (fwd)
...--- Forwarded message ---------- Date: Tue, 26 Aug 2003 22:45:49 -0400 (EDT) From: Jim Seymour <jseymour@LinxNet.com> Reply-To: postfix-users@postfix.org To: postfix-users@postfix.org Subject: Re: Stop Using relays.osirusoft.com *NOW*! jseymour@LinxNet.com (Jim Seymour) wrote: > > John Capo <jc@irbs.com> wrote: > > > [snip] > > > > Scuttlebut on NANAE is that Joe was hacked. I think the problem > > is solved for now: > [snip] > > Word I have is that scuttlebut is incorrect. Word I have is that Joe''s > done this on-purpose and tha...
2000 May 15
0
ssh-add...
I'm not sure this is the appropriate place to suggest it, but... what about ssh ssh-add's -c flag, which enables it to get the input from stdin? -- Daniel C. Sobral (8-DCS) dcs at newsguy.com dcs at freebsd.org capo at tutti.capi.bsdconspiracy.org "I agree whole heartily! Who am I to disagree with a wacko like you?"
2012 Nov 23
1
Joining two files
Hello all, I al trying to join (ADD FILES in SPSS) two files using the rbind() function. However, with rbind() R does not behave the same way as SPSS. I mean, it just concatenates the two blocs with no consideration for same variables if these are not in the same position in the two files. Anyone knows a function that performs the SPSS ADD FILES task? Thanks, V [[alternative HTML version
2012 Dec 11
1
Troubles with subset()
All, I have the attached dataset which I read from SPSS and transformed a little bit using the attached script. I am trying to run a logistic regression using glm() on a subset of my data. When I run the logistic regression on the whle dataset, it runs OK. As soon as I try to run on the subset, I get an error message related to different lengths of variables. Any idea why this might be so? Thanks
2013 Jan 02
1
Extracting factors from "factanal"
Dear R users Happy New year to all for a start. Below is some data that I ran a factor analysis on. Using $score prints the scores for each of the three factors. However, I would like to access those factors as variable for new computations. How do I do that? In SPSS we just call fact1_1, fact2_1 etc.. Thanks for your suggestions. V ============ v1 <- c(1,1,1,1,1,1,1,1,1,1,3,3,3,3,3,4,5,6) v2
2013 Jan 09
1
weighted factor analysis
hello there, I am trying to use a weight variable in a factor analysis but apparently the factanal command does not have a weight option. Any way to this? Thanks for your suggestions, V [[alternative HTML version deleted]]
2013 Feb 11
1
Simple frequencies using svy design
Hello, excuse me if this is trivial. I have some survey data with the following design MyDesign<-(id=ident, weights=~fwgt, fcp=~nval1+nval2, data=hh_data1) I would like to run simple frequency tables such as those provided by the freq() function of rgrs to check the impact of the sampling design on my Ns. Anyway I can do this? thanks, V [[alternative HTML version deleted]]
2006 Oct 02
6
Horrible write performance from XP to Samba
I noted an extremely poor performance when copying big files from a windows xp client to a samba share. The exact version of samba does not seem to matter: I tried several different samba servers with versions between 3.014 and 3.0.23b running on Linux 2.4.32 and 2.6.17 (machines and network otherwise idle, clients connected via fast ethernet, servers via Gbit; network performance in both
2013 Jan 29
0
svy equivalent of pairwise.t.test
Dear all, I am looking for an equivalent of the pairwise.t.test() function using a complex survey design. Any suggestions on this or how to account for weights using the pairwise.t.test itself? Thanks, V [[alternative HTML version deleted]]