search for: c0930

Displaying 11 results from an estimated 11 matches for "c0930".

Did you mean: 0930
2007 Oct 16
2
Bootstrapping Contrasts for Repeated Measures ANOVA
...coustic condition #1 are different than acoustic condition #2 + #3. However, I don't know where to begin to write a program to do contrasts with a resampling technique. Any ideas would be terrific. Thanks, Alex -- Alexander T Baugh Section of Integrative Biology Univ. of Texas at Austin C0930 Austin, TX 78712 http://darktropic.blogspot.com/
2008 Apr 04
1
lme4: How to specify nested factors, meaning of : and %in%
...33 Treatment3 -5.333 5.729 -0.931 Correlation of Fixed Effects: (Intr) Trtmn2 Treatment2 -0.580 Treatment3 -0.580 0.500 -- Claus Wilke Section of Integrative Biology and Center for Computational Biology and Bioinformatics University of Texas at Austin 1 University Station C0930 Austin, TX 78712 cwilke at mail.utexas.edu 512 471 6028
2008 Apr 28
2
F values from a Repeated Measures aov
...ncies in my F-values between [R] and SPSS? As soon as I get this canonical aov code figured out I want to derive my p-values by bootstrapping my F distributions, but first I need those canonical F's. Thanks -Alex -- Alexander T Baugh Section of Integrative Biology Univ. of Texas at Austin C0930 Austin, TX 78712 http://darktropic.blogspot.com/
2018 May 29
1
Quartz graphic device can be extremely slow in some cases
...ssion and reproducible examples, please see here: https://github.com/tidyverse/ggplot2/issues/2655 https://community.rstudio.com/t/ggplot2-geom-sf-performance/3251 Best wishes, Claus -- Claus Wilke Professor and Department Chair, Integrative Biology The University of Texas at Austin 2500 Speedway, C0930 Austin, Texas 78712 512 232 2459 [[alternative HTML version deleted]]
2002 Nov 07
0
Finalizer function?
...#39;.Call function name not in call table'. Are functions listed in Rinternals.h no longer available in .Call? Or is this a namespace issue? How do I reference the function? Thanks. Tim -- Timothy H. Keitt The University of Texas at Austin Section of Integrative Biology 1 University Station C0930 Austin, Texas 78712-0253 USA -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !)...
2008 Apr 16
1
Meaning of /, :, and %in% in lmer
...stand why (1|A/B) seems to be different from (1|A) + (1|B %in% A), isn't that what %in% means? Thanks a lot for your help, Claus Wilke -- Claus Wilke Section of Integrative Biology and Center for Computational Biology and Bioinformatics University of Texas at Austin 1 University Station C0930 Austin, TX 78712 cwilke at mail.utexas.edu 512 471 6028
2002 Nov 09
1
Calling function with proto in Rinternals.h
...the past, but now I get an error message something like: 'call function name not in call table'. I'm using the 1.6.1 rpm from CRAN. Anyone know what's going on? Thanks. Tim -- Timothy H. Keitt The University of Texas at Austin Section of Integrative Biology 1 University Station C0930 Austin, Texas 78712-0253 USA -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject...
2008 Apr 05
2
pearson's correlation
Hello, I used the function cor to calculate the pearson correlation coefficient between variables. However, the resulting values do not correspond to the outcome of my excel-calculations, for which I used the formula Cor(x,y)=Cov(x,y)/(SD(x)*SD(y)) So my question is: How does the function "cor" compute the pearson correlation coefficient? Thank you in advance, Ake Nauta
2008 Apr 06
2
Executing a telnet session from R
Colleagues I am working in a Linux OS with R 2.6.2. I need to execute a telnet session to another Linux machine from R, perform some operations, then return to the original computer. When I am in an R session, this is easy to accomplish by typing: system("telnet -l username machinename") I am then asked for my password; once that is entered, I am connected to the remote
2002 Nov 11
2
R 1.6.1: help with debugging error in RunGenCollect(), R_gc_internal
Hi, [System info: R 1.6.1 compiled from source (no args to configure) on Redhat 7.1 Linux i/386] I have some spatial statistics programs that recently (since R 1.6.1) have generated SIGSEGV. These R programs use the splancs library as well as some C code of my own for Voronoi analysis. The program has a big loop to fit various model parameters against a spatial distribution of biological
2002 Oct 22
3
Loading packages at startup
> 4) One problem with saving an R session and then restoring it is that > the packages in use are not reloaded. Quitting an R session and > saving could write .Rpackages in the current directory (with the > library recorded if it were not the default). Then restarting a > session in that directory would restore the loaded packages > automatically. I've been