search for: departure

Displaying 20 results from an estimated 153 matches for "departure".

2002 Oct 02
1
deleting (empty) directories
I am evaluating rsync for the mirroring of a website and associated database. To exercise it and establish the correct run string I need I am running tests LOCALLY between two test directories. I have a /scratch/temp/Departure and a /scratch/temp/Arrival trees. I apply changes to the Departure tree, run rsync, and do a diff -r. Now I delete a file in Departure rm Departure/Quattro/uno.file rsync -vvv -rlptPzu --delete \ /scratch/temp/Departure/* /scratch/temp/Arrival/ and it does work (deletes file from Arrival/Qua...
2006 Aug 04
8
I need an idea !
Hello here, I need to find an idea to solve a problem I manage Events which are of kind :arrival or :departure At first the two kind of events was unrelated but my client want to see the :departure belonging to the :arrival and vice versa. I''m searching for a solution to implement this ''link''. I''ve thought about an integer column containing an uniq id for the same pair...
2012 Oct 13
4
Database design, working but looking for better ways
...abase used for my travel plan application. You should be able to look at the diagram in the link below, hopefully. https://cacoo.com/diagrams/biDSyxh8yzk2kIeg ("belongs_to" is omitted since it''s obvious) Basically, the application can list the destinations from a choice of the departure. Not mention that the departure_id (integer) and destination_id (integer) should not appear but the "city.name" must appear for the users. Each "Plan" will find both Departure and Destination implicitly and the only corresponding City.name ''s must show up on the screen...
2011 Nov 01
1
condition has length > 1 for LL denominator
...depart intercept 1 1 1 1 2 1 1 3 1 1 2 2 1 3 2 1 3 3 2 2 2 2 3 2 3 3 3 where arrive is the period of arrival, depart is the period of departure, and intercept is the period in which that person was counted. I'm trying to construct the denominator for a likelihood function using the following function. For the first row in "results", for example, I want the denominator to be the sum of all possible arrive/depart combinations...
2010 Dec 15
1
Structure of Anova for obtaining sig. corrected for departure from sphericity
...uence on performance time (the dependent measure). The fundamental ANOVA model is: >aov(t.total~group*present.type+Error(subj/present.type), data=dat2) Unfortunately, the standard deviations of the different interaction-cells differ markedly (~20, ~9, ~9, ~18) so it seems that a correction for departure from sphericity is appropriate. I'm trying to achieve that using the Anova function from the car package, but fail to understand what should be the model, the idata and idesign parameter (which seem to be required for a repeated-measures analysis design). I'd appreciate any help with gett...
2012 Sep 22
1
formtastic does not save at all
Rails 3.1.3 I am using Formtastic gem in order to deal with multi-select dependencies. <%= semantic_form_for(@give) do |f| %> <%= f.inputs do %> <%= f.input :departure, :collection => Departure.find(:all, :order=>:city).collect{ |c| [c.city,c.id]}, :required=>true %> <div id="destinationCity"> <%= render :partial => ''destination'' %> </div> <div id="airlineCompany">...
2002 Oct 03
0
more questions Re: deleting (empty) directories
Thanks to Tim Conway and Phil Marek. The correct way(s) to synchronize two directory trees is to avoid a trailing "*" after the origin directory (either use a . or nothing) rsync -rlptPzu --delete /scratch/temp/Departure/. /scratch/temp/Arrival/ rsync -rlptPzu --delete /scratch/temp/Departure/ /scratch/temp/Arrival/ I was misled by my first tests rsync -rlptPzu --delete /scratch/temp/Departure /scratch/temp/Arrival which created Arrival/Departure and over-did it adding /* to Departure. Actually running with -vv...
2012 Sep 30
1
Please help on Sweave question
...s but when I put it to wok, it is not functioning. perhaps my calling of commands is off?   I would apreciate the help. Here is the code as I have it now:   \documentclass{article} \begin{document} \SweaveOpts{concordance=TRUE} <<echo=FALSE>>= options(width=60) @ There is a considerable departure between the English and the American conventions of using the raised commas. This departure is specifically in where other punctuation marks are placed in relation to the closing raised comma. \end{document}     Andras [[alternative HTML version deleted]]
2016 Apr 04
4
Fligner-Killeen test on binary data
Hello, I investigate survival until the following year (0,1) and I wish to test if the variance in survival for two or more groups are significantly different from each other. I read that the Fligner-Killeen test is a non-parametric test which is very robust against departures from normality but is it correct (valuable technique for publication) to use it on binary data? In other words, can I use fligner.test(survival~categorical_predictor,data=mydata) when survival is binary (0,1)? Best regards Emeline --- This email has been checked for viruses by Avast...
2011 Feb 24
1
wow 4.0.6 wine 1.3.13 opengl segmentation fault
...ntu x64 10.10. The version of the driver of Nvidia driver 270. Wine 1.3.13 the Wonderful with patch(spesial for wow) really up my FPS. In the same theme I have found out that under D3d such problem isn't present, on FPS we will not compare with game... Too strong brakes. In a mode openGL I have departures with "segmentation fault". Has noticed that, it is an error takes off only at deaths on Battle Grounds or Tol Barade. After a departure attempt to come comes to the end with a repeated departure. Roughly speaking, game takes off only when there is a loading screen. Has found the decisio...
2006 Aug 25
2
[LLVMdev] updating the "Getting Started" page with more info about the gcc4 frontend
...cate returns true. IT'S SOMETHING THAT IS EASILY SKIPPED OVER WHEN SKIMMING THE DOCUMENT BECAUSE, HECK, THE GCC3 DRIVER COMPILES DIRECTLY TO BYTECODE SO WHY DOESNT GCC4? It's a "least surprise" issue. If gcc3 produces bytecode directly, why did the gcc4 driver create such a large departure from original, expected functionality? It's a rhetorical question, BTW.
2006 Apr 07
2
Why is transform="km" the default for cox.zph?
...neau, it looks to me like cox.zph provides a mechanism to test for a simple trend in plots of a function of time, g(t) versus the scaled schoenfeld residuals and it also provides some built-in ones and the capability to provide your own. It also appears to me that different forms look at different departures from proportionality. So, my question is what are the advantages and disadvantages of the default transform="km" compared to say, identity or log? Thank you. Kevin -- Kevin E. Thorpe Biostatistician/Trialist, Knowledge Translation Program Assistant Professor, Department of Public He...
2016 Jan 07
3
lld: ELF/COFF main() interface
...mat, etc. 3. Linking multiple outputs in parallel (useful for test drivers) in a single process. Not really an interface issue but there are at least two global pointers (Config & Driver) that refer to stack variables and are used in various places in the code. All of this seems to indicate a departure from the linker being useable as a library. To maintain the previous behavior you'd have to use a linker binary & popen. Is this a conscious design decision or a temporary limitation? If it's a limitation, how would one go about fixing this? I'm not too familiar with the idiomatic...
2016 Apr 04
0
Fligner-Killeen test on binary data
...; I investigate survival until the following year (0,1) and I wish to test if > the variance in survival for two or more groups are significantly different > from each other. > > > > I read that the Fligner-Killeen test is a non-parametric test which is very > robust against departures from normality but is it correct (valuable > technique for publication) to use it on binary data? > > > > In other words, can I use > fligner.test(survival~categorical_predictor,data=mydata) when survival is > binary (0,1)? > > > > Best regards > > Eme...
2011 May 17
4
OT: Video Surveillance SW on CentOS
...tive project. I would appreciate Feedback, from anyone who has used either or both of these programs. Pros and Cons? Also, if anyone has other Software to recommend, to run on CentOS, that information will be appreciated. The idea is to have at least two (2) cameras. One for Arrivals and One for Departures. ------------------------------------------------------ TIA! Lanny Our Computer2.com Domain Name is For Sale, on Sedo.com
2010 Aug 02
1
Problems with normality req. for ANOVA
...not pass a normality test but "visually" looks close to normal so is there a way to compute the affect this would have on the p-value for ANOVA or is there a way to perform an nonparametric test in R that will handle this many independent variables. Simply saying ANOVA is robust to small departures from normality is not going to be good enough for my client. I need to compute an error amount for ANOVA or find a nonparametric equivalent. Thanks, William -- View this message in context: http://r.789695.n4.nabble.com/Problems-with-normality-req-for-ANOVA-tp2310275p2310275.html Sent from th...
2005 Aug 30
0
Royston's V' and v' functions
Dear R-list readers: Royston described the effect of sample size on the p-value obtained from the Shapiro-Francia test (Estimating departure from normality. Stat Med 1991;10:1283-93). He developed two indices from the Shapiro-Francia test (i) V' - an index of departure from normality and (ii) v' - a plot of the cumulative squared residuals. He mentioned the availability (in 1991) of a Minitab macro and a Stata prog...
2009 Nov 30
1
multiple comparisons with non homogeneus variances
This is a mixed question, between theory and practice. I have a dataset with a continous variable grouped by a 33 levels factor. After having log-tranformed my original data I can assume the normality of my data but I have two strong departures from the basic assumptions for anova and t tests: *unbalanced data* (some groups contain ten samples, others hundreds) and *non homogenity of variances* (tested with a kruscal test just for a qualitative assessment). Is it possible, and how, to make multiple comparisons when these conditions are m...
2008 Apr 10
1
More info for -perm 2 ?
...exhaustive explanation on this command? find / -type f -perm -2. Someone said that it means to find all files which have 'other' write access. From the man page it only says: -perm mode File?s permission bits are exactly mode (octal or symbolic). Symbolic modes use mode 0 as a point of departure. -perm -mode All of the permission bits mode are set for the file. -perm +mode Any of the permission bits mode are set for the file. Is there any table that explain all that mode? Thank you. -- Fajar Priyanto | Reg'd Linux User #327841 | Linux tutorial http://linux2.arinet.org 07:49:46 u...
2006 Aug 25
0
[LLVMdev] updating the "Getting Started" page with more info about the gcc4 frontend
...9;S SOMETHING THAT IS EASILY SKIPPED OVER WHEN SKIMMING > THE DOCUMENT BECAUSE, HECK, THE GCC3 DRIVER COMPILES DIRECTLY TO > BYTECODE SO WHY DOESNT GCC4? > > It's a "least surprise" issue. If gcc3 produces bytecode directly, why > did the gcc4 driver create such a large departure from original, > expected functionality? It's a rhetorical question, BTW. > I actually know this one :) I believe the powers that be decided that having a gcc-compatible interface was less surprising to folks than keeping compatible with the gcc3 driver. Thats why the gcc4 driver no...