[R] Cann't assign NULL to a vector

2009-09-14 Thread snow
.matrix(z) )**2,1,sum)==balance){x}else {x=NULL})) Error in matrix(r, nrow = len.r, ncol = count) :   attempt to set an attribute on NULL   Can anybody know how to solve this problem?   Thanks in advance!   Snow [[alternative HTML versio

[R] Problems with intersections between two charcter vectors

2013-12-03 Thread snow
I'm a beginner with R. I have two vectors in character format. I tried to get the intersection of these two vectors using intersect£¨£©. But there is no result. The process is below: > a<-c("CREB2¡± ,¡°ELK1¡± ,¡°ELK4¡± ,¡°MYC¡± ,¡°NR4A1¡± ,¡°FOS¡± ,¡°SRF¡± > ,¡°TAU¡± ,¡°STMN1¡± ,¡°CPLA2")> a

[R] reply: Problems with intersections between two charcter vectors

2013-12-04 Thread snow
Dec 04, 2013; 4:14pm Berend Hasselman" wrote: On 04-12-2013, at 07:52, snow <[hidden email]> wrote: > I'm a beginner with R. > > I have two vectors in character format. I tried to get the intersection of > these two vectors using intersect(). But there is no res

Re: [R] Copy text from Script syntax into .txt

2018-04-24 Thread Greg Snow
://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. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com

Re: [R] Plot Arrows with Angle and length

2017-04-17 Thread Greg Snow
]] > > __ > 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 comme

Re: [R] Power test binominal GLM model

2017-10-10 Thread Greg Snow
_ > 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-contained, reproducibl

Re: [R] comparing two strings from data

2017-10-12 Thread Greg Snow
ttps://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. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com __ R-help@r-p

Re: [R] What's box() (exactly) doing?

2016-06-27 Thread Greg Snow
>>>> rect(xleft = 0, ybottom = 0, xright = 1, ytop = 1, col = "grey80") >>>> # should match box() >>>> box() >>>> } >>>> >>>> ## Layout >>>> lay <- matrix(0, nrow = 3, ncol = 3, byrow = TRUE) &g

Re: [R] Turning a variable name into a function argument

2016-06-28 Thread Greg Snow
___ >>> R-help@r-project.org <mailto:R-help@r-project.org> mailing list -- To >>> UNSUBSCRIBE and more, see >>> https://stat.ethz.ch/mailman/listinfo/r-help >>> <https://stat.ethz.ch/mailman/listinfo/r-help> >>>

Re: [R] Sampe numbers

2016-07-19 Thread Greg Snow
.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. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com __ R-help@r-project.

Re: [R] pairs: adjusting margins and labeling axes

2016-07-19 Thread Greg Snow
ot;) > > [[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/post

Re: [R] multiple-line plot

2016-07-19 Thread Greg Snow
sting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help P

Re: [R] Label multiple-line plot

2016-07-19 Thread Greg Snow
It worked for me. > matplot(for_jhon$ID, for_jhon[,2:73], type='l') > > Any I dea on how I can label multiple-line plot based on column names? > > Thanks for your help > > John > > On Tue, Jul 19, 2016 at 8:46 PM, Greg Snow <538...@gmail.com> wrote: >&

Re: [R] txtProgressBar()

2016-07-20 Thread Greg Snow
o/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com __ R-help@r-project.org mailing list -- T

Re: [R] Why the order of parameters in a logistic regression affects results significantly?

2016-07-22 Thread Greg Snow
E 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-contained, reproducible code. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com _

Re: [R] Climate data in R

2016-08-01 Thread Greg Snow
ersion 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

Re: [R] questions about co-linearity in logistic regression from Stefano Sofia

2016-08-02 Thread Greg Snow
red you take the intercept plus the coefficient for red, when predicting green you take the intercept plus the coefficient for green, and when predicting for blue you just use the intercept. This should intuitively suggest that the intercept is the mean/prediction for blue and the other coef

Re: [R] Accessing an object using a string

2016-08-15 Thread Greg Snow
t done? > > Kind regards > > Georg > > ______ > 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-guid

Re: [R] Accessing an object using a string

2016-08-15 Thread Greg Snow
ot;#19" "#20" "#21" > [22] "#22" "#23" "#24" "#25" "#26" > > There are a lot of C/C++ based functions that use an internal function to > get > the names of vectors and they may not use this method, but R code will us

Re: [R] Accessing an object using a string

2016-08-16 Thread Greg Snow
for my > analysis. > > Could you explain why working with different environments would be > helpful? > > You suggested to read variables into lists rather than storing them in > global variables. This sounds interesting. Could you provide an example of > how to define and

Re: [R] Accessing an object using a string

2016-08-16 Thread Greg Snow
ject_list) { > print(paste0("Object '", i, "' in '", file_name, "' contains:")) > str(get(i)) > print(names(get(i))) # works > } > > do what you want? > > Best, > Ista > > On Tue, Aug 16, 2016 at

Re: [R] [R Survey Analysis] Problem counting number of responses

2016-08-16 Thread Greg Snow
ernative 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

Re: [R] Loop over rda list files and using the attach function

2016-08-30 Thread Greg Snow
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com __ R-help@r-project.org mailing list -- To UN

Re: [R] plot with different symbols and colors according to the factor levels

2016-08-30 Thread Greg Snow
55 0.001220703 3 >>> >>> [[alternative HTML version deleted]] >>> >>> ______ >>> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see >>> https://stat.ethz.ch/mailman/listinfo/r-

Re: [R] Drill down reports in R

2016-09-13 Thread Greg Snow
___ > 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, s

Re: [R] How to plot the regression line of multivariable linear model?

2016-09-20 Thread Greg Snow
iling 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-contained, reproducible code. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com

Re: [R] about data problem

2016-09-20 Thread Greg Snow
_ > 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] curve() doesn't seem to use the whole range of x? And Error: longer object length is not a multiple of shorter object length

2016-09-26 Thread Greg Snow
> > What can I do? > __ > 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 co

Re: [R] How to test a difference in ratios of count data in R

2016-09-28 Thread Greg Snow
lternative 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 >

Re: [R] How to test a difference in ratios of count data in R

2016-09-29 Thread Greg Snow
if. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 > > Correlation of Fixed Effects: >(Intr) > treatmentB -0.568 > > Thanks again, > Joshua > > > From: Greg Snow <538...@gmail.com> > Sent: Wednesday, September 28, 2

Re: [R] Simulating data from a nested design

2015-06-07 Thread Greg Snow
> 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-con

Re: [R] How to assign value to a variable dynamically constructed

2015-07-08 Thread Greg Snow
__ > 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-contained, reproducible code.

Re: [R] tcltk2 entry box

2015-07-09 Thread Greg Snow
and provide commented, minimal, self-contained, reproducible code. >> >> >> --- >> This email has been checked for viruses by Avast antivirus software. >> https://www.avast.com/antivirus >> > > __ > R-help@r-pro

Re: [R] How to simulate informative censoring in a Cox PH model?

2015-07-22 Thread Greg Snow
s approach? > > Any help would be greatly appreciated. > > [[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

Re: [R] interactive Map: Popups

2015-07-23 Thread Greg Snow
html > and provide commented, minimal, self-contained, reproducible code. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the p

Re: [R] How to simulate informative censoring in a Cox PH model?

2015-07-29 Thread Greg Snow
ing is not making much of a difference here - model mis-specification > dominates. > > I still must be doing something wrong but I cannot figure this one out. > > Thanks > > Dan > > > > On Thu, Jul 23, 2015 at 12:33 AM, Greg Snow <538...@gmail.com> wrote: &g

Re: [R] How to simulate informative censoring in a Cox PH model?

2015-07-31 Thread Greg Snow
duce informative censoring > that is worse than the non-informative one. This makes sense I think because > the Z_i-response relationship must be more informative? > > > > Thanks for your suggestion of copulas – I have not come across these. Is > this similar to assuming a

Re: [R] fuction to find outlier

2014-12-29 Thread Greg Snow
/r-help > > PLEASE do read the posting guide http://www.R-project.org/posting- > > guide.html > > and provide commented, minimal, self-contained, reproducible code. > > __ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and

Re: [R] Approximation of a function from R^2 to R

2015-01-14 Thread Greg Snow
RIBE 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-contained, reproducible code. > -- Gregory (Greg) L. Snow Ph

Re: [R] Approximation of a function from R^2 to R

2015-01-19 Thread Greg Snow
___ > 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-contained, rep

Re: [R] Need help with BIG Data

2015-01-21 Thread Greg Snow
ing-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see ht

Re: [R] the less-than-minus gotcha

2015-02-04 Thread Greg Snow
ollows: > > x = y > foo(x) > > > Using = has it's problems too. > Same goes for apostrophes. > > Shall we discuss putting "else" at the start of line next? > > cheers, > Steve > > __ > R-

Re: [R] How to subset data, by sorting names alphabetically.

2015-02-12 Thread Greg Snow
s://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. > > __ > R-help@r-project.org mai

Re: [R] bigglm connected to a database

2015-03-03 Thread Greg Snow
binomial(link = "logit"), > maxit = 100) > > > > > __ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help

Re: [R] Kruskal-Wallace power calculations.

2015-04-03 Thread Greg Snow
.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. >>> >>>

Re: [R] Simulate values

2015-04-07 Thread Greg Snow
___ > 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-contained, reproducible code. -- Gregory

Re: [R] Spline function

2018-08-14 Thread Greg Snow
org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/lis

Re: [R] test of independence

2018-12-20 Thread Greg Snow
ling 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-contained, reproducible code. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com _

Re: [R] Accessing Data Frame

2019-01-04 Thread Greg Snow
27;list' > >> > >> Wihout having to specify all elements in the logical tests. > >> > >> deck[deck$face == aCard$face & deck$suit == aCard$suit & deck$value == > >> > >> aCard$value,] > >>face suit value > >> 10 fo

Re: [R] Issue with t.test

2019-03-12 Thread Greg Snow
ps://wordpress.com/posts/smrutibulsari.wordpress.com > > > > [[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

Re: [R] Application design.

2014-07-22 Thread Greg Snow
__ > 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. -- Gregory (Greg) L. Snow Ph.

Re: [R] Importing random subsets of a data file

2014-07-23 Thread Greg Snow
___ > 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. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com

Re: [R] interactive labeling/highlighting on multiple xy scatter plots

2014-07-29 Thread Greg Snow
h/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. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com __ R-help@r-project.o

Re: [R] interactive labeling/highlighting on multiple xy scatter plots

2014-07-30 Thread Greg Snow
Operations Management > Desautels Faculty of Management > 1001 Sherbrooke Street West > Montreal, QC H3A 1G5 > Ph: +1 (514) 398-1457 > __ > > > On Tue, Jul 29, 2014 at 11:01 AM, Greg Snow <538...@gmail.com> wrote: > > Ther

Re: [R] a knitr question

2014-07-30 Thread Greg Snow
dg...@gmail.com >>> >> >>> > >>> > >>> > >>> > -- >>> > Erin Hodgess >>> > Associate Professor >>> > Department of Mathematical and Statistics University of Houston - >>> Downtown >>>

Re: [R] interactive labeling/highlighting on multiple xy scatter plots

2014-07-31 Thread Greg Snow
rofessor of Operations Management > Desautels Faculty of Management > 1001 Sherbrooke Street West > Montreal, QC H3A 1G5 > Ph: +1 (514) 398-1457 > __ > > > On Wed, Jul 30, 2014 at 12:45 PM, Greg Snow <538...@gmail.com> wrote: > >

Re: [R] Need(?) way to create a "picture" (or "plot") of a data.frame

2014-08-01 Thread Greg Snow
.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. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com __ R-help@r-project

Re: [R] qqnorm with histogram?

2014-08-05 Thread Greg Snow
.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do rea

Re: [R] break loop with keypress

2014-08-05 Thread Greg Snow
de http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-h

Re: [R] how to process multiple data files using R loop

2014-08-11 Thread Greg Snow
ith this? > > Thank you very much for your time:) > [[alternative 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://w

Re: [R] save results in a loop

2014-08-13 Thread Greg Snow
> 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. -- Gregory (Greg) L.

Re: [R] Generating a polygon around points

2014-08-16 Thread Greg Snow
ce mole swarthy thunderhead forever" Somehow I doubt that that is *exactly* what the original poster wants. I guess it still needs work. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com __ R-help@r-project.org mailing list https://stat.ethz.ch/m

Re: [R] R packages for power analysis

2014-08-28 Thread Greg Snow
h/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. > -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com __ R-help@r-proje

Re: [R] Overwriting a procedure

2014-09-02 Thread Greg Snow
r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com __ R-help@r-project.org mailing list https

Re: [R] Covariance between two dichotomous variables

2014-09-04 Thread Greg Snow
ML 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 pro

Re: [R] Operator proposal: %between%

2014-09-04 Thread Greg Snow
_ > 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. -- Gregory (Greg) L. Snow Ph

Re: [R] Testing general hypotheses on regression coefficients

2014-09-08 Thread Greg Snow
t.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. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com _

Re: [R] read.table() 1Gb text dataframe

2014-09-19 Thread Greg Snow
@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. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com

Re: [R] a REALLY dumb question

2014-10-03 Thread Greg Snow
lternative 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, s

Re: [R] Hadley's book: paper/PDF/etc. versus github

2014-10-06 Thread Greg Snow
> The repo and http://adv-r.had.co.nz will continue to exist for the > foreseeable future. > > Hadley > > -- > http://had.co.nz/ > > __ > R-help@r-project.org mailing list > https://stat.ethz.ch/m

Re: [R] par("plt") behaving inconsistely? bug?

2014-10-06 Thread Greg Snow
ific. > > I detected this because some existing code (that worked on some > earlier version of R, sorry that I don't know which one yet...) has > suddenly stopped working! > > Cheers! > > -murat > > __ > R-help@r-project.

Re: [R] HELP

2014-10-16 Thread Greg Snow
ion or power > of attorney is submitted to the recipient or the person represented by the > recipient, or the existence of such authorization is known to the recipient > of the person represented by the recipient. > __ > R-help@r-project.org maili

Re: [R] how to overwrite a Unary operator ?

2014-10-17 Thread Greg Snow
rator is useful only for those wish to >>>> write code which is obscure to the point of incomprehensibility. It >>>> makes C and its offspring "write only" languages. >>>> >>>> If you are going to use R, use R and don't pollute it with such

Re: [R] how to overwrite a Unary operator ?

2014-10-20 Thread Greg Snow
i want is > there exists a way to write a %++% form function that can pass one param to > it? > So i can use 1%++% to get 2 ,a<-2 , a%++% to get a<-3 . > It seems that the operator overwrite system in R, must pass two params. Is it > true? > > > > > -- >

Re: [R] plot hclust object

2014-10-27 Thread Greg Snow
tive 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 >

Re: [R] plot hclust object

2014-10-28 Thread Greg Snow
being a dabbler, but not expert at cluster analysis), but for some reason the word cophenetic never occurred to me as a search term while thinking about how to create the requested plot. On Tue, Oct 28, 2014 at 9:31 AM, Martin Maechler wrote: >>>>>> Greg Snow <538...@gmail.com&

Re: [R] plot hclust object

2014-10-28 Thread Greg Snow
cats instead of me as her clustering). On Tue, Oct 28, 2014 at 12:26 PM, Martin Maechler wrote: >>>>>> Greg Snow <538...@gmail.com> >>>>>> on Tue, 28 Oct 2014 10:31:27 -0600 writes: > > > Thanks Martin, It is always great to learn that I d

Re: [R] Packages for Handling Large Data Set

2014-11-25 Thread Greg Snow
[[alternative 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, sel

Re: [R] function to avoid <<-

2014-12-02 Thread Greg Snow
t; > http://bioinformatics.tn/ > > > > > > [[alternative HTML version deleted]] > > > > > > __ > > > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > > > https://stat.ethz.ch/mai

Re: [R] Output In R

2015-08-18 Thread Greg Snow
gt; > __ > 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 comm

Re: [R] Plot z=f(x,y) analytically

2015-08-19 Thread Greg Snow
he R help mailing list archive at Nabble.com. > > __ > 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-guid

Re: [R] plotting over a raster image with control over location and orientation

2015-08-24 Thread Greg Snow
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-contained, reproducible code. -- Gregory (Greg) L. Snow Ph.D

Re: [R] Calculate the area under a curve

2015-08-24 Thread Greg Snow
this message in context: > http://r.789695.n4.nabble.com/Calculate-the-area-under-a-curve-tp4711418.html > Sent from the R help mailing list archive at Nabble.com. > > __ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and mo

Re: [R] Creating "Envelope" around a plot

2015-11-05 Thread Greg Snow
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-contained, reproducible code. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com

Re: [R] Plot with pauses?

2015-11-12 Thread Greg Snow
ailing 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-contained, reproducible code. -- Gregory (Greg) L. Snow Ph.D. 538...@gma

Re: [R] SWEAVE - a gentle introduction

2015-11-18 Thread Greg Snow
John, One additional point that I have not seen brought up yet. If your main goal is to have all the output from an existing R script put into a single output file then you should look at the `stitch` function in the knitr package. This will take an existing R script and convert it to one of the

Re: [R] is.na behavior

2015-11-19 Thread Greg Snow
;> and provide commented, minimal, self-contained, reproducible code. >> >> David Winsemius >> Alameda, CA, USA >> > > __ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/

Re: [R] fill the area outside a polygon

2015-12-02 Thread Greg Snow
> [[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://w

Re: [R] Bezier to line segments

2016-01-07 Thread Greg Snow
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.org/posti

Re: [R] r output as html or pdf without rstudio

2016-01-08 Thread Greg Snow
ject.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/list

Re: [R] Logistic Regression

2016-01-25 Thread Greg Snow
mented, minimal, self-contained, reproducible code. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com __ 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://w

Re: [R] Accessing specific data.frame columns within function

2016-02-05 Thread Greg Snow
d practice methods of > referencing data.frame names that deal with these problems? > > Thanks! > > Clark > > [[alternative HTML version deleted]] > > __ > R-help@r-project.org mailing list --

Re: [R] Separating point symbols and line types in a legend.

2016-02-12 Thread Greg Snow
___ > 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-contained, reproducible code. -- Gregory (G

Re: [R] How to create an executable file from R GUI?

2016-02-18 Thread Greg Snow
; 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. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com _

Re: [R] How to avoid endless loop in shiny

2016-03-08 Thread Greg Snow
d the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and mo

Re: [R] summation involving multiple summations

2016-03-23 Thread Greg Snow
a reference that can help me would be > appreciated . > Thank you > Mahmoud Farid > > __ > 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

Re: [R] Persistent state in a function?

2016-03-23 Thread Greg Snow
yDist(x[1], x[2]))) > } > > > Thanks! > Boris > > __ > 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/pos

Re: [R] Persistent state in a function?

2016-03-25 Thread Greg Snow
thisDist <- sqrt(a^2 + b^2) # calculate with some expensive >>> function ... >>> Vals[key] <<- thisDist # store in global table >>> } >>> return(thisDist) >>> } >>> >>> >>> # run this >>&

Re: [R] polygon angle option perpendicular to axis

2016-04-28 Thread Greg Snow
osting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- Gregory (Greg) L. Snow Ph.D. 538...@gmail.com __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see htt

Re: [R] row names, coulmn names

2016-05-03 Thread Greg Snow
_ > 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-conta

  1   2   3   4   5   6   7   8   9   10   >