Re: [R] Stop or limit to console printing large list and so on

2024-09-11 Thread stephen sefick
No an interrupt does not help, unfortunately. I'll just try be more careful. Stephen Sefick On Wed, Sep 11, 2024, 11:47 Ivan Krylov wrote: > В Wed, 11 Sep 2024 09:44:05 -0400 > stephen sefick пишет: > > > I am having a problem with accidentally typing an object name at

[R] Stop or limit to console printing large list and so on

2024-09-11 Thread stephen sefick
bject name at the console that is a very large list and then having to wait for it to be printed until I can resume my work. Is there a way that I have missed to stem this default behavior? Kindest regards, Stephen Sefick [[alternative HTML versi

Re: [R] Network issue

2024-02-20 Thread stephen sefick
Maybe I missed the rest of the post? You are more likely to get help with your problems if you create a minimal reproducible example. Kindest regards, Stephen Sefick On Tue, Feb 20, 2024, 12:24 James Powell wrote: > [[alternative HTML version dele

Re: [R] Help with connection issue for R (just joined, leading R for our agency)

2020-12-14 Thread stephen sefick
Hello, I use ESS everyday for work. If you choose to explore this route, spacemacs configuration files/layers may ease your transition to emacs. Stephen Sefick, PhD On Fri, Dec 11, 2020, 06:25 Jeremie Juste wrote: > > Hello Alejandra, > > || On Tuesday, 8 Dec 2020 at 10:48, Alej

Re: [R] Language environment

2020-11-17 Thread stephen sefick
Maybe in .Rprofile? Maybe in .first in .Rprofile? Stephen Sefick, PhD On Tue, Nov 17, 2020, 08:01 Steven Yen wrote: > In R, I was able to set the language environment by fixing the line > > in file "C:\Program Files\R\R-4.0.3\etc\Rconsole", line 70 below, set > langua

Re: [R] Simultaneous Equation Model with Dichotomous Dependent Variables

2020-10-05 Thread stephen sefick
Casey, I have used laavan for sem in the past. Stephen Sefick, PhD On Mon, Oct 5, 2020, 02:12 Casey Mallon wrote: > Hello everyone! > > I am currently working with a time series panel data set measuring six > dependent variables: > 4 of which are binary and 2 of which are count

Re: [R] Reproducibility Between Local and Remote Computer with R

2020-08-09 Thread stephen sefick
versions (R and add-on packages) are the same. Fwiw, Stephen On Sun, Aug 9, 2020, 08:26 Kevin Egan wrote: > Hi Stephen, > > I believe I am using Renv, but on my remote computer I am running batch > files. > > Thanks, > > Kevin > > On 8 Aug 2020, at 18:18, stephen sef

Re: [R] Reproducibility Between Local and Remote Computer with R

2020-08-08 Thread stephen sefick
Caveat, I have only skimmed this email thread, so please forgive me if I have missed something. Are you able to use Renv, packrat, docker, or anaconda? Your compute environments are very different. Kindest regards, Stephen Sefick On Sat, Aug 8, 2020, 19:05 Abby Spurdle wrote: > Hi Ke

Re: [R] National Weather Service Data

2020-07-02 Thread stephen sefick
I am unfamiliar with Rnomads. Could you provide a minimal reproducable example? You are more likely to receive help this way. On Thu, Jul 2, 2020, 18:06 Philip wrote: > Is anyone out there familiar with rNOMADS? It is a package to get into > National Weather Service forecasting data with R? > >

Re: [R] Posting: R-Project Code/Package for a Stepwise Multiple Regression Analysis

2020-03-30 Thread stephen sefick
Please search archives and Google. There are many resources. I think that the MASS package has stepwise regression, but please confirm yourself. On Mon, Mar 30, 2020, 09:45 Jastine bugayong wrote: > Statistics newbie over here getting her feet wet into the research realm. > > I will be using the

Re: [R] R unable to locate base unix commands (tar, sh etc)

2019-10-17 Thread stephen sefick
I work on a Mac now. I believe .profile gets sourced first and then .bashrc. I set PATH in my .bashrc. I set a git token in .Renviron and a blank .Rprofile because I use packrat quite often. I have no problem with my environment at a shell or in Rstudio. I would start by commenting where you set t

Re: [R] Include pre-existing PDF files as vignettes in an R package?

2018-02-19 Thread stephen sefick
Yes, 'C-c C-e l l' I think, but follow the pop-up, and everything should be ok. On Feb 19, 2018 07:05, "Rainer Krug" wrote: > > > > On 19 Feb 2018, at 12:25, Duncan Murdoch > wrote: > > > > On 19/02/2018 5:47 AM, Michael Hannon wrote: > >> Thanks, Duncan. The f

Re: [R] pulling recessions out of a hydrograph

2018-02-05 Thread stephen sefick
I have done this. I would use zoo for the time series part, and I think I wrote a function using the min max after a period to locate the peak, go to the peak, and calculate the slope 4 hours afterward. If I can locate the code I don't mind sharing, but it is buried on my PhD machine. On Feb 5, 20

[R] S4 Question; show generic method

2017-05-18 Thread stephen sefick
Hello, I changed the name of a function, and updated my R packages with update.packages(ask=FALSE), and I have had a curious (to me) change in show method. I am developing a package, and a generic show method I defined for my S4 class is not autocalled when I type the object name - object_name; ho

Re: [R] colorspace namespace problem with R CMD check --as-cran

2017-04-13 Thread stephen sefick
-dependencies-td918313.html#a918314 ). Thanks for the help. kindest regards, Stephen Sefick On Tue, Apr 11, 2017 at 6:26 PM, stephen sefick wrote: > Here is the relevant snippett from devtools::check() logs. I searched > every file in pkg/R, and there is no call to plot.index (or plot

Re: [R] colorspace namespace problem with R CMD check --as-cran

2017-04-11 Thread stephen sefick
> have the environment getNamespace("colorspace"). > Bill Dunlap > TIBCO Software > wdunlap tibco.com > > > On Tue, Apr 11, 2017 at 2:47 PM, stephen sefick wrote: > > I am at a loss. I do not know how to make this reproducible without > > providing t

Re: [R] colorspace namespace problem with R CMD check --as-cran

2017-04-11 Thread stephen sefick
olorspace? Such a function would > have the environment getNamespace("colorspace"). > Bill Dunlap > TIBCO Software > wdunlap tibco.com > > > On Tue, Apr 11, 2017 at 2:47 PM, stephen sefick wrote: > > I am at a loss. I do not know how to make this reproducible w

[R] colorspace namespace problem with R CMD check --as-cran

2017-04-11 Thread stephen sefick
object ‘plot.index’ ** help *** installing help indices ** building package indices ** testing if installed package can be loaded Thank you for any help in advance. kindest regards, Stephen Sefick -- Let's not spend our time and resources thinking about things that are so little or so large

Re: [R] system call removes special characters from text output

2017-04-05 Thread stephen sefick
; > At a shell prompt: > > [72]% ./tmp.pl > [A/B] > > Inside R: > > > system(' ./tmp.pl') > [A/B] > > > -- > Don MacQueen > > Lawrence Livermore National Laboratory > 7000 East Ave., L-627 > Livermore, CA 94550 > 925-423-1062

Re: [R] system call removes special characters from text output

2017-04-04 Thread stephen sefick
call to "echo". > Then state what you expect to happen and what happens instead. > > B. > > > > > On Apr 4, 2017, at 12:44 AM, stephen sefick wrote: > > > > Hi Jeff, > > > > My apologies for not providing enough information. The perl code

Re: [R] system call removes special characters from text output

2017-04-03 Thread stephen sefick
ty. > > On April 3, 2017 8:57:07 PM PDT, stephen sefick wrote: > >Hello, > > > >I am writing an R package, and I am using system() to call a perl > >script. > >The output of the perl script is correct except for "[A/B]" is output > >as > >&qu

[R] system call removes special characters from text output

2017-04-03 Thread stephen sefick
Hello, I am writing an R package, and I am using system() to call a perl script. The output of the perl script is correct except for "[A/B]" is output as "AB". Can someone explain this behavior. I would like to try and fix this. many thanks, Stephen Sefick -- Let'

Re: [R] Make sure a data frame has been "fun through" a function

2017-02-24 Thread stephen sefick
> > wasChecked(d) > [1] TRUE > > I don't know if this would be an issue in your case. If it is, you > could subclass "data.frame" and define methods so that the operations > of interest preserve or remove the attribute in the way that you > desire. > > B

Re: [R] Make sure a data frame has been "fun through" a function

2017-02-21 Thread stephen sefick
uot;, "Alt") coded_genotype <- alleles[alleles!=impossible_genotype] return(coded_genotype) } ##stop if not pre-processed with functionA functionB(test_data) ##processed with functionA functionB(test_data_genotypes) On Tue, Feb 21, 2017 at 6:41 AM, David Winsemius wrote:

Re: [R] Make sure a data frame has been "fun through" a function

2017-02-20 Thread stephen sefick
PM, Charles C. Berry wrote: > On Mon, 20 Feb 2017, stephen sefick wrote: > > Hello, >> >> I would like to add something to a data frame that is 1) invisible to the >> user, 2) has no side effects, and 3) I can test for in a following >> function. Is this possible

Re: [R] Make sure a data frame has been "fun through" a function

2017-02-20 Thread stephen sefick
; Cheers, > Bert > > > Bert > > On Feb 20, 2017 1:27 PM, "Ista Zahn" wrote: > > It depends on what you mean by 1). If you mean "won't annoy the user" then > yes, e.g., add something to the class attribute. If 1) means "can't be > discover

Re: [R] Make sure a data frame has been "fun through" a function

2017-02-20 Thread stephen sefick
user" then > yes, e.g., add something to the class attribute. If 1) means "can't be > discovered by the user" then no (at least not easily). Anything you can see > they can see. > > Best, > Ista > > > On Feb 20, 2017 4:21 PM, "stephen sefick" wrote:

[R] Make sure a data frame has been "fun through" a function

2017-02-20 Thread stephen sefick
Hello, I would like to add something to a data frame that is 1) invisible to the user, 2) has no side effects, and 3) I can test for in a following function. Is this possible? I am exploring classes and attributes and I have thought about using a list (but 1 and 2 not satisfied). Any help would be

Re: [R] Melt and compute Max, Mean, Min

2016-11-18 Thread Stephen Sefick
Milu, I am unsure what you are trying to do. Please provide a minimal reproducible example, and someone will likely be able to help you with the R code. What have you tried so far? kindest regards, Stephen On 11/18/2016 06:49 AM, Miluji Sb wrote: Dear all, I have 51 years of data (1960 - 2

[R] digital online identifier (doi) CRAN manual?

2016-09-09 Thread stephen sefick
Hello all, I apologize if this is the incorrect forum for this query. I am a package maintainer, and would like to have a doi for the package manual. What might be a good way to go about this? kindest regards, Stephen Sefick -- Let's not spend our time and resources thinking about things

Re: [R] changing x and y ranges in a PCA plot created by library(labdsv)

2016-08-07 Thread stephen sefick
Can you provide code and data (with dput)? You will likely get an answer more quickly. On Sun, Aug 7, 2016 at 4:34 AM, Mohsen Sharafatmandrad < mohsen.sharafatmand...@gmail.com> wrote: > Hi, > > I want to change x and y ranges in a PCA plot created by library(labdsv). > When I run "plot(o.pca, xl

[R] Rcpp on R 3.2.4 compile problem Linux

2016-06-21 Thread stephen sefick
grDevices utils datasets methods base loaded via a namespace (and not attached): [1] tools_3.2.4 kindest regards, -- Stephen Sefick, PhD ** Auburn University Biological Sciences

Re: [R] FD package

2016-02-22 Thread stephen sefick
Marine, brackish, freshwater 3.381153 Invertebrate Feeder >Browser > trait6 > com1 0.5 - 1.0 > com2 1.0 - 2.0 > com3 1.0 - 2.0 > com4 1.0 - 2.0 > com5 1.0 - 2.0 > com6 1.0 - 2.0 > com7 1.0 - 2.0 > com8 1.0 - 2.0 > com9 0.5 - 1.0 > com1

Re: [R] FD package

2016-02-22 Thread stephen sefick
ender insists on that the respective contract is concluded only > > upon an express mutual agreement on all its aspects. > > - the sender of this e-mail informs that he/she is not authorized to > enter > > into any contracts on behalf of the company except for cases in which > > h

Re: [R] Alternatives for explicit for() loops

2015-11-06 Thread stephen sefick
ppp<- sum(LED[j,])+(m-1) > >>> hlm[i]<- > >>> (choose(ppp,i))*((-1)^(i))*((i+1)^((-1)*((1/beta)+1))) > >>> } > >>> shl<-gil*(sum(hlm)+1) > >>> retu

Re: [R] monte carlo simulations in permanova in vegan package

2015-10-27 Thread stephen sefick
easonable number of permutations. Hopefully > > this clarifies my situation and aim? > > > > > > > > I was therefore hoping there was a way of coding for the Monte-Carlo > > permutation procedure into adonis? > > > > > > > > Thanks for your h

Re: [R] monte carlo simulations in permanova in vegan package

2015-10-27 Thread stephen sefick
gt; [[alternative HTML version deleted]] > > __ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project

Re: [R] Installing pre-compiled R in Linux

2015-10-07 Thread stephen sefick
om > > __ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented,

Re: [R] Quantile Regression without intercept

2015-10-05 Thread stephen sefick
t; and provide commented, minimal, self-contained, reproducible code. > -- Stephen Sefick ** Auburn University Biological Sciences 331 Funchess Hall Auburn, Alabama 36849 **

Re: [R] reshape: melt and cast

2015-09-01 Thread stephen sefick
You are welcome. On Tue, Sep 1, 2015 at 10:44 AM, Matthew Pickard < matthew.david.pick...@gmail.com> wrote: > Yep, that works. Thanks, Stephen. I should have drawn the parallel with > Excel Pivot tables sooner. > > On Tue, Sep 1, 2015 at 9:36 AM, stephen sefick wrote: >

Re: [R] reshape: melt and cast

2015-09-01 Thread stephen sefick
t; "1556", "1558", "1559"), class = "factor"), RaterName = > structure(c(2L, > 2L, 2L, 2L, 2L, 2L), .Label = c("cwormhoudt", "zspeidel"), class = > "factor"), > SI1 = c(1L, 1L, 1L, 1L, 1L, 1L), SI2 = c(3L, 2L

Re: [R] reshape: melt and cast

2015-08-31 Thread stephen sefick
This is very hard to read. Please use dput to provide data. I believe the answer is in the manual. Look at the aggregation function argument. Please excuse my brevity; this message was sent from my telephone. On Sep 1, 2015 12:11 AM, "Matt Pickard" wrote: > Hi, > > I have data that looks like th

Re: [R] Fwd: ayuda- help me

2015-08-25 Thread stephen sefick
You will generally get more and better responses if you have a reproducible example. Please read the posting guide. Please excuse my brevity; this message was sent from my telephone. On Aug 25, 2015 4:14 PM, "Paulo Fonseca" wrote: > Cordial saludo, > > Muy amablemente solicito su ayuda con la si

Re: [R] Choosing columns by number

2015-08-25 Thread stephen sefick
_ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self

Re: [R] How to validate the cluster analysis?

2015-06-10 Thread stephen sefick
You could look at silhouette width in, I think, the cluster package. Please excuse my brevity; this message was sent from my telephone. On Jun 10, 2015 1:37 AM, "My List" wrote: > All, > > I am new to the world of statistics. I am interested in finding out the > validation techniques employed on

Re: [R] problems editing R console

2015-06-07 Thread stephen sefick
> >> "Many admire, few know" > >> Hippocrates > >> > >> __ > >> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > >> https://stat.ethz.ch/mailman

Re: [R] pls - No variable selection

2015-05-27 Thread stephen sefick
= > > Barry King > Associate Professor of Information Technology > Butler University > > [[alternative HTML version deleted]] > > __ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, se

Re: [R] PCA analysis and bootstraped loadings

2015-04-13 Thread stephen sefick
ppreciated > Cheers! > > __ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/ > posting-guide.html > and prov

Re: [R] Multiple Plots using ggplot

2015-03-31 Thread stephen sefick
uot;) > > but the error is: > > Don't know how to automatically pick scale for object of type function. > Defaulting to continuousError in data.frame(colour = function (x, ...) : > arguments imply differing number of rows: 0, 183 > > > Thanks, > > Frederic. > > >

Re: [R] Multiple Plots using ggplot

2015-03-31 Thread stephen sefick
> > 100 125 174 >> >5 1956-01-01 123 1266.44492 >> > 92 119 119 >> >6 1957-01-01 124 1235.96492 >> > 92

Re: [R] Multiple Plots using ggplot

2015-03-30 Thread stephen sefick
; __ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-cont

Re: [R] Installing R on Linux Red Hat Server

2015-03-12 Thread stephen sefick
[[alternative HTML version deleted]] > > __ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, mini

Re: [R] rJava Scientific Linux 6.5 - Can not install

2015-02-03 Thread stephen sefick
JAVA_HOME="/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.75.x86_64/" 5) Ensured all of the fields in the output of 4 were populated 6) in a sudo R session, I ran install.packages("rJava", library=personal_library) Stephen On Mon, Feb 2, 2015 at 2:39 PM, stephen sefick wrote: > Incl

Re: [R] rJava Scientific Linux 6.5 - Can not install

2015-02-02 Thread stephen sefick
OO#.. Dead: OO#.. Playing > Research Engineer (Solar/BatteriesO.O#. #.O#. with > /Software/Embedded Controllers) .OO#. .OO#. rocks...1k > ------- > Sent from my phone. Please excuse

[R] rJava Scientific Linux 6.5 - Can not install

2015-02-02 Thread stephen sefick
a namespace (and not attached): [1] colorspace_1.2-4 digest_0.6.8 grid_3.1.0 gtable_0.1.2 [5] MASS_7.3-37 munsell_0.4.2plyr_1.8.1 proto_0.3-10 [9] Rcpp_0.11.4 reshape2_1.4.1 scales_0.2.4 stringr_0.6.2 [13] tools_3.1.0

Re: [R] RcppArmadillo compilation errors (Scientific Linux 6.5)

2014-12-03 Thread stephen sefick
solved; sorry for the spam. library(devtools) install_github("RcppCore/RcppArmadillo") On Wed, Dec 3, 2014 at 4:51 PM, stephen sefick wrote: > I would appreciate any help that you may be able to give. Please let me > know if any more information is required. > > I get

[R] RcppArmadillo compilation errors (Scientific Linux 6.5)

2014-12-03 Thread stephen sefick
_MONETARY=en_US.utf8LC_MESSAGES=en_US.utf8 [7] LC_PAPER=en_US.utf8 LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_US.utf8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base

[R] R Foundation publish citable Manual for packages

2014-08-06 Thread stephen sefick
sure that everyone that makes the R ecosystem so useful gets attribution for their work. Many thanks to everyone involved. -- Stephen Sefick ** Auburn University Biological Sciences 331 Funchess Hall Auburn, Alabama 36849

Re: [R] GGPLOT Question

2014-04-06 Thread stephen sefick
mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/ > posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Stephen Sefick ** Auburn University Biological Sciences

[R] SL 6.5 R from source; should I update texlive? if yes, how to point configure to new binary.

2014-03-13 Thread stephen sefick
./configure to look to this directory for the tex binary? or 2. Is there something easier that I am overlooking? I appreciate all of the help. --Stephen Sefick ** Auburn University Biological Sciences 331 Funchess Hall Auburn, Alabama 36849

[R] ggplot2; svg; text point size specification

2014-01-10 Thread stephen sefick
e to preserve point size with different figure sizes using the svg graphics device. #for instance #ggsave("~/Desktop/test2.svg", p ,height=3, width=3) #ggsave("~/Desktop/test2.svg", p ,height=10, width=10) #both look very different to me. What

Re: [R] Off-topic? Linux laptop for R

2013-08-11 Thread stephen sefick
gt; > > __ > > R-help@r-project.org mailing list > > https://stat.ethz.ch/mailman/listinfo/r-help > > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > > and provide commented, minima

Re: [R] PCA and gglot2

2013-07-10 Thread stephen sefick
___ > FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks & orcas on > your desktop! > > __ > R-help@r-project.org mailing list >

Re: [R] PCA and gglot2

2013-07-10 Thread stephen sefick
___ > FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks & orcas on > your desktop! > > __ > R-help@r-project.org mailing list >

[R] tree in tree package - Error: cannot allocate vector of size 2.0 Gb

2013-05-31 Thread Stephen Sefick
: cannot allocate vector of size 2.0 Gb shouldn't I be able to allocate more memory than 2GB? I am sure that I am missing something. Any help would be greatly appreciated. kind regards, -- Stephen Sefick ** Auburn University Biological Science

Re: [R] merge_recurse in libray reshape - how does it work?

2013-05-31 Thread stephen sefick
g a very simple example and then work through what the > code does in it step by step. > > I'll leave it to others to attempt a mini-tutorial beyond this. > > -- Bert > > On Thu, May 30, 2013 at 7:57 PM, Stephen Sefick > wrote: > > merge_recurse > >

Re: [R] merge_recurse in libray reshape - how does it work?

2013-05-31 Thread Stephen Sefick
thanks, Stephen On 05/30/2013 10:02 PM, Dennis Murphy wrote: For the general purpose of Recall, this might help: http://rfunction.com/archives/364 It's typically used in recursive function definitions - e.g., the Fibonacci series. Dennis On Thu, May 30, 2013 at 7:57 PM, Stephen Sefick

[R] merge_recurse in libray reshape - how does it work?

2013-05-30 Thread Stephen Sefick
works. Could somebody explain this to me? many thanks, -- Stephen Sefick ** Auburn University Biological Sciences 331 Funchess Hall Auburn, Alabama 36849 ** sas0...@auburn.edu http://www.auburn.edu

Re: [R] Chron format question h:m not working

2013-05-01 Thread Stephen Sefick
Sorry everybody. Permutation not selection is the key thing here. My fault. What date time formats are suggested? kindest regards, Stephen On 05/01/2013 01:21 PM, Enrico Schumann wrote: On Wed, 01 May 2013, stephen sefick writes: Thanks for the quick replies. I have this working with

Re: [R] Chron format question h:m not working

2013-05-01 Thread stephen sefick
> HI, > > One possible way would be to use paste() > chron(times.=paste0("15:00",":00"),format=c(times="h:m:s")) > #[1] 15:00:00 > > > #or you could use > > library(lubridate) > hm("15:00") > #[1] "15H 0M 0S" > A.K. >

[R] Chron format question h:m not working

2013-05-01 Thread Stephen Sefick
d "s" separated by any one non-special character. The default is "h:m:s". what am I missing? many thanks, -- Stephen Sefick ** Auburn University Biological Sciences 331 Funchess Hall Auburn, Alabama 36849 ***

Re: [R] R web application development

2013-03-18 Thread Stephen Sefick
I can't offer any advice, but I feel like you could probably get a good start on this by looking through the archives. On Mon 18 Mar 2013 06:55:33 PM CDT, John linux-user wrote: Dear all, I am wondering if what would be the simple way to develop a simple web application that runs R. That is,

Re: [R] Ggplot2: Moving legend, change fill and removal of space between plots when using grid.arrange() possible use of facet_grid?

2013-03-06 Thread Stephen Sefick
Look at the function melt and use the factor columns as id variables. You should be able to do what you want with facet_grid. I have found inkscape useful to build legends and modify axes labels. I know this is only a partial answer, but I hope this helps. Stephen On Wed 06 Mar 2013 06:32:4

Re: [R] Code to fetch summary info from vector

2013-01-15 Thread Stephen Sefick
man/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Stephen Sefick ** Auburn University Biological Sciences 3

Re: [R] subsetting time series

2012-12-13 Thread stephen sefick
06-01 00:30:00 UTC" > > > 3) > [19] "2012-05-31 06:30:00 UTC" "2012-05-31 07:30:00 UTC" > ... > > so that I can plot data for each of the series separately without e.g. data > at hour "2012-05-31 02:30:00 UTC" connecting in the figure to "

Re: [R] source file on startup question - why does an old version of a function show up? ggplot or R?

2012-11-16 Thread Stephen Sefick
Nothing like posting to the list to figure it out yourself. defined the little sourcing function in .Rprofile as the .First file. Now all is well. Sorry for clutering everyones email boxes. kind regards, Stephen Sefick On Fri 16 Nov 2012 08:52:00 AM CST, Stephen Sefick wrote: All, 1. I

[R] source file on startup question - why does an old version of a function show up? ggplot or R?

2012-11-16 Thread Stephen Sefick
ggplot2_0.9.2.1 loaded via a namespace (and not attached): [1] colorspace_1.1-1 dichromat_1.2-4digest_0.5.2 grid_2.15.2 [5] gtable_0.1.1 labeling_0.1 MASS_7.3-22memoise_0.1 [9] munsell_0.3plyr_1.7.1 proto_0.3-9.2 RColorBrewer_1.0-5 [13] reshap

[R] Convert Package Interest?

2012-07-23 Thread Stephen Sefick
I am thinking about submitting a package to CRAN that contains some units conversion functions that I use on a regular basis. Would this be helpful to the community, or would it be better to keep this as a personal package? I don't want to clutter CRAN. many thanks, -- Stephen S

Re: [R] ggplot2 qplot pch not working anymore

2012-07-17 Thread Stephen Sefick
: Stephen Sefick auburn.edu> writes: I'm sorry I didn't give the correct code, or explaination; the shape=pch doesn't work anymore. For example this used to work, but no longer can accept continuous values: #example code a <- 1:10 b <- 1:10 pch <- 1:10 q <- data.frame(

Re: [R] ggplot2 qplot pch not working anymore

2012-07-17 Thread Stephen Sefick
pch) many thanks, Stephen Sefick On 07/17/2012 07:28 PM, Stephen Sefick wrote: Is there a way to use a continuous variable to pch in qplot? I believe this worked in previous version. I need to specify certain values of a shape for particular points so that multiple graphs all show the same shap

[R] ggplot2 qplot pch not working anymore

2012-07-17 Thread Stephen Sefick
column that I would like to use to specify the shapes to pch in qplot. Any help would be greatly appreciated. #example code a <- 1:10 b <- 1:10 pch <- 1:10 q <- data.frame(a,b,pch) qplot(a,b, pch=pch) Many thanks, -- Stephen Sefick *

Re: [R] Fitting data and removing outliers

2012-07-13 Thread Stephen Sefick
regression modelling. FWIW, Stephen On 07/13/2012 02:26 PM, Lauren Vogric wrote: Yes, they are unusual events that occurred that affected my data. They have no positive affect in shaping a strong model. -Original Message- From: stephen sefick [mailto:ssef...@gmail.com] Sent: Friday

Re: [R] Fitting data and removing outliers

2012-07-13 Thread stephen sefick
t.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-projec

Re: [R] Help in increasing R memory in unix

2012-05-08 Thread Stephen Sefick
elp@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Stephen Sefick ** A

Re: [R] please help!

2012-05-08 Thread Stephen Sefick
http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Stephen Sefick ** Auburn University Biological Sciences 331 Funchess Hall Auburn, Alabama

Re: [R] fill a dataframe with zeros where the rows are a smaller subset of a larger dataframe (species by site)

2012-04-25 Thread Stephen Sefick
-0.1914184 0.5156566 0.5626614 0.8068154 Sarah On Wed, Apr 25, 2012 at 10:42 AM, Stephen Sefick wrote: I am subsetting a larger data frame that contains macroinverterate taxa. I am subsetting them at different levels of taxonomic resolution. Some of the sites do not have say Tipulidae pres

Re: [R] fill a dataframe with zeros where the rows are a smaller subset of a larger dataframe (species by site)

2012-04-25 Thread Stephen Sefick
Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Step

[R] fill a dataframe with zeros where the rows are a smaller subset of a larger dataframe (species by site)

2012-04-25 Thread Stephen Sefick
pecies, but the zeros are important x <- data.frame(sp1=rnorm(4), sp2=rnorm(4), sp3=rnorm(4), sp4=rnorm(4)) rownames(x) <- row.1 #I would like to make z as if I had y, but I only have the rownames of y y <- data.frame(sp1=c(0,0,0), sp2=c(0,0,0), sp3=c(0,0,0), sp4=c(0,0,0)) rownames(y) &

Re: [R] lm()

2012-04-23 Thread Stephen Sefick
eproducible code. -- Stephen Sefick ** Auburn University Biological Sciences 331 Funchess Hall Auburn, Alabama 36849 ** sas0...@auburn.edu http://www.aub

Re: [R] Principal Component Analysis

2012-02-29 Thread Stephen Sefick
t > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- Stephen Sefick ** Auburn University Bi

Re: [R] Cleaning up messy Excel data

2012-02-28 Thread Stephen Sefick
ernative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproduci

[R] 4th corner analysis ade4 - what do the colors mean

2012-01-20 Thread Stephen Sefick
I have used the fourthcorner function as suggest by dray and legendre (model 2 and 4 then combine). I plot the combined value with plot(four.comb, type="G"). What do the colors mean? I have both grey and black bars. many thanks, Stephen -- Step

Re: [R] add data to a file while doing a loop

2012-01-06 Thread Stephen Sefick
Without context, read reproducible code, it is hard to answer this question. What system are you on? Do you need to write one line of data or a data frame or a list out? Are trying to write a graphic out? It will be easier to answer your question with some context. Good luck! Stephen On

Re: [R] help me....

2011-12-17 Thread Stephen Sefick
provide commented, minimal, self-contained, reproducible code. -- Stephen Sefick ** Auburn University Biological Sciences 331 Funchess Hall

Re: [R] Regression Models

2011-12-10 Thread Stephen Sefick
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Stephen Sefick ** Auburn University Biological Sciences

Re: [R] PCA on high dimentional data

2011-12-10 Thread Stephen Sefick
www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Stephen Sefick ** Auburn University Biological Sciences 331 Funchess Hall Auburn, Alabama 36849 **

[R] Partitioning Around Mediods then rpart to follow - is this sensible

2011-12-02 Thread Stephen Sefick
followed this by a classification tree analysis with rpart to discern which variables drive the clustering on the original data. Is this a sensible approach? many thanks, Stephen Sefick __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman

[R] Cp -Inf

2011-11-22 Thread Stephen Sefick
Hello All: I am using the leaps package on scale and centered data for an exhaustive search. There are Cp values of -Inf being returned for all models. I was going to look at the source before contacting the list, but it has been a while since I have looked under the hood. There are .rdb a

Re: [R] grep fixed (?) in 2.14

2011-11-03 Thread Stephen Sefick
That did the trick. I have read about regular expressions often, and sometimes I get them right and sometimes I don't. Is there a good reference resource that anyone could suggest? Thanks for all of the help. Stephen Sefick On 11/03/2011 08:03 AM, jim holtman wrote: your syntax is

[R] grep fixed (?) in 2.14

2011-11-03 Thread Stephen Sefick
test.R", "/home/ssefick/R_scripts/recession_constant_package.R", "/home/ssefick/R_scripts/recession_constant_R_CODE", "/home/ssefick/R_scripts/serdp_name_split.R", "/home/ssefick/R_scripts/setup_R.R", "/home/ssefick/R_scripts/USGS.R")) scripts

  1   2   3   4   5   6   7   8   9   >