Displaying 1 result from an estimated 1 matches for "savdescribed".
2012 May 31
1
Question on meaning of '%+%', '%?%' (? = various single letter) in code
...Hilt comment):
After entering ?x3?, the data was listed with all values = 1,
which is what should happen when binary division is done ? CHECK!
MH:
After entering ?x4 <- x1 %+% x1
R returns:
?Error: could not find function "%+%"?
MH:
So %+% is not a Special binary operator as %x% is
savdescribed on p. 12 of the CRAN doc:
R Language Definitions.
xxxxxxxxxxxx
Could someone help me out and let me know what ?%?%?
(where ? = a single letter in a 3 character string with ?%?
being the 1st and 3rd characters), and/or ?%+%? does in
R code/function?
Thank you,
Mike Hilt
mikehilt21 at gmail.com