search for: jamil

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

Did you mean: jail
2013 Apr 03
5
scanning data in R
...I want to get all numbers in the file except 21. Is there any command to achieve it? -------------------------------------------------------------- b<-scan("F:\\stop.txt") -------------------------------------------------------------- Many thanks for your kind attention. Regards, Jamil. -------------- next part -------------- 15 15 16 15 17 16 16 15 17 15 16 17 19 17 19 15 16 16 19 18 19 17 17 19 16 17 16 20 15 16 16 15 18 19 17 18 16 18 16 17 21 21 17 15 15 20 16 20 17 21 19 15 15 15 18 20 16 17 16 15 16 15 16 16 18 16 15 21 20 15 16 17 18 18 20 1...
2013 Mar 11
2
vertical lines in R plot
...5 beta1<-1 alpha2<--6 beta2<-0.72 d<-seq(0.5,10,0.01) plot(d,psi1(alpha1,beta1,alpha2,beta2,d),type="l",pch=18, ylim=c(0,1), xlab="Dose", ylab="Probabilitty") ########################################################## Many thanks for the help! Regards, Jamil. [[alternative HTML version deleted]]
2013 Jan 08
2
Integration in R
...ion(x) { 2/3 * (x[1] + x[2] ) } adaptIntegrate(f, lowerLimit = c(0, 0), upperLimit = c(x[2],7)) ------------------------------------------------------------------- I guess something is wrong with the way I have assigned limits in my codes. May I seek some advice from you. Many thanks. Regards, Jamil. [[alternative HTML version deleted]]
2013 Jan 30
1
Percentages in bar plot
...gram plot to see the percentages instead of frequencies? --------------------------------------------------------------------- stop<-c(8,6,6,6,8,6,6,8,8,6,6,6,8,8,8) barplot(table(stop)) -------------------------------------------------------------------- Many thanks for your time. Regards, Jamil. [[alternative HTML version deleted]]
2012 Oct 23
1
Minimizing Computational Time
...i1(alpha1,beta1,alpha2,beta2,d) psi2.hat[i]<-psi2(alpha2,beta2,d) } print(psi1.hat) print(psi2.hat) ------------------------------------------------------------------------------------------------------------ Many thanks for your kind attention. Regards, Jamil. [[alternative HTML version deleted]]
2012 Oct 02
3
Integration in R
...i1)^y2[i]) } return(v) } adaptIntegrate(lf, lowerLimit = c(-20, 0,-20,0), upperLimit = c(0,10,0,10)) --------------------------------------------------------------------------------------------------------------------------------- Thanks for your attention. Kind regards, Jamil. [[alternative HTML version deleted]]
2012 Oct 14
1
PFIM 3.2
...----------------------------------------------------------------------------- But it's not working anyway and of course showing some error messages. I have attached the the associated files. Any suggestion in this regard will help me a lot. Thank you very much for the patience! Regards, Jamil.
2002 Nov 12
4
ie6 and wine
Hi, I get the following messages(in the wine-dbg window) when I try to open IE6 and IE6 doesn't open. I have also attached the ~/.wine/conf. Can someone please help me out? TIA, Raja. -------------------------------------------------------------------------------- WineDbg starting... on pid 80678c0 No debug information in 32bit DLL 'Z:\mnt\windows\progra~1\intern~1\iexplore.exe'
2010 May 18
1
BIC() in "stats" {was [R-sig-ME] how to extract the BIC value}
...gt; 1774.786 >>> >>> but that is unintuitive. ?I am not sure what the best approach is. >>> Perhaps Martin (or anyone else who knows namespace intricacies) can >>> suggest something. >>> >>> >>>> Tahira Jamil wrote: >>>>> Hi >>>>> I can extract the AIC value of a model like this >>>>> >>>>> AIC(logLik(fm0) >>>>> >>>>> How can I extract the BIC value if I need! >>>>>...
2008 Jul 08
0
Ajax form - updating with validation errors from model
Is there a DRY way to pass back errors from the model validation to an ajax form (form_remote_for)? Thanks for your help --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe
2008 May 06
3
500 Internal Server Error - wrong number of arguments
I am getting the following error: /!\ FAILSAFE /!\ Tue May 06 08:32:25 -0500 2008 Status: 500 Internal Server Error wrong number of arguments (2 for 0) I looked at the controller code and I am not using ruby send command or anything that looks like code that redefine rails method. The error message does not really help in pointing where the problem occurs. Any ideas on how to debug this?