Displaying 3 results from an estimated 3 matches for "dmod".
Did you mean:
demod
2009 Jul 14
4
Help needed in identifying type of plot
Hi folks,
Can someone please help me in identifying the type of plot shown here?
Sample R code or specific package name would be of help as well.
Thanks,
-Girish
http://www.nabble.com/file/p24477714/example_plot.jpg
--
View this message in context: http://www.nabble.com/Help-needed-in-identifying-type-of-plot-tp24477714p24477714.html
Sent from the R help mailing list archive at Nabble.com.
2009 Aug 09
1
binary operators that implement row and column sweeps of matrices by vectors
...tools
#set.of.ops<-c(getGroupMembers(Compare),getGroupMembers(Arith))
#names.for.ops<-as.array(c(
"eq","gt","lt","ne","ge","le","plus","minus","x","exp","mod","dmod","div"))
`%eq%`<-function(x,y) dop(x,y,op= "==")
`%gt%`<-function(x,y) dop(x,y,op=">")
`%lt%`<-function(x,y) dop(x,y,op="<")
`%ne%`<-function(x,y) dop(x,y,op="!=")
`%ge%`<-function(x,y) dop(x,y,op=&quo...
2009 Jun 29
5
Help
HiĀ group,
I found a module for adaptive kernel density estimation for Stata users, but unfortunetly I don't have access to Stata, can I find a similar approach using R?
Thank u so much 4 ur time.
[[alternative HTML version deleted]]