search for: hii

Displaying 20 results from an estimated 85 matches for "hii".

Did you mean: hi
2004 Mar 03
1
Bug in plot.lm (PR#6640)
...6,32 **** show <- rep(FALSE, 4) show[which] <- TRUE r <- residuals(x) - n <- length(r) yh <- predict(x) # != fitted() for glm if (any(show[2:4])) { s <- if(inherits(x, "rlm")) x$s else sqrt(deviance(x)/df.residual(x)) hii <- lm.influence(x, do.coef=FALSE)$hat } if (any(show[2:3])) { ylab23 <- if(isGlm) "Std. deviance resid." else "Standardized residuals" - w <- weights(x) # r.w := weighted.residuals(x): ! r.w <- if(is.null(w)) r else (sq...
2017 Sep 11
0
hii this is suraj tamgale. i am a beginer and i want to start contributing to xapian if you have some good topics suggest i will contribute to it.
[This email is either empty or too large to be displayed at this time]
2002 May 15
1
ploting a linear model
...lyse the regression but I'm getting the folowing error message > lm98<-lm(log(U+1)~Bq+Gi+Lv+Tb+Bq:Gi+Bq:Lv+Bq:Tb+Gi:Lv+Gi:Tb+Lv:Bq) > plot(lm98) Error in plot.window(xlim, ylim, log, asp, ...) : need finite ylim values In addition: Warning message: NaNs produced in: sqrt(1 - hii) The response variable is tranformed by a log function but I'm adding 1 so that the 0 don't become inf. Can someone explain me the problem ? Thanks EJ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at...
2009 Mar 13
4
Save the elements of an atomic vector to a text fil
Hii, I will save the elements of the vector median<-with(x, tapply(V3, grup, median)). The output of this vector is: 25 50 75 100 125 150 175 200 225 250 275 300 325 350 375 400 425 450 475 500 17.8 17.8 17.5 17.8 17.7 17.6 17.7 17.6 17.8 17.7 17.6 17.7 17.8 17.7 17.8 17.8...
2005 Feb 11
1
cook's distance in weighted regression
I have a puzzle as to how R is computing Cook's distance in weighted linear regression. In this case cook's distance should be given not as in OLS case by h_ii*r_i^2/(1-hii)^2 divided by k*s^2 (1) (where r is plain unadjusted residual, k is number of parameters in model, etc. ) but rather by w_ii*h_ii*r_i^2/(1-hii)^2 divided by k*s^2, (2) i.e. has the weight in there. Apart from the division this is su...
2006 Nov 17
1
Problems in "plot.lm" with option "which=5"
...ot;,"arb"),each=3), y= c(rnorm(3,sd=0.5),rnorm(9,sd=2))) model1 <- lm(y~fac.A,data=datos) plot(model1,which=5) # plot1 # this plot1 show that level "arb" has less dispersion than the other levels, # But if I do the plot by myself, look: hii <- lm.influence(model1, do.coef = FALSE)$hat s1 <- sqrt(deviance(model1)/df.residual(model1)) rs <- residuals(model1)/(s1 * sqrt(1 - hii)) plot(rs~datos$fac.A) # plot2 # this plot2 show me that level "bla" is less variable. # also per and Url have some problems but...
2009 Mar 21
5
Plot and Boxplot in the same graph
Hii, Is it possible, to use the plot() funktion and the boxplot() funktion together ? I will plot a simple graph and additionally to the graph on certain places boxplots. I have imagined to plot the graph a little bit transparency and show in the same graph on certain places boxplots.... Is it possib...
2008 Nov 11
7
music on hold
hii guys: i get the message from the asterisk: Started music on hold, class 'default', on Local/s at skype-web-callback-dial-263to263-1775,1 [2008-11-11 14:32:41] WARNING[1781]: format_wav.c:156 check_header: Unexpected freqency 11025 [2008-11-11 14:32:41] WARNING[1781]...
2006 Nov 30
0
Standardized deviance residuals in plot.lm
It seems that the standardized deviance residulas, that one gets on plots of a glm.object x with plot(x) are calculated as r <- residuals(x) s <- sqrt(deviance(x)/df.residual(x)) w <- weights(x) hii <- lm.influence(x)$hat r.w <- if (is.null(w)) r else (sqrt(w) * r) rs <- r.w/(s * sqrt(1 - hii)) This implies that, for example, for binomial B(ni,pi) data the devaince residials (which are just r) are weighted not only with sqrt(1-hii), but also with 1/sqrt(ni) and s, leading to absurd...
2008 Jun 20
2
3D histogram
Hii.. Could anyone please tell me how to draw 3D histogram in R I have a 20X3 matirx. Now I want 2 of the variable on X and Y axis .And Height of the bar should denote the value of third variable. Thanx Sumit [[alternative HTML version deleted]]
2009 Jan 11
2
connecting boxplots
Hii, I created some boxplots with this commands: x <-read.table(file="test.txt") x$group <- rep(1:8, each=5) boxplot(V3~gruppe, data=x) Now, I will connect the boxplots to each other to the min, max and median values. Can anybody help me how to do it ? greetings, J -- View this...
2009 Mar 16
2
plot lines at 0,0 axis
Hii I am trying to plot lines at (0,0) axis where my scatterplot goes between positive n negative values for x and y axis i can plot point using points(0,0) but if i want to draw lines along it, can't seem to get it right Mohan
2004 Nov 24
2
call forwarding to gsm phones
Hii, I want to forward calls from an asterisk server to a local gsm network. I have read the wiki pages on various forums. But the thing i want is to receive the call(Voip) from an asterisk server then it should be forwarded to a gsm network & again to either a gsm/ PSTN from the gsm network itse...
2013 Nov 22
2
issue on upgrade samba 3 to samba 4
hii all i think i have finished trial to upgrade my samba 3 pdc server base on clearos 5.2 into new samba 4.1.1 in new machine and different network but then i realized when i check my user with samba-tool, i cant find any of my samba 3 user account, all i find is [root at pdcs4 ~]# samba-tool user...
2014 Aug 25
2
Samba4 Internal DNS Problem : Suddently Dns Crash
hii all i have some issue with my samba 4 installation, i use samba 4.1.3, suddenty my dns stop working and i try to restart the service but nothing good happen i check on samba log i found this Aug 25 21:15:39 pdc samba[6605]: [2014/08/25 21:15:39.206091, 0] ../lib/util/fault.c:72(fault_report) A...
2010 Oct 20
2
How do i use button_to_function
Hii all , I am trying to create a button that, when clicked on, calls a method in a controller . I am thinking that button_to_function is good to use for that i made htnl viwe like <h1>File Upload</h1> <p><label for="upload_file">Select File</label>...
2010 Oct 01
3
help regarding the package installation
hii everyone! Recently i have started working with R and it would be nice if anyone can help me with this. I am vista user (32 bit). I wanted to install package in my parent directory i.e .Library. whenever I try to install nnet (package) it is showing me the following error: > install.packages(&q...
2010 Mar 31
6
any body can help me ?? why is this happen??
Hii All I use ruby 1.8.7 I run irb and type: a = (0.29 * 100).to_i the result is 28 why?????? could u explain to me.. Please???? THank you -- Senior Rails Developer Anton Effendi - Wu You Duan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails...
2009 Jan 31
2
[LLVMdev] Optimized code analysis problems
Hii, Thanks for the response, yes I couldn't find any way to extract the names through any of the passes. Where could I potentially insert a hack so that any function call to intrinsic functions or library functions can be retrieved? Could you gimme any ideas for the start? -Nipun On Fri, Jan 30...
2010 Sep 02
7
unable to upload larger files
hii, i am trying to upload some files to filesystem using rails application when i use small size file everything is perfect but i when goes for larger files i got error this is my code #this model file class DataFile < ActiveRecord::Base def self.save(upload) name = upload[''datafil...