Displaying 2 results from an estimated 2 matches for "noclick".
Did you mean:
foclick
1999 Jan 19
2
locator(n=1) or (n=500) as S-plus ?
There's a non-compatibility between R and S-plus
with the default argument of the
locator()
function.
R has locator(n=1)
S-plus has locator(n=500, type="n", noclick=F)
S's default is ``better'' I think, insofar as it means in 99% of the cases
``user clicks <left> as many times as wanted
and then clicks <right> to end''
Ross Ihaka and his grad students are working on improving this interface, I
believe, however, I'd pro...
2008 Aug 11
1
Logistic regression on aggregate data
Hi,
I want to run a logistic regression on summary data and I was not able to
find the adequate R function to do so. The data is summarized daily and
instead of the binary y_t I have n_d and m_d, where is the number of
instances in which a choice could have been made and m_d is the number of
instances in which the choice was made. The other characteristics have been
averaged throughout the day.