search for: unmarried

Displaying 6 results from an estimated 6 matches for "unmarried".

Did you mean: married
2011 Mar 13
1
troubles with logistic regression
hello everyone, I working on the dataset for my project in class and got stuck on trying to run logistic regression. here is my code: data <- read.csv(file="C:/Users/fieder.data.2000.csv") # creating subset of men fieder.male<-subset(data,data[,8]==1) unmarried.male<-subset(data,data[,8]==1&data[,6]==1) # glm fit agesq.male<-(unmarried.male[,5])^2 male.sqrtincome<-sqrt(unmarried.male[,9]) fieder.male.mar.glm<-glm(as.factor(unmarried.male[,6])~ factor(fieder.male[,7])+fieder.male[,5]+agesq.male+ male.sqrtincome,binomial(link="logi...
2003 Jun 23
3
How to determine Ext2/3 FileSystem state ?
...te flag, but that just tells whether file-system was cleanly unmounted or not.) Pls, let me know if you have any clue/info on this aspect. Thanks & Regards, Satish Singhal E-Mail: satish_single@hotmail.com _________________________________________________________________ Are you Unmarried? Register in India's No 1 Matrimony. http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?4d
2011 Sep 21
3
Reading data in lisp format
Hi, I am trying to read the "credit.lisp" file of the Japanese credit database in UCI repository, but it is in lisp format which I do not know how to read. I have not found how to do that in the foreign library http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening <http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening> Could anyone help me? Best
2006 Nov 19
1
Cannot install program. Errors out with 0x80040702, Failed to load DLL: Setupapi
...0-00003c000000} err:rpc:I_RpcReceive we got fault packet with status 0x6be I did not "customize" the ~/.wine directory, nor did I run winecfg. What can be done to overcome this issue? Thanks a lot, Alexander Skwar -- No modern woman with a grain of sense ever sends little notes to an unmarried man -- not until she is married, anyway. -- Arthur Binstead
2003 Jun 25
0
Re: Ext3-users digest, Vol 1 #910 - 5 msgs
...ile-System) is indeed consistent. > >Is there any field in super-block or any other on-disk structure >which could tell the state of a raw File-System(Ext2/3) image. > >Regards, >Satish Singhal > >_________________________________________________________________ >Are you Unmarried? Register in India's No 1 Matrimony. >http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?4d > > >Hi all, >Can we resize an ext3 partition without unmounting? > >Regards, >Sugunakar Ambati > > >On Jun 24, 2003 10:55 +0530, Satish Singhal wrote: > > >...
2000 Jan 11
1
a +1 shift overlaying lines/points on a boxplot (PR#398)
Full_Name: Adrian Custer Version: 0.90.0 OS: Linux on Thinkpad (pentium) and desktop (K6) Submission from: (NULL) (128.32.251.234) When I create a boxplot, and then try to overlay a lowess fit or just the points, the points do not appear in the highest level and the lowess curve does not reach the highest level. However, if I add one to each of the models, the problem is solved. I tried this