search for: newfac

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

2013 Feb 22
4
Controlling Order of Panels in Lattice Trellis Plots
With multiple panels in a lattice trellis plot the sequence is, for example, 1, 10, 11, 12, 2, 3, 4. I want the sequence to be 1, 2, 3, 4, 10, 11, 12. Reading ?strip.default and the appropriate section in the Lattice book I'm not seeing how to specify the 'human' numeric order rather than the computer numeric order. A pointer will be appreciated. TIA, Rich
2005 Aug 24
0
Model forecasts with new factor levels - predict.warn
...object[["model"]][[nn[i]]] print(ofac) # diagnostic oldlev<-levels(factor(ofac)) nfac <- newdata[[nn[i]]] # ?? note need for double brackets. Why? message("Factor ",nn[i], " in new data") print(nfac) # diagnostic message("about to try levels on newfac") newlev<-levels(factor(nfac)) for (j in seq(along=newlev)) { if (!(newlev[j] %in% oldlev)) { message("New level ", newlev[j]," not found in estimation levels of factor ", nn[i]) dostop = TRUE } } } # end loop over names } # end part where...
2014 May 26
3
[LLVMdev] GHC, aliases, and LLVM HEAD
Peter: Please feel free to correct me if there are any inaccuracies below. For a while now LLVM has started rejecting aliases referring to things other than definitions[1]. This unfortunately breaks GHC's LLVM code generator which referes to most symbols through aliases. This is done in two situations, 1. As place-holders for external symbols. As the code generator does not