search for: bhatti

Displaying 17 results from an estimated 17 matches for "bhatti".

Did you mean: bhati
2009 Apr 15
1
Compiling Fortran Subroutines as R Shared Objects on Mac OS-X
...c.sourceforge.net/ I am using R 2.8.1, and I have installed all 4 additional packages including gfortran. When I try to compile my subroutines (which worked on two other systems), I get the following error. (I have also tried a very simple subroutine and produced the same error message.) chad-r-bhattis-computer:~/MyR/Examples/Fortran/Test1 chadrbhatti$ R CMD SHLIB two.f gfortran -arch i386 -fPIC -g -O2 -c two.f -o two.o gcc -arch i386 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -mmacosx-version-min=10.4 -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/loc...
2006 Apr 13
2
assignment to a symbol created by paste
...s.symbol(paste("x",j,sep="")) <- j; } which ideally would produce x1 = 1, ... x10 = 10. However, this does not work. > as.symbol(paste("x",1,sep="")) <- 2 Error: Target of assignment expands to non-language object > Any help? Thanks, Chad R. Bhatti
2006 Apr 20
3
the difference between "x1" and x1
...ession(paste("floor(", model.list[1], ")", sep = "")) > eval(s) [1] "floor(x1)" > I have tried the obvious (to me) without success. Perhaps someone could suggest a solution and some tidbits for me to read up on about the how and why. Thanks, Chad R. Bhatti
2013 Sep 16
4
Executing command via puppet !
Hi, Is it possible to get response of a command from puppet ? For example if I run "nginx -t" it would give some details about the configurations i.e. if configuration has some error then which file has the error ! Regards -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving
2006 Mar 31
1
add1() and glm
...an approximate chi-squared distribution." with no details, no references, and no degrees of freedom. Does anyone know: 1) How the p-value is computed in add1(), ie degrees of freedom and maybe a reference? 2) A reference for using the scaled deviance for model comparison. Thanks, Chad R. Bhatti
2015 May 19
2
Need Immediate Help:::SAMBA Logon Issues
...path = /home/samba/wing-level-sharing read only = no writable = yes public = no create mask = 0770 directory mask = 0770 I need immediate help plz. Looking forward to your swift response. Thanks/Regards -- ============================== Yawar Aziz Bhatti +92 334 5486026
2015 May 28
1
Need Immediate Help:::SAMBA Logon Issues
Do you have more than one domain controller? Is this just after rebooting a PC? On 05/25/15 14:39, Andrew Bartlett wrote: > On Tue, 2015-05-19 at 14:13 +0500, Yawar Aziz Bhatti wrote: >> Hi there >> >> Plz go through the following info. Everything is working pretty fine but >> very frequently, I get the following error: >> >> "THERE ARE NO LOGON SERVERS CURRENTLY AVAILABLE TO SERVICE YOUR REQUEST" > What exactly are you doi...
2007 Nov 28
1
R install problem on MacOS 10.5.1 (PR#10476)
Full_Name: Saleem Bhatti Version: 2.6.1 OS: MacOSX 10.5.1 Submission from: (NULL) (81.187.216.162) Using R-2.6.1.dmg to do an automated install on MacOS 10.5.1. Installation fails with following text. Installation had errors. Install failed. The Installer could not install some files in "/". Contact the softw...
2006 May 07
1
model selection, stepAIC(), and coxph() (fwd)
...mation based criterion and likelihood ratio tests? It seems that they should be treated as quasilikelihoods which would make stepAIC() invalid and would require the use of add1() with a F-test for the reduction in deviance. An answer and a reference would be greatly appreciated. Thanks, Chad R. Bhatti !DSPAM:445d377a41433079914684!
2010 Feb 12
1
paired wilcox test on each row of a large dataframe
...0134 0.10957321 0.15759518 0.1236715 cg00007981 0.04789030 0.11699024 0.07143036 0.05996888 0.10829510 0.1069037 . .. . . . There are 12 columns and 27000 rows. I have to perform paired test on each row (1:6 vs 7:12) and store the p value and statistic in two columns . Whats the fastest way? Gaurav Bhatti -- View this message in context: http://n4.nabble.com/paired-wilcox-test-on-each-row-of-a-large-dataframe-tp1478750p1478750.html Sent from the R help mailing list archive at Nabble.com.
2015 May 25
0
Need Immediate Help:::SAMBA Logon Issues
On Tue, 2015-05-19 at 14:13 +0500, Yawar Aziz Bhatti wrote: > Hi there > > Plz go through the following info. Everything is working pretty fine but > very frequently, I get the following error: > > "THERE ARE NO LOGON SERVERS CURRENTLY AVAILABLE TO SERVICE YOUR REQUEST" What exactly are you doing to get that error? Hav...
2007 Dec 15
0
R memory limits and good memory management
...its.html What about data frames? And I suppose that I need to be aware of the objects in the working memory (overwrite as many objects as possible)? Note, I am new to the issue of good memory management. Any specific details on R memory and good practical advice are welcomed. Thanks, Chad R. Bhatti
2004 Nov 21
1
incompatible with our capability 0x400.
I'm trying to connect * server from diax 0.9.8c client and * outputs this errors on CLI Nov 21 18:59:59 NOTICE[7316]: chan_iax2.c:5742 socket_read: Rejected connect attempt from 192.168.0.4, requested/capability 0x2/0x2 incompatible with our capability 0x400.
2002 Jul 04
0
Re: your mail
Hi, On Thu, Jul 04, 2002 at 06:47:11PM +0500, Naseer Bhatti <naseer@digitallinx.com> wrote: > I got these errors in the log on a Production server. I am running ProFTPD 1.2.4 with RedHat 7.2 Kernel 2.4.7-10 not yet compiled myself and Apache 1.3.26. I got my server stop responding and after reboot I checked the logs and got a lots of kernel bugs....
2000 Mar 07
1
Samba Download
Hello, I am a student hre in Pakistan. I don't have Internet access yet but only Email. Please attach the lattest samba src and rpm with the mail and send it to me. It would be kind of you. Thanks. Naseer Bhatti -------------- next part -------------- HTML attachment scrubbed and removed
2006 Jun 28
0
Fwd: add1() and anova() with glm with dispersion
...bvious, but > add1() and anova() do not show the code in the PC > version. In the PC version if I type lm, glm, > glm.fit, I see code and I do not for add1 and anova > so > I do not know how to examine these functions. > > Thanks for all of your assistance. > > Chad R. Bhatti > > > > > __________________________________________________ > Do You Yahoo!? > protection around > http://mail.yahoo.com >
1997 Oct 03
67
SAMBA
On Fri, 3 Oct 1997, Daniel Feenberg wrote: > Gosh, you are doing well at a project that I gave up on about a year > ago. I only wish you were close enough to do some consulting for us. I guess so do I ;-) Using the new approach I posted to samba-list earlier today, it is not really all that tricky any more. Watch for my reports on the list, you may be able to implement what I've done