Displaying 7 results from an estimated 7 matches similar to: "h exten no getting run ..."
2017 Sep 12
0
comparition of occurrence of multiple variables between two dataframes
Do you have a simplified example with a code? It is not clear to me
what do you mean by tree but if you refer to tree data structure,
maybe you could change the data structure to tree
(https://cran.r-project.org/web/packages/data.tree/vignettes/data.tree.html)
and try to write comparison of two tree objects. It might be easier
that data.frame alone.
On 12 September 2017 at 12:27, C?line L?scher
2017 Sep 12
3
comparition of occurrence of multiple variables between two dataframes
Yes of course, I can share this short view of the datas.
Here is the head() of data100, containing all the trees with a final value higher than 100?:
CV11
CV12
CV13
CV14
CV15
CV21
CV22
CV23
CV24
CV25
CV26
CV31
CV32
CV33
CV41
CV42
CV43
CV44
CV51
CV52
IN11
IN12
IN13
1291
0
0
0
1
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1083
0
4
0
1
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
3919
0
0
0
0
0
0
0
0
0
0
0
2
0
2017 Sep 12
0
comparition of occurrence of multiple variables between two dataframes
Hi C?line,
Looks like you are looking for a statistical test between two sets of
distributions, such
as KS test, for example, generate histogram for each row in an identical
way and run KS test.
But if you are after simple difference you may use compare package (
https://cran.r-project.org/web/packages/compare/index.html).
Best,
-m
PS: Data is already plural :) datas does not exist.
On 12
2017 Sep 12
2
comparition of occurrence of multiple variables between two dataframes
Hi everyone, I need your help to solve a problem with occurrence and two dataframes.
I have an excel table of 15200 lines. Each line correspond to a tree analyzed for its structures. I have all the structures in columns (48 structures). The occurrence of these structures has been counted on every tree. For example, the tree 12607 has 3 structures CV11, 1 structure IN12 and none (0) of the rest of
2009 Sep 05
1
Asterisk-1.6.2.0-rc1 and Instant Message sending
Hi,
i have try to send IM from Client A (Ekiga) to Client B (Ekiga).
I have enable the textsupport in the sip.conf.
I used this "How to":
http://www.voip-info.org/wiki/view/Asterisk+Documentation+1.6.1+realtimetext.txt
sip.conf
[general]
[...]
disallow=all
allow=ulaw
allow = alaw
allow=t140
allow=t140red
textsupport = yes
videosupport = yes
2009 Nov 25
0
asterisk + res_config_ldap = asterisk.core
Greetings.
Attempting to connect Asterisk to LDAP database using res_config_ldap
module. While trying to register sip client (Ekiga softphone),
according to slapd.log, asterisk connects to LDAP server, asks for
some attributes to modify (they do exist, and asterisk user has all
permissions to do that,
etc). And then asterisk application just crashes.
Without ldap (using just static users'
2013 Oct 23
9
rails generate scaffold - ERROR
Hi,
I just installed ROR using the rvm using these instructions:
http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/
Using Ubuntu 12 on VirtualBox
I''m trying to create a demo_app
rails generate scaffold User name:string email:string
gives me this error:
--
/home/natmanu/.rvm/gems/ruby-2.0.0-p247/gems/execjs-2.0.2/lib/execjs/runtimes.rb:51:in
`autodetect'': Could not