search for: longf

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

Did you mean: long
2009 Nov 03
2
reshaping pairs of columns
...= c(-83.03, 82, 80.78, 79.55, 83.6, 84.48), latD = c(-41.03, 41.87, 41.98, 42, 44.13, 43.8), longD = c(-85.1, 85.37, 83.78, 83.18, 86.85, 87.1), latE = c(41.28, 42.08, 42.22, 42.07, 44.6, 43.72), longE = c(82.42, 81.17, 80.2, 80.27, 83.5, 83.23), latF = c(43.13, 42.35, 42.62, 42.83, 44.62, 43.62), longF = c(82.25, 81.77, 81.37, 79.92, 85.5, 85.25), latG = c(42.05, 42.23, 42.37, 42.37, 44.75, 44.03), longG = c(82.88, 82.35, 81.3, 80.03, 83.57, 83.47), latH = c(42.15, 42.38, 42.53, 42.87, 44.47, 44.03), longH = c(81.63, 80.78, 80.35, 78.73, 81.75, 81.72), latI = c(42.03, 42.25, 42.33, 42.33, 44.75...
2015 Jan 09
2
Name mangling problem
...ian wheezy (version 3.6.6) and i am experiencing some troubles with file name mangling. If i try "dir /x" on a mapped folder it gives me unexpected mangled names: the name mangling matches only the first character and not the first 5 as i expect. For example: if the long file name is LONGFILENAME.TXT, i expect the mangled sholud be something like LONGF~01.TXT, but i see: LNHQX6~C.TXT I tried to change mangling method = hash (instead of the default hash2) also i tried the solution posted here: http://www.oreilly.com/openbook/samba/book/ch05_04.html but no luck. The the share are o...
2012 Jan 24
1
Plotting coxph survival curves
Hi, I am attempting to plot survival curves estimated by cox proportional hazards regression model. The formula for the model is this: F.cox.weight <- coxph(Surv(Lifespan, Status) ~ MS + Weight + Laid + MS:Laid + Weight:Laid, data = LongF) MS = Mating status (mated/virgin) Weight = adult female weight, continuous covariate Laid = number of eggs laid by each female, continuous covariate I want to plot female survival, as estimated by my model, by mating status and therefore two survival curves should be plotted. My code results in...