Displaying 11 results from an estimated 11 matches for "chichi".
Did you mean:
chichai
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,
2005 Feb 28
1
AMP with FC3
Hi All,
Does anyone know if AMP can work with Fedora Core 3? I've tried to install AMP, and * on FC3, but found FOP failed to start when you use the command amportal start.
Please advice if anyone got the solution.
Chichi
---------------------------------
Do you Yahoo!?
Yahoo! Mail - Find what you need with new enhanced search. Learn more.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050228/0110a35d/attachment.ht...
2005 Feb 22
0
register failed with 2nd Sipura-2000
...tration issue.
2. with Fedora Core 1 or Fedora Core 3, I've found that the extensions on 2nd Sipura-2000 cannot register well. This cause no dial tone from the phone connected to the 2nd Sipura-2000.
Does anyone encountered the same problem? Please help on this issue.
Thank you so much.
Chichi
---------------------------------
Do you Yahoo!?
Yahoo! Search presents - Jib Jab's 'Second Term'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050222/92f20755/attachment.htm
2005 Feb 22
1
Settings for SIP to dial PSTN with TDM400P w/FXO module
...suggestion that what did I do wrong to make the setting:
exten => _9Nxxxxxx, 1, zap/2
unstable?
2. When trying using SIP phone to dial PSTN, I got no luck.
The call either got busy tone or some prefix missing warning from CO.
Please advice if any solution.
Thank you so much.
Chichi
---------------------------------
Do you Yahoo!?
Yahoo! Search presents - Jib Jab's 'Second Term'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050222/077f3642/attachment.htm
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]]
2003 Jun 06
1
mount a windows FS to a linux box
My friend,
I am trying to mount a windows FS to a linux box, so I can use it form
linux.
I mount my windows filesystem, without errors, the smbclient works great,
but an ls: .: Input/output error appear to my, so I cant see the windows
drive.
You have any ideas? I don't know what to do?
smb: \> ls
. D 0 Mon Jun 2 21
..
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]]