search for: fictiv

Displaying 10 results from an estimated 10 matches for "fictiv".

Did you mean: fictive
2011 Aug 05
3
[LLVMdev] Experimental fixes to CBackend
...enerated for array types, resulting into declarations being placed directly into functions prototypes (previously it was not happening as well) I'm not very familiar with llvm internals, but tried by best to fix the problems. Please see proposed patches in attachment. Briefly, I'm creating fictive StructType for each ArrayType and slightly changing logic of anonymous structs definition to account the special case of ArrayType-s. - D. -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm.patch Type: text/x-patch Size: 5153 bytes Desc: not available URL: &l...
2007 Apr 16
1
Modelling Heteroscedastic Multilevel Models
Dear ListeRs, I am trying to fit a heteroscedastic multilevel model using lmer{lme4- package). Take, for instance, the (fictive) model below. lmer(test.result ~ homework + Sex -1 + (1 | School)) Suppose that I suspect the error terms in the predicted values to differ between men and women (so, on the first level). In order to model this, I want the 'Sex'-variable to be random on the first level, as describe...
2007 Nov 07
1
Helper methods starting with should_ get picked up as examples?
Hi! I recently updated my rspec and rspec_on_rails plugins to the tip of the trunk and ran into an issue with helper methods with names starting with should_ in my describe blocks. Fictive example to show what I''m talking about: describe Order do it "Can be paid for" do ... should_have_paid(user) end def should_have_paid(user) end end I know in some places I should (ah, there is that word again...) be using custom matchers when I'...
2011 Aug 01
1
--timeout=... lesson learned...
...provided. For a 2.3 Gb file this check might take 2:30 minutes, so if the option --timeout=120 then rsync will exit before the destination has been able to complete its file check. For the future options: Could/can rsync incorporate the adjustment of timeout to include the time used for the check? Fictive example: --timeout=xfer#1-check-time + 120 seconds? detailed example: me at source:~$ rsync -avz --progress --timeout=xfer#1-check-time+120 --delete /media/rsync_gb01/movies/ myserver:movies sending incremental file list DVD1.mkv 2302868295 100% 14.01MB/s *0:02:36* (xfer#1, to-check=41/28...
2008 Aug 22
3
simple generation of artificial data with defined features
...bove (I am working on a small laptop). A division by 1000 would be more than perfect for this example. The exact format of the table is generally not so important, as I could reshape nearly every format with the help of the reshape-package. Unfortunately I could not figure out how to create such a fictive/artificial dataset as described above. Any data.frame would be nice, that keeps at least the percentage. String-IDs of parties could be substituted by numbers of course (would be even better for function kappam.fleiss in irr!). I would appreciate any kind of help very much indeed. Greetings from...
2011 Aug 05
0
[LLVMdev] Experimental fixes to CBackend
...; resulting into declarations being placed directly into functions > prototypes (previously it was not happening as well) > > I'm not very familiar with llvm internals, but tried by best to fix > the problems. Please see proposed patches in attachment. Briefly, I'm > creating fictive StructType for each ArrayType and slightly changing > logic of anonymous structs definition to account the special case of > ArrayType-s. > > - D. > -------------- next part -------------- A non-text attachment was scrubbed... Name: cbe_tests.tar.gz Type: application/x-gzip Size: 33...
2006 Oct 17
0
EM Algorithm help library norm
Hello, i need some help concerning the library norm. i habe to impute some missing values using the em algorithm. The help offered for the library doesn't really help me, maybe somebody already worked on em algorithm or multiple imputation. some fictive Data x1 x2 50 60 24 . 26 20 87 . 21 . Problem: Em Algorithm in R calculating the missings in x2. Thanks in advance. -- View this message in context: http://www.nabble.com/-R--EM-Algorithm-help-library-norm-tf2462486.html#a6864754 Sent from the R help mailing list archive at Nabble.com.
2012 Apr 03
1
[LLVMdev] Extracting loop body
Hi, I've seen this question asked before but I haven't seen an answer.. I would like to extract the body of a (for) loop into a new function so I can do some transformations. The function ExtractCodeRegion seemed like a good candidate and I've got it to sort of work. My problem is that ExtractCodeRegion creates a function that still contains a loop. I was able to eliminate the loop
2004 Jan 18
2
Re: ultra-cheap asterisk box -> Small Biz Robust Asterisk Solution - SBRAS
...If > you = > are > building a toy system for a non-critical application, by all means > build > your own server if you think that's a fun thing to do. Any putative > cost > saving from building one's own server for a mission critical > application = > is > fictive.=20 > > Paul =20
2010 Aug 24
0
mlm for within subject design
...ut how to write reports in R. The point is I don't want to. >> There should be a function that generates a report just like there is a >> function that generates a plot without using loops or if statements. > > > The question is: what do you want? What is the result of this fictive > function? I am sure you don't need loop to do that. > > >> I've read "R IN A NUTSHELL" from cover to cover. The word "report" does > not >> even appear in the index. >> > > Just ask Joseph Adler. > > >> >> On Aug 2...