search for: vermont

Displaying 20 results from an estimated 66 matches for "vermont".

2009 Apr 17
3
Create histogram from data matrix
...ons, including bar plots with no success. If there is no way to do this with my data as the are currently arrange, is there an efficient way to re-arrange them? Thanks a lot for any assistance or advice! Sincerely, Paul Simonin -- Paul W. Simonin Graduate Research Assistant, MS Program Vermont Cooperative Fish and Wildlife Research Unit The Rubenstein School of Environment and Natural Resources University of Vermont 81 Carrigan Dr. Burlington, VT 05405 Ph:802-656-3153
2009 Apr 10
1
Subset a data frame for plotting
...about doing this? Am I missing something in the above commands? Any other advice is certainly welcome too, as I admit to being a bit new to R. Thank you very much for any answers, tips, suggestions, etc.! Best wishes, Paul Simonin -- Paul W. Simonin Graduate Research Assistant, MS Program Vermont Cooperative Fish and Wildlife Research Unit The Rubenstein School of Environment and Natural Resources University of Vermont 81 Carrigan Dr. Burlington, VT 05405 Ph:802-656-3153
2004 Aug 09
4
Simultaneous subscripts and superscripts
...ere a way to place BOTH a subscript and superscript so that they are placed identically as if I had overlayed S^2 and S[t]? I'm using R 1.9.0 on Mac OSX. Thanks, Brian -- ********************************************************************* Brian Beckage Department of Botany University of Vermont Marsh Life Science Building Burlington, VT 05405
2004 Jan 14
2
nonlinear regression and Excel solver
...rested in assisting me with S-Plus code with the potential payoff of collaboration on a publication in the ecological literature? Obviously, I would be equally enthused if an R user was interested in a collaboration. Thanks in advance, Kristian -- Kristian Omland Postdoctoral Research Associate Vermont Cooperative Fish & Wildlife Research Unit Rubenstein School of Environment & Natural Resources University of Vermont Burlington VT 05405 voice: (802)656-2496 fax: (802)656-8683 web page: http://www.uvm.edu/~komland
2004 May 08
1
Installing R 1.9.0 on OSX
...in:/bin:/usr/sbin:/sbin:/Users/brianbeckage:/usr/X11R6/bin:.:/Users/brianbeckage/bin:/usr/local/bin How do I correctly set up the symbolic link? Thanks for you help, Brian -- ********************************************************************* Brian Beckage Department of Botany University of Vermont Marsh Life Science Building Burlington, VT 05405 Phone: 802 656-0197 Fax : 802 656-0440 email: Brian.Beckage at uvm.edu web : www.uvm.edu/~bbeckage
2008 Sep 04
2
isoMDS and dist
...t I want to know is whether I can reattach the ID and elevation onto the point location information given from isoMDS? or is it possible that the order given in the isoMDS output is not the same as the order of the original data used to calculate distances? Thanks, Carrie Pucko University of Vermont
2003 Dec 11
2
Failed installation on Mac OSX 10.3 (PR#5697)
...that come with the download (e.g., j_libreadlne.pkg, j_tcltk.pkg, j_libxml2.pkg) need to be installed? Any suggestions are appreciated. Thanks for your help, Brian -- ********************************************************************* Brian Beckage Department of Botany University of Vermont Marsh Life Science Building Burlington, VT 05405 Phone: 802 656-0197 Fax : 802 656-0440 email: Brian.Beckage@uvm.edu web : www.uvm.edu/~bbeckage
2003 Dec 11
2
Failed installation on Mac OSX 10.3 (PR#5697)
...that come with the download (e.g., j_libreadlne.pkg, j_tcltk.pkg, j_libxml2.pkg) need to be installed? Any suggestions are appreciated. Thanks for your help, Brian -- ********************************************************************* Brian Beckage Department of Botany University of Vermont Marsh Life Science Building Burlington, VT 05405 Phone: 802 656-0197 Fax : 802 656-0440 email: Brian.Beckage@uvm.edu web : www.uvm.edu/~bbeckage
2005 Jun 10
1
Fortran compilation error
...ns/2.1.0/Resources/library/Hmisc' Any ideas as to what file -lg2c represents and how I correct this? I'm running R 2.1.0 Patched under OSX 10.3.9. Thanks, Brian -- ********************************************************************* Brian Beckage Department of Botany University of Vermont Marsh Life Science Building Burlington, VT 05405 Phone: 802 656-0197 Fax : 802 656-0440 email: Brian.Beckage at uvm.edu web : www.uvm.edu/~bbeckage
2007 May 11
1
Connection gets closed after just a few seconds "smbd/service.c:close_cnum(1150)"
...05-11 14:38:14 smbd[892938]: tax165 (10.0.89.165) closed connection to service refprod I have level 10 log files available too if anybody needs to get a look at things in that kind of detail. Thank you in advance, Claus ____________________________________________ Claus Lund Systems Developer Vermont Department of Taxes Information Systems 133 State Street Montpelier, Vermont 05633-1401 (802) 828-3735
2009 Jul 03
2
mapping states with colors
...ouri', 'nebraska' , 'new hampshire', 'new jersey', 'new mexico', 'new york', 'north carolina' , 'north dakota', 'ohio', 'pennsylvania', 'rhode island', 'virginia', 'wyoming', 'arkansas', 'vermont') syg <- c( 'alaska', 'california', 'colorado', 'florida', 'georgia', 'idaho' , 'illinois', 'indiana', 'iowa', 'kansas', 'kentucky', 'louisiana', 'maine' , 'michigan', 'miss...
2007 Jun 06
0
Job: R Package Developer / Consulting Statistician
R Package Developer / Consulting Statistician Burlington, Vermont Precision Bioassay is a small and growing statistical consulting firm specializing in the design and analysis of biological assays of pharmaceutical proteins and vaccines. We are building a turnkey software solution for cell culture bioassay that integrates optimal design of bioassay experiments,...
2004 Dec 04
1
AIC, AICc, and K
..., where AICc = AIC + 2K(K+1)/(n-K-1), but not sure of how K is calculated or how to extract that value from either an AIC or logLik calculation. This is probably more of a basic statistics question than an R question, but I thank you for your help. -Ben Osborne -- Botany Department University of Vermont 109 Carrigan Drive Burlington, VT 05405 benjamin.osborne at uvm.edu phone: 802-656-0297 fax: 802-656-0440
2005 Mar 01
1
na.strings in readLines or is.na?
...an equivalent command for readLines? Alternatively, either immediately after reading into R or once the data set has been converted to a data frame, what is the appropriate command (or appropriate use of is.na) to convert my -99.99s to NAs? Thanks, Ben Osborne -- Botany Department University of Vermont 109 Carrigan Drive Burlington, VT 05405 benjamin.osborne at uvm.edu phone: 802-656-0297 fax: 802-656-0440
2004 Nov 22
2
variable object naming
...fill a matrix every time I run a loop, and I want a new matrix with each run, with an appropriate new name. i.e.: for(i in 1:5){... matrix.i<-some values ...} so that in the end I would have: matrix.1 matrix.2 matrix.3 matrix.4 matrix.5 Thanks, Ben Osborne -- Botany Department University of Vermont 109 Carrigan Drive Burlington, VT 05405 benjamin.osborne at uvm.edu phone: 802-656-0297 fax: 802-656-0440
2005 Apr 18
1
R-squared in summary(lm...)
What is the difference between the two R-squareds returned for a linear regression by summary(lm...)? When might one report multiple vs. adjusted R-squared? Thank you, Ben Osborne -- Botany Department University of Vermont 109 Carrigan Drive Burlington, VT 05405 benjamin.osborne at uvm.edu phone: 802-656-0297 fax: 802-656-0440
2008 Feb 25
0
Extracting variance components from a Manova
...fit <- manova(Y ~ sire + dam:sire) sireSS <- summary(fit)$SS$sire etc. the sire covariance matrix = (MS(sires) ? MS(dams)/(offspring/sire) which gives us the correct answer with balanced data, but of course not with unbalanced data. -- Charles Goodnight Professor of Biology University of Vermont Burlington Vermont 802 656-8521
2009 Jan 24
1
Stat textbook recommendation
...check out some of the material referenced there. Clay Helberg's site is particularly helpful. Unfortunately it is virtually impossible to keep links current, so some are likely to be dead--although you can often find them via Google. Dave Howell -- David C. Howell Prof. Emeritus, Univ. of Vermont PO Box 770059 627 Meadowbrook Circle Steamboat Springs, CO 80477
2005 Oct 27
1
A hierarchy of DFS trees...
...as a hierarchical substitute for the network neighborhood. I could configure a server called browse, w/ a number of DFS shares. \\browse.mycompany.com\northeast \\browse.mycompany.com\westcoast \\browse.mycompany.com\gulfcoast browse # cd /dfsshares browse # mkdir northeast browse # ln -s msdfs:vermont.mycompany.com/servers northeast/vermont browse # ln -s msdfs:jersey.mycompany.com/servers northeast/jersey browse # ln -s msdfs:newyork.mycompany.com/servers northeast/newyork browse # mkdir westcoast browse # ln -s msdfs:irvine.mycompany.com/servers westcoast/irvine browse # ln -s msdfs:hollywood....
2012 Dec 05
1
loading & using Ryacas
...sage: package ‘yacas’ is not available (for R version 2.15.2) Got the same thing for R version 2.15.1. Suggestions? I'm fairly new to R and could use some detailed instructions. Working on Mac OSx 10.8.2 Thanks! -- Alicia Ellis Postdoc Gund Institute for Ecological Economics University of Vermont 617 Main Street Burlington, VT 05405 (802) 656-1046 http://www.uvm.edu/~aellis5/ <http://entomology.ucdavis.edu/faculty/scott/aellis/> [[alternative HTML version deleted]]