Displaying 20 results from an estimated 37 matches for "unifr".
Did you mean:
unify
2005 Dec 18
3
GLM Logit and coefficient testing (linear combination)
...############################
David Stadelmann
Seminar f??r Finanzwissenschaft
Universit?? de Fribourg
Bureau F410
Bd de P??rolles 90
CH-1700 Fribourg
SCHWEIZ
Tel: +41 (026) 300 93 82
Fax: +41 (026) 300 96 78
Tel (priv): +41 (044) 586 78 99
Mob (priv): +41 (076) 542 33 48
Email: david.stadelmann at unifr.ch
Internet: http://www.unifr.ch/finwiss
Internet (priv): http://david.stadelmann-online.com
2006 May 08
1
Panel Data Estimators (within, between, Random Effects estimator)
...###############################
David Stadelmann
Seminar f?r Finanzwissenschaft
Universit? de Fribourg
Bureau F410
Bd de P?rolles 90
CH-1700 Fribourg
SCHWEIZ
Tel: +41 (026) 300 93 82
Fax: +41 (026) 300 96 78
Tel (priv): +41 (044) 586 78 99
Mob (priv): +41 (076) 542 33 48
Email: david.stadelmann at unifr.ch
Internet: http://www.unifr.ch/finwiss
Internet (priv): http://david.stadelmann-online.com
2004 Feb 01
2
3 little questions
...> Thanks in advance,
> S.M
>
>
> ==============================================
> Dr. Siegfried Macho
> Department of Psychology
> University of Fribourg
> Rue de Faucigny 2
> CH-1700 Fribourg
>
> Tel.: +41-26-3007635
> Fax.: +41-26-3009712
> http://www.unifr.ch/psycho/general/macho.htm
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html
>
>
-----...
2005 Feb 25
0
Problem using stepAIC/addterm (MASS package)
...ot;stepAIC") where to find "learndata"?
Thanks for your help.
Regards
Michael
--
Michael Beer, dipl. math., University of Freiburg/Fribourg Switzerland
Seminar of Statistics, Av. de Beauregard 13, CH-1700 Freiburg
Phone +41 26 300 8278, Fax +41 26 300 9781
E-mail: michael.beer at unifr.ch, Web: http://www.unifr.ch/stat/
2005 May 23
0
using lme in csimtest
....777 0.327 0.081 0.162 0.143
#treatment2-treatment1 -0.074 -0.227 0.327 0.821 0.821 0.821
___
drs. René Eschen
CABI Bioscience Switzerland Centre
1 Rue des Grillons
CH-2800 Delémont
Switzerland
+41 32 421 48 87 (Direct)
+41 32 421 48 70 (Secretary)
+41 32 421 48 71 (Fax)
<http://www.unifr.ch/biol/ecology/muellerschaerer/group/eschen/eschen.html>http://www.unifr.ch/biol/ecology/muellerschaerer/group/eschen/eschen.html
[[alternative HTML version deleted]]
2010 Aug 05
0
multiple comparisons after glm
...sex "and "parasitoidsadded" are taken into account?
Thank you for answering!
Isabelle Zaugg, PhD Student
University of Fribourg
Department of Biology
Unit of Ecology & Evolution
Chemin du Musée 10
CH-1700 Fribourg
Switzerland
Phone: +41 (0)26 300 88 67
E-mail: isabelle.zaugg@unifr.ch<mailto:isabelle.zaugg@unifr.ch>
[[alternative HTML version deleted]]
2012 Sep 07
3
Problem with duplicates in row.names
Hello,
I am drawing a heatmap with hundreds of genes. Everything work fine, except when I want to had the name of the genes as the row.names with
>row.names (a)<-a$Name
And there''s this things that duplicate are not allowed...
How can I do to allow duplicates ??? I don''t have the choice I can''t just have numbers .
Thanks for your help, I am new in R ...
Fred
2009 Mar 03
2
R - MATLAB apply like function
Dear all,
I very often use the R function "apply", for speedup purposes. I am now also using MATLAB, and would like to use the same kind of function.
I have already asked MATLAB people, and the answer is : "vectorize"... but of course, this is not always possible. So, instead of using
a FOR loop all the time, I tried using the bsxfun. So you R people, who might also use MATLAB,
2004 Jan 23
1
Problem with hasArg() using R-files
...help,
> S.M.
>
>
>
>
>
> ==============================================
> Dr. Siegfried Macho
> Department of Psychology
> University of Fribourg
> Rue de Faucigny 2
> CH-1700 Fribourg
>
> Tel.: +41-26-3007635
> Fax.: +41-26-3009712
> http://www.unifr.ch/psycho/general/macho.htm
> ==============================================
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
> PLEASE d...
2004 Dec 02
3
Dominant factors in aov?
...lar function calls
and similar datasets. Am I doing something wrong here?
Many thanks,
Ren?? Eschen.
___
drs. Ren?? Eschen
CABI Bioscience Switzerland Centre
1 Rue des Grillons
CH-2800 Del??mont
Switzerland
+41 32 421 48 87 (Direct)
+41 32 421 48 70 (Secretary)
+41 32 421 48 71 (Fax)
http://www.unifr.ch/biol/ecology/muellerschaerer/group/eschen/eschen.html
2012 Sep 09
3
how to save a heatmap.2 in png /jpeg /tiff
Hey, I am still working on my heat map (for those who are read my previous post about row.names)…
Now, I would like to save my heat map.2 in .png or .tiff in order being able to work on the picture in photoshop, but it doesn't work.
I'am using (as I have found on some forum)
> png("heatmap.2.png) # and it just doesn't work. when I try doing it with::
2004 Feb 16
1
nlme_crossed AND nested random effects
Dear R-help group,
How can I define a lme with 3 factors(a,b,c), where c is nested in b,
and a is crossed with b/c?
I think that:
lme(response ~ ..., data = Data,
random = pdBlocked(list(pdIdent(~ a - 1), pdIdent(~ b - 1))))
is one part of the answer and:
lme(response~..., data=Data, random=~1|b/c)
is the other part of the answer but how can I combine them??
Could anybody please help
2003 Nov 28
1
problem with nls()
...id confusion I have changed the names I, R, S to I.1, R.1, S.1.
Sincerely,
Siegfried Macho
==============================================
Dr. Siegfried Macho
Department of Psychology
University of Fribourg
Rue de Faucigny 2
CH-1700 Fribourg
Tel.: +41-26-3007635
Fax.: +41-26-3009712
http://www.unifr.ch/psycho/general/macho.htm
==============================================
[[alternative HTML version deleted]]
2008 Apr 22
2
optimization and gradient
Dear all,
I am using the functions 'optim' and 'nlminb'. For both, you can provide
a function which computes the gradient of the objective function (to
enhance speed and precision). In my case, both the objective function
and the gradient take time to be computed and share many common
computations (similar matrix, products, etc...). Therefore, I have to
compute these
2005 Jun 24
1
lme4 extracting individual variance components
Hi,
For further calculations I need to extract indivdual Variances of
different random effects from a fitted model.
I found out how to extract the correlations
(VarCorr(m1)@reSumry$group1) but I was not able to find a way to
extract the other components individually.
To extract the Residuals I tried: (ranef(m1)@ stdErr) which
unfortunately did not work.
Thank you very much for your help!
2008 May 27
4
package functions documentation
Dear all,
I am currently creating a package and writing the documention files for
some functions (the main functions). When using R CMD check myPackage, I
get a warning message indicating that some of my functions are not
documented. How can I get rid of this problem? Of course, I don't want
to document every function in the package...
Thanks for your help.
--
David Ardia
H-building, room
2004 Oct 22
0
libao-0.8.5 patch
.../plugins/nas/ao_nas.c libao-0.8.5.new/src/plugins/nas/ao_nas.c
--- libao-0.8.5/src/plugins/nas/ao_nas.c 2003-07-14 04:59:10.000000000 +0200
+++ libao-0.8.5.new/src/plugins/nas/ao_nas.c 2004-10-22 12:07:34.000000000 +0200
@@ -48,6 +48,7 @@
"nas",
"Antoine Mathys <Antoine.Mathys@unifr.ch>",
"Outputs to the Network Audio System.",
+ NULL,
AO_FMT_NATIVE,
10,
ao_nas_options,
@@ -117,7 +118,8 @@
internal->buf_size = atoi(value);
if (internal->buf_size <= 2)
return 0;
- }
+ } else
+ return 0;
return 1;
}
diff -ur libao-0.8.5/s...
2006 Aug 23
0
Random structure of nested design in lme
Why are the results not reliable?
________________________________
From: ESCHEN Rene [mailto:rene.eschen@unifr.ch]
Sent: Wednesday, August 23, 2006 3:48 AM
To: Spencer Graves; r-help@stat.math.ethz.ch
Cc: Doran, Harold
Subject: RE: [R] Random structure of nested design in lme
The output of the suggested lmer model looks very similar to the output of aov, also when I ran the model on the dataset...
2008 Oct 15
0
R-help Digest, Vol 67, Issue 31
...y <- dbinom(x, 14, 0.7, log = FALSE)
Is there a way to make a histogram-like plot with multiple bars side
by side (for different distributions) like in the example?
------------------------------
Message: 68
Date: Mon, 29 Sep 2008 22:10:46 +0200
From: CLERC Thomas <thomas.clerc at unifr.ch>
Subject: [R] x axis label overlap
To: r-help at r-project.org
Message-ID: <69CC5A7A-C36D-4ED4-A846-16503ECA238F at unifr.ch>
Content-Type: text/plain
Hello,
On the figure produced by this code:
##############
# donn?es Bacher 2001
y
.bacher
=
c
(69,18,13,12,5,4,3,3,13,9,7,6,4,2,69,...
2009 Jan 28
2
t.test in a loop
Hi All,
I've been having a little trouble with creating a loop that will run a a
series of t.tests for inspection,
Below is the code i've tried, and some checks i've looked at.
I've used the get(paste()) idea as i was told previously that the use of the
eval should try and be avoided.
I've run a single syntax to check that my systax is correct and works
without any problems