search for: diffmod

Displaying 5 results from an estimated 5 matches for "diffmod".

Did you mean: diffed
2010 Apr 27
1
ggplot2 - help with intervals in geom plot
...HCount and HProbCount to use custom gradients. i.e. a colour for 0-10, next shade for 10-30, next for 30-70 etc. Due to some magic done on the data, one uses intervals 0,50,100,150 and the other 0,20,40 etc. - not important but I would be interested to know why. My plots are created by; ggplot(DiffMod,aes(binL,binR,fill=HProbCount)) + geom_tile() + theme_bw() + scale_fill_gradient(low="white",high="red") ggplot(DiffMod,aes(binL,binR,fill= HCount)) + geom_tile() + theme_bw() + scale_fill_gradient(low="white",high="red") I can get the intervals right in...
2006 Jun 16
1
diff (to html) for Rails?
Hi, I am looking for a way to compare to pieces of text, and mark up the differences with html. Basically the way Basecamp Writeboards do it. I was wondering whether this is available as a plugin (my initial search didn''t turn up anything). Ingo Weiss -- Posted via http://www.ruby-forum.com/.
2006 May 19
2
Doing and storing a Writeboard like diff in RoR
Hello all, Anyone have any suggestions on how I could do and display a diffed piece of text in a style similar to Writeboard (strikeouts etc.) Q1) Are there any ruby gems for diff? Q2) How would I represent the diffed text in styled HTML? If there are existing tools, any ideas on how I could write this? Thanks, Vaishal -------------- next part -------------- An HTML attachment was scrubbed...
2009 Mar 30
0
pgmm (Blundell-Bond) sample needed)
...ansformation="ld" ) > summary(sysmod, robust=TRUE) (note that although 'summary(sysmod)' does not report a constant, it's actually there; this is an issue to be checked). while the difference-GMM is 'xtabond2 n nL1, gmm(L.(n)) noleveleq nomata robust', in R: > diffmod<-pgmm( dynformula( log(emp) ~ 1, list(1)), data=EmplUK, gmm.inst=~log(emp), lag.gmm=c(2,99), + effect="individual", model="onestep", transformation="d" ) > summary(diffmod,robust=TRUE) The particular model Ivo asked for, using only lags 2-4 as instruments, is...
2009 Apr 01
0
回复: R-help Digest, Vol 73, Issue 32
...ansformation="ld" ) > summary(sysmod, robust=TRUE) (note that although 'summary(sysmod)' does not report a constant, it's actually there; this is an issue to be checked). while the difference-GMM is 'xtabond2 n nL1, gmm(L.(n)) noleveleq nomata robust', in R: > diffmod<-pgmm( dynformula( log(emp) ~ 1, list(1)), data=EmplUK, gmm.inst=~log(emp), lag.gmm=c(2,99),  +  effect="individual", model="onestep", transformation="d" ) > summary(diffmod,robust=TRUE) The particular model Ivo asked for, using only lags 2-4 as instruments, is...