search for: feole

Displaying 3 results from an estimated 3 matches for "feole".

Did you mean: eole
2004 Aug 17
3
2 gb size limit
...x Advanced Server release 2.1AS I do a uname -a and get the following 2.4.18-14smp I have samba 2.2.7-3.7.2 I have setup a share going from linux to windows and it seems to work fine up to 2 gig when it hits 2 gig it stops. Do I need to upgrade to a newer release of samba. Thank You Ralph Ralph Feole LogistiCare, Inc. ralphf@logisticare.com
2012 Nov 01
2
Subsetting year range
Hi, I have a panel data set that I am trying to subset. I am trying to keep values for years >=1960. The full set is from 1940 to 2000. I tried a few things, but none worked. Here are a couple that I am trying to use. TableAPS1 <- subset(TableAP, year => 1959) TableAPS1 <- TableAP[ which(year > 1959),] It would be really nice if someone can point out what I am doing wrong
2009 Feb 07
1
fixed effects regression
Hi everyone, I am running this fixed effects model in R. The thing is, my own code and the canned routine keep returning different estimates for the fixed effects factors and intercept. (The other variables' estimates and R^2 are the same!!! weird!!) I attach my own code, just in case. I am pretty sure this would not have any fundamental error. Well, hopefully. I have been using this code