search for: respose

Displaying 20 results from an estimated 41 matches for "respose".

Did you mean: response
2009 Nov 26
2
Multivariate problems . . . with 200 resposes variables and 1 explanatory variable
How should I analysis it in R ???? all the resposes variables are ordinal from 0 to 10. and the explanatory variable is a factor ... -- View this message in context: http://old.nabble.com/Multivariate-problems-.-.-.-with-200-resposes-variables-and-1-explanatory-variable-tp26522912p26522912.html Sent from the R help mailing list archive at Nabble.c...
2006 Nov 13
1
Nominal Respose Model in R
Hi: I have been working in Item Response Theory, exactly, with Nominal Response Model (NRM). Exist in R a function for estimate parameter and ability from database for this Model?. Thank you, Xavier G. Ordóñez [[alternative HTML version deleted]]
2007 Apr 16
2
sip tcp support
...th HiPath 4000 V.3.0 using SIP. I can see the registration from the HG3540. But when i try to place a call from Asterisk to HiPath, the call fails with SIP/2.0 603 Declined. The strange thing is that the first INVITE uses tcp and the response is a 100 TRYING, the next 7 INVITE are using udp and the respose is ICMP Destination unreachable (Port unreachable). any hints? Thx in advance Xten asterisk HiPath | INVITE | | |---------->| | | TRYING | | |<----------| | | | INVITE | | |---------->| | | INVITE | | |--------...
2012 Oct 01
3
(no subject)
Hello, I am a new R -user and request your help for the following problem. I need to merge two dataset of longitudinal study which has two column (id and respose) common. when I used merge option to join the datas side be side, because of the repeated subject id, I got larger data set which is not accurate. I would like to connect twi data sets by id and response in such a way that data are connected by same id and response type and if the same subject...
2004 Dec 29
1
predict.glm
...ry for this is a very naive question. I am trying to do binary classification (male vs female) using glm using following data: X1 X2 X3 Class 2.3 4.5 2.1 Male 0.9 3.2 1.6 Male 1.7 1.8 2.6 Feamle I am trying to use predict.glm for prediction with type="respose" which gives the predicted probabilities as per documentation. My question is: which of the two classes does this probability corresponds to? My understanding is that it is the probability of the class that each of the new data has. Is that correct? Thanks. Raj [[alternative HTML version...
2009 Jan 10
1
Arguments for Rcmd BATCH
...ut it doesn't work: Rcmd BATCH -no-save -no-restore -args parms=c(1,2,3) test01b.R (each of these BATCH options is preceded by 2 - characters, but my Outlook is munging them together here) The script then accesses (or tries to) the variables as parms[1], parms[2], etc. I get the respose "unable to open input file" at the command line and no other diagnostic output. I got this syntax from p85 of the R-Intro doc and from the website http://quantitative-ecology.blogspot.com/search/label/scripts. I could not find any other illustrations or instructions of how to use args...
2006 Dec 21
3
service reload?
Hey All, I can see in the type reference under service it has restart, stop, start etc. But is there a way to issue a /etc/init.d/daemon reload ? but still have the restart available if needed Cheers Brendan Brendan Beveridge Managed Services Consultant Direct | 02 8235 9593 Mobile | 0434 077 934 Email | Brendan.Beveridge@brennanit.com.au "Brennan IT lands major IT&T
2006 Feb 11
1
Spammers on the mailing list?
In respose to my "when is update 3 coming out?" I received the following mail from brian.trudeau at eastek-intl.com offlist. Thank you for submitting a ticket to support. Your ticket number is [04E-0B7CC3CC-3842]. Please keep this ticket number for your records and include it in the subject (in...
2009 Feb 05
4
eval and as.name
I'm sure there is a more general way to ask this question but how do you use the elements of a character vector as names of objects in an expression? For example, say you have: a = c(1,3,5,7) b = c(2,4,6,8) n=c("a","b") and you want to use the names a and b in a function (e.g. sum) sum(eval(as.name(n[1])),eval(as.name(n[2]))) works but what is a simpler way to
2005 Apr 14
1
how to estimatae in single index models
Hello everyone, Recently, I have encountered a problem about estimation of binary response model,as I try to estimate the survival probability of firms. I do not want to use the traditional binary respose models, such as Probit model or Logit model, since they are too restricted in their function form. Therefore, I seek to adopt some semiparametric methods, precisely estimation methods of single-index models, such as Klein-Spady estimator, Ichimura's SLS estimator, maximum score estimator,a...
2008 Aug 21
0
Elastic net loop problem
...x and do the elastic net analysis then store them as a matrix. library(elasticnet) library(lars) XB<-matrix(rnorm(2500,0,1), ncol=50,nrow=50) y1<-matrix(rnorm(2500,0,1), ncol=50,nrow=50) en1<-enet(x=XB,y=y1[,1],lambda=1,normalize=TRUE,intercept=TRUE) # here I have used one column 1 as my respose coefs<-predict(en1,s=0.45,type="coef",mode="fraction") Here, I want to apply some loop to calculate all the columns and store the all coefficients. Thanks for your help Allisa [[alternative HTML version deleted]]
2002 Jul 19
0
Update to SecurID ACE patches
...ne Theo Schlossnagle's SecurID patches for openssh to support the ACE 5.0 API. The new API takes advantage of two-step authentication and multithreaded support. If anyone is interested, please let me know. I've tried contacting Theo for him to incorporate it, but haven't received any respose yet. Note that Theo's patch includes a "AllowNonSecurID" sshd_config option which allows people with normal shells to bypass SecurID and use password authentication. However, his patch is still broken when using ssh2 and privilege seperation. I haven't been able to fix that par...
2006 Jan 28
0
Re: traffic shaping and gre tunnels (addition)
...ocated to 192.168.0.1 should be the sum of the bandwidth allocated for the LAN? On the linux router with NAT and tc I allocate a quantum for each connected machine. Every machine has it''s own htb class. I should mention that I receive LARTC digests once a day.. so please CC me for faster respose. Thank you in advance, Sorin.
2009 Oct 26
1
GLMMPQL and negbinomial: trouble with the X-axis in PREDICT
...e modeled as a random effect. The odTest() from pscl:: indicated that the negative binomial distribution fit better than Poisson, and I then proceeded by estimating theta from glm.nb. My residual plot of m1 looks great, and now I'd like an output showing the relationship between BERRIES and the respose, but I can't seem to get "BERRIES" on the x-axis. It keeps spitting out "INDEX" which is just all my numbered observations from 1 to 121, and therefore not to scale. I did try creating a new vector to plot the data, but I got an error message (see below). Does anyone have su...
2003 Feb 23
0
Strange Roaming Profiles problem
...r which circumstances one have to apply these settings? Second, I'm playing around with the profiles on the server: Copying parts of them from one user to the other, modifying the SID Field in the LDAP Schemata and re-joining the Domain multiple times. May this cause such problems? Any ideas? Respose would be VERY wellcome!!! Thanks, Thorsten Marsen.
2007 Oct 20
14
Problems with form_for and partials
i''m having problem with a form_for situation where i''m trying to DRY out the repeated parts of my forms and put them in common/form and render the form elements via another partial in controller_name/_form. Here''s the first form # app/views/common/form <% form_for ... do |f| -%> <%= render :partial => "params[:controller]/form", :object => f
2006 May 31
0
AGI MySql
...m dialplan I get no return value. > >2. I did print "STREAM FILE /var/sounds/scoobie \"\"\n" and the phone was > >as silent even though I see no error on the console. > > > >Am clueless as to how to fix this. I need someone's > >assistance.......resposes would be appreciated. > > > >_________________________________________________________________ > >Express yourself instantly with MSN Messenger! Download today it's FREE! > >http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ > > > >_____________...
2008 Aug 18
4
Running google Sketchup 6
...glitches are observed on Limited Test Conducted. Kubuntu, wine 1.1.2, nvidia ge4 440 GO Latest Driver from nvidia. OpenGL works fine as far as Linux desktop is concerned. When I run Sketchup the CPU utilization is almost 100%. On same machine in windows partition GSU runs very nicely with snappy respose. Can Somebody Guide me in this regard. Thanks and Best Regards. R. S. Patil The xorg.conf is as Follows. (Manually edited when Blank Screen Problem Faced) # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister at builder57) Wed Jul...
2012 Oct 15
6
centos 5 and php53
so whats the scoop on PHP53 for CentOS 5? I have a long running webserver, runs a bunch of mostly php+postgresql stuff, mostly hobby sites (clubs and local scout troops and such). has latest updates to php 5.2.10-xx but I want to install something thats insisting on php53. If I try and yum install php53, it says it conflicts with php-5.2.10 ... ok, do I remove the old PHP and install
2010 Dec 14
0
[PATCH] BTRFS_IOC_TREE_SEARCH: store and use the last key found
Hi all, following the thread about the BTRFS_IOC_TREE_SEARCH ioctl [1], I made a patch which try to address the problem of restarting the ioctl. In the current solution is the application during the restart of the search to fill the min_* fields in the "struct btrfs_ioctl_search_key". In general the values set are the last one returned "+1". But doing so we reduce the