Displaying 3 results from an estimated 3 matches for "lement".
Did you mean:
element
2006 Jun 29
0
Sortables question
Hello,
I am new to Scriptaculous, and was recently brought into a project using
it to create an email Newsletter builder. The idea is that the user
will have lists of elements that he can add to the email page by
dragging the element he wants to add from an "available sections"
container, to a "loaded sections" container. Dragging from the loaded
to available will "remove" the element from the email. Draggables and
Droppables weren'...
2006 Sep 22
1
Update to Dillo browser question
...i.
>
> I have two questions
>
> first: I would like to be able to have only one instance of dillo open
> and when I try to open a new url (from outside dillo), that this url is
> opened in the old instance. Is this possible, and if yes, how?
Not now.
The idea is to implement this with dpip (dillo plugin protocol)
but it has not being done yet, becuase of lack of manpower.
> second: I have seen emails concerning running dillo in server mode
> (dillo -s server). I tried it, but dillo didn't know -s. Is this feature
> imp[lemented, and if yes, how can I a...
2008 Aug 15
2
cor() btwn columns in two matrices - no complete element pairs
...tween complete sets of
data:
#Code start
maxcol<-ncol(mat1)
for (i in 1:maxcol)
{
corr_results[1,i]<-cor(mat1[,i],mat2[,i], use="complete.obs")
}
#Code end
...but I get the following error message:
Error in cor(mat1[,i], mat2[,i], use="complete.obs") :
no complete element pairs
Is there something I'm not including in the 'cor' parentheses? I apologise
for not including the true original data frames.
Thanks,
rcoder
--
View this message in context: http://www.nabble.com/cor%28%29-btwn-columns-in-two-matrices---no-complete-element-pairs-tp18998875p18998...