Displaying 7 results from an estimated 7 matches for "triomphe".
2009 Apr 21
1
How to compare parameters of non linear fitting curves
...o distributions ? And wether
it's the case, how to perform it in R ?
Hope I'm clear enough for getting help,
Etienne
-------------------------------------------------------------------
Etienne Toffin, PhD Student
Unit of Social Ecology
Universit? Libre de Bruxelles, CP 231
Boulevard du Triomphe
B-1050 Brussels
Belgium
Tel: +32(0)2/650.55.30
Fax: +32(0)2/650.57.67
http://www.ulb.ac.be/sciences/use/toffin.html
2009 Oct 20
1
2x2 Contingency table with much sampling zeroes
...t do you think of such datas ? Can I use any statistical method to
test my hypothesis ? Any advice ?
Thanks,
Etienne Toffin
-------------------------------------------------------------------
Etienne Toffin, PhD Student
Unit of Social Ecology
Universit? Libre de Bruxelles, CP 231
Boulevard du Triomphe
B-1050 Brussels
Belgium
Tel: +32(0)2/650.55.30
Fax: +32(0)2/650.57.67
http://www.ulb.ac.be/sciences/use/toffin.html
2003 Apr 11
0
groups disappear with ldapsam
[debian sid/unstable, samba 2.999+3.0.alpha23-1]
Hello,
This morning when entering a windows box I noticed my Network Admin
priviledges are gone; same thing on all boxes on the domain managed by
this samba PDC.
Checking the server with "smbgroupedit -vl" returns:
NT group (SID) -> Unix group
ldapsam_open_connection: connection opened
ldap_connect_system: succesful connection to
2009 Apr 22
0
Rép : How to compare parameters of non linear fitting curves - COMPLETE REPLY -
...> Hope I'm clear enough for getting help,
>>
>> Etienne
>>
>> -------------------------------------------------------------------
>> Etienne Toffin, PhD Student
>> Unit of Social Ecology
>> Université Libre de Bruxelles, CP 231
>> Boulevard du Triomphe
>> B-1050 Brussels
>> Belgium
>>
>> Tel: +32(0)2/650.55.30
>> Fax: +32(0)2/650.57.67
>> http://www.ulb.ac.be/sciences/use/toffin.html
>>
>> ______________________________________________
>> R-help@r-project.org mailing list
>> https://stat...
2013 Feb 13
5
spearman correlation and p-value as a matrix
I have two data matrices that I want to make the correlation between each column from data1 and each column from data 2 and also calculate the p-value Matrices dont have the same size and I tried such a script.
> bg <- read.table (file.choose(), header=T, row.names)
> bg
> Otu00022 Otu00029 Otu00039 Otu00042 Otu00101 Otu00105 Otu00125 Otu00131 Otu00137 Otu00155 Otu00158 Otu00172
2009 Jan 27
3
How to compare two regression line slopes
...ally clear and I know I'm not rigorous at all in
my descriptions, but I hope someone will understand me.
Thanks,
Etienne
-------------------------------------------------------------------
Etienne Toffin, PhD Student
Unit of Social Ecology
Universit? Libre de Bruxelles, CP 231
Boulevard du Triomphe
B-1050 Brussels
Belgium
Tel: +32(0)2/650.55.30
Fax: +32(0)/650.59.87
Skype: etienne_titou
http://www.ulb.ac.be/sciences/use/toffin.html
2007 Oct 18
5
R-squared value for linear regression passing through origin using lm()
Hi,
A have small technical question about the calculation of R-squared
using lm().
In a study case with experimental values, it seems more logical to
force the regression line to pass through origin with lm(y ~ x +0).
However, R-squared values are higher in this case than when I
compute the linear regression with lm(y ~ x).
It seems to be surprising to me: is this result normal ? Is there