Re: [R] What exactly is an dgCMatrix-class. There are so many attributes.

2017-10-20 Thread David Winsemius
ted]] Please read the Posting Guide. Your code was not mangled in this instance, but HTML code often arrives in an unreadable mess. > > ______ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/lis

Re: [R] What exactly is an dgCMatrix-class. There are so many attributes.

2017-10-21 Thread David Winsemius
e all these matrices should work like regular numeric > matrices, just faster with less memory foot print if they are > really sparse (and not just formally of a sparseMatrix class) > ((and there are quite a few more niceties in the package)) > > Martin Maechler > (here, maintainer of &#

Re: [R] Syntax for fit.contrast

2017-10-22 Thread David Winsemius
) 410-605-7913 (Please call phone number above prior to faxing) > > > [[alternative HTML version deleted]] > > __ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-he

Re: [R] Syntax for fit.contrast (from package gmodels)

2017-10-22 Thread David Winsemius
thout a contrast statement, but I don't know how. > > Thank you, > John > > > > John David Sorkin M.D., Ph.D. > Professor of Medicine > Chief, Biostatistics and Informatics > University of Maryland School of Medicine Division of Gerontology and > Geriatric M

Re: [R] Syntax for fit.contrast (from package gmodels)

2017-10-22 Thread David Winsemius
t; GRECC (BT/18/GR) > Baltimore, MD 21201-1524 > (Phone) 410-605-7119 > (Fax) 410-605-7913 (Please call phone number above prior to faxing) > > > > From: David Winsemius > Sent: Sunday, October 22, 2017 7:56 PM > To: Sorkin, John > Cc: r-help@r-project.o

Re: [R] Syntax for fit.contrast (from package gmodels)

2017-10-22 Thread David Winsemius
0 North Greene Street > GRECC (BT/18/GR) > Baltimore, MD 21201-1524 > (Phone) 410-605-7119 > (Fax) 410-605-7913 (Please call phone number above prior to faxing) > > > > From: David Winsemius > Sent: Sunday, October 22, 2017 8:15 PM > To: Sorkin, John > Cc: r-help@r-proj

Re: [R] Problem when trying to run Java in R:

2017-10-22 Thread David Winsemius
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 commented, minimal, self-contained

Re: [R] Problem Subsetting Rows that Have NA's

2017-10-25 Thread David Winsemius
need to spend time with the examples and with other tutorial material to recognize the gotcha's. Here's a couple of possibly helpful rules regarding "[[" and "[" and logical indexing: Nothing _equals_ NA. Selection operations with NA logical index item return NA. (Justified as a warning feature as I understand it.

Re: [R] Problem Subsetting Rows that Have NA's

2017-10-25 Thread David Winsemius
> On Oct 25, 2017, at 11:17 AM, David Winsemius wrote: > > >> On Oct 25, 2017, at 6:57 AM, BooBoo wrote: >> >> On 10/25/2017 4:38 AM, Ista Zahn wrote: >>> On Tue, Oct 24, 2017 at 3:05 PM, BooBoo wrote: >>>> This has every appearance of being

Re: [R] nomogram function error

2017-10-26 Thread David Winsemius
Guide linked to in every rhelp posting. -- David. > > __ > 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] 3D Plot with Date Axis?

2017-10-27 Thread David Winsemius
> On Oct 27, 2017, at 12:22 PM, Alex Restrepo wrote: > > Hello, > > I would like to format the X axis of the plot created via the scatterplot3d > function or any other function which will work. > > Here is an example of what I am trying to do: > > library("scatterplot3d") > > mydf=data.fram

Re: [R] Scatterplot3d :: Rotating x tick labels by x degrees

2017-10-31 Thread David Winsemius
> /Assistant Professor/ > @LLING - Laboratoire de Linguistique de Nantes >UMR6310 CNRS / Université de Nantes > /Guest Researcher/ > @UMCG (University Medical Center Groningen) >ENT department >Rijksuniversiteit Groningen > > __

Re: [R] beta binomial distribution installation

2017-11-01 Thread David Winsemius
> This email has been scanned for the NSW Ministry of Health by the Websense > Hosted Email Security System. > Emails and attachments are monitored to ensure compliance with the NSW > Ministry of Health&#

Re: [R] "prob" package alternative

2017-11-01 Thread David Winsemius
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. David Winsemius Alameda, CA, USA 'Any technology distinguishable from magic is insufficiently advanced.' -Ge

Re: [R] ggplot inside function doesn't plot

2017-11-02 Thread David Winsemius
e = element_text(hjust = 0.5)) >> dev.off() > null device > 1 >> list.files("img") > [1] "Etv5.png" > > Why doesn't my function work? `ggplot` creates an object. You need to print it when used inside a function. Inside a function (in a more restricted environment) there

Re: [R] ggplot inside function doesn't plot

2017-11-02 Thread David Winsemius
n since they return objects) than base graphics. Base graphics behaves the way you expect. Execution of `lines` or `points` will give you "pen-on-ink" output, actually pixel on device output. > > > > On Thu, Nov 2, 2017 at 11:54 AM, David Winsemius > wrote: >>

Re: [R] "prob" package alternative

2017-11-02 Thread David Winsemius
ation: yes Repository: CRAN Date/Publication: 2013-06-24 01:53:27 Built: R 3.4.2; x86_64-apple-darwin15.6.0; 2017-11-01 22:45:02 UTC; unix > Alternatively, is there another package that behaves similarly to prob? > > > > On Wed, Nov 1, 2017 at 6:17 PM, David Winsemius > wro

Re: [R] "prob" package alternative

2017-11-02 Thread David Winsemius
. Not even close to being true. I explained it all on the SO question page that you posted 2 days ago. -- David. > > Is there some other package that does something similar to prob that can be > used instead? > > On Thu, Nov 2, 2017 at 2:29 PM, David Winsemius > wrote: &g

Re: [R] "prob" package alternative

2017-11-02 Thread David Winsemius
of some other package that could be used instead of > prob? > > On Thu, Nov 2, 2017 at 3:44 PM, David Winsemius > wrote: > > > On Nov 2, 2017, at 12:07 PM, Tiby Kantrowitz wrote: > > > > Yes. That's the version I've been discussing that has non-zero exit s

Re: [R] "prob" package alternative

2017-11-02 Thread David Winsemius
'm looking for is an alternative package or how others have managed to > create workarounds. > > On Thu, Nov 2, 2017 at 4:25 PM, David Winsemius > wrote: > > > On Nov 2, 2017, at 1:09 PM, Tiby Kantrowitz wrote: > > > > Yes, that is exactly what I w

Re: [R] "prob" package alternative

2017-11-02 Thread David Winsemius
ptions_3010.tar.gz"' had > status 1 Warning in install.packages : installation of package > ‘fAsianOptions_3010.tar.gz’ had non-zero exit status > > On Thu, Nov 2, 2017 at 6:06 PM, David Winsemius > wrote: > > > On Nov 2, 2017, at 2:14 PM, Tiby Kantrowitz

Re: [R] Problem with r project in ubuntu xenial

2017-11-03 Thread David Winsemius
rk > Phone: (+45)38153501 > Office: A 4.23 > Email: pd@cbs.dk Priv: pda...@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 t

Re: [R] Change colour of line in logi.hist.plot

2017-11-05 Thread David Winsemius
4) { > [[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/po

Re: [R] Help in R

2017-11-05 Thread David Winsemius
t; > Pls help. > > Sent from my iPhone > > __ > 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] Survival model error

2017-11-05 Thread David Winsemius
You should stop trying to use matrices on the RHS and using separate vectors to Surv. Instead use a data argument and have the names in your formula refer to column names. — David Sent from my iPhone > On Nov 5, 2017, at 7:21 PM, Meghna Govil via R-help > wrote: > > > Hi - Below is my co

Re: [R] Survival model error

2017-11-06 Thread David Winsemius
rocedures, but breaks the "process-names-in-an-environment model of typical R regression functions. R regression functions often omit "step-down" options so loved by beginning SAS users. > > Thanks, > Meghna > >> On Nov 6, 2017, at 12:58 AM, David Winsemius

Re: [R] Fitdistrplus and Custom Probability Density

2017-11-07 Thread David Winsemius
and provide commented, minimal, self-contained, reproducible code. >> > > [[alternative HTML version deleted]] > > ______ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/l

Re: [R] Problem with r project in ubuntu xenial

2017-11-07 Thread David Winsemius
>> Please help me. >>>>> >>>>> Thank you for your time, >>>>> George >>>>> gbala...@gmail.com >>>>> >>>>> [[alternative HTML version deleted]] >>>>> >>>>> _

Re: [R] Primer for working with survey data in R

2017-11-11 Thread David Winsemius
-- David. > > TIA. > > --Kevin > > [[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-

Re: [R] Primer for working with survey data in R

2017-11-11 Thread David Winsemius
w.R-project.org/posting- >> guide.html >> and provide commented, minimal, self-contained, reproducible code. > > __ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PL

Re: [R] Bootstrap analysis from a conditional logistic regression

2017-11-13 Thread David Winsemius
Thank you very much for your time. > Best regards, > Nell > > > > > > > [[alternative HTML version deleted]] > > __ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz

Re: [R] error message for function: lmer (from lme4 package)

2017-11-14 Thread David Winsemius
e your wakeup call. If you have, then why are you ignoring sensible advice? > > __ > 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://

Re: [R] error message for function: lmer (from lme4 package)

2017-11-14 Thread David Winsemius
r test is ... non-existent. -- David. > > > > Please let me know if it is readable this time. > > Again, many thanks for your time and please help me fix the issue. > > Kind regards, > > Ace > > > On Tuesday, November 14, 2017 12:19 PM, David Winsemius >

Re: [R] Problems installing mice package

2017-11-15 Thread David Winsemius
> __ > 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] Autologistic regression in R

2017-11-15 Thread David Winsemius
rg 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. David Winsemius Alameda, CA, USA 'Any tech

Re: [R] error message for function: lmer (from lme4 package)

2017-11-17 Thread David Winsemius
Thank you very much for your time. > Kind regards, > Ace snipped > > [[alternative HTML version deleted]] > > __ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-h

Re: [R] family

2017-11-17 Thread David Winsemius
ring] [1] "Alex1" "Alex1" "0" > fam$Parent2[!fam$Parent1 %in% fam$offspring] [1] "Alexa" "0" "Jacky" David. > > Thank you. > > __ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https

Re: [R] Complicated analysis for huge databases

2017-11-18 Thread David Winsemius
;>> each column so I get maf value for 33-55 group of clolumn I, then maf value >>> for group 44-66 in the same column I,then the rest of groups in this column >>> and do the same for the remaining columns. >>> >>> In fact, I'm interested in doing th

Re: [R] help

2017-11-21 Thread David Winsemius
ject.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] R-How to unlist data frame multiple structured list column value and new column

2017-11-21 Thread David Winsemius
"NI", "OL"), InVoice = c("4", "Y")), .Names = > c("CohID", >"InVoice"), class = "data.frame", row.names = 1L))), .Names = > c("Trnid", >"Trncont", "EmpAddInfo"),

Re: [R] libPaths displays truncated path?

2017-11-23 Thread David Winsemius
hought* I had set, but in > fact looks at the path I *really did* set? > > Cheers, > > Loris > > -- > Dr. Loris Bennett (Mr.) > ZEDAT, Freie Universität Berlin Email loris.benn...@fu-berlin.de > >

Re: [R] Multiple sets of proportion tests

2017-11-25 Thread David Winsemius
s further to return only >> significant p-values results ?. Any help would be very appreciated .. >> >> Regards >> >>[[alternative HTML version deleted]] >> >> __ >> R-help@r-project.org mailing list

Re: [R] dplyr - add/expand rows

2017-11-26 Thread David Winsemius
[[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 &g

Re: [R] 2^3 confounded factorial experiment

2017-11-29 Thread David Winsemius
> 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-c

Re: [R] Help avoiding setting column type two times

2017-11-30 Thread David Winsemius
ult$DeltagelsePct <- as.numeric(result$DeltagelsePct) > result$IAltGyldigeStemmer <- as.integer(result$IAltGyldigeStemmer) > result$BlankeStemmer <- as.integer(result$BlankeStemmer) > result$AndreUgyldigeStemmer <- as.integer(result$AndreUgyldigeStemmer) > str(r

Re: [R] Odd dates generated in Forecasts

2017-12-06 Thread David Winsemius
, "11/14/09", "11/14/15", "11/15/03", "11/15/08", "11/15/14", > "11/16/13", "11/17/07", "11/17/12", "11/18/06", "11/19/05", "11/19/11", > &quo

Re: [R] Odd dates generated in Forecasts

2017-12-06 Thread David Winsemius
sult. -- David. > > Cheers, > > Paul > > 2017-12-06 12:03 GMT-05:00 David Winsemius : > > > On Dec 6, 2017, at 5:07 AM, Paul Bernal wrote: > > > > Dear friends, > > > > I have a weekly time series which starts on Jan 4th, 2003 and ends on

Re: [R] Remove

2017-12-06 Thread David Winsemius
> 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. David Win

Re: [R] Remove

2017-12-06 Thread David Winsemius
ements of x have the same value? >>> >>> On Wed, Dec 6, 2017 at 5:48 PM, Jeff Newmiller >>> wrote: >>>> subset( DM, "B" != x ) >>>> >>>> This is covered in the Introduction to R document that comes with R. >>>> --

Re: [R] Error in loadNamespace

2017-12-07 Thread David Winsemius
.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. David Winsemius Alameda, CA, USA 'Any technology distinguishable from magic is insufficiently advanced.' -Gehm's Corollary to Clarke's Third Law __

Re: [R] Seeking help with code

2017-12-07 Thread David Winsemius
]) > ci > > > [[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 ht

Re: [R] Remove

2017-12-08 Thread David Winsemius
#x27;GR x y > A 25 125 > A 23 135 > A 14 145 > A 35 230 > B 45 321 > B 47 512 > B 53 123 > B 55 451 > C 61 521 > C 68 235 > C 85 258 > C 80 654',header = TRUE, stringsAsFactors = FALSE) > > > The end result will be > A 25 125 > A 23 135 > B

Re: [R] Remove

2017-12-09 Thread David Winsemius
> On Dec 8, 2017, at 6:16 PM, David Winsemius wrote: > > >> On Dec 8, 2017, at 4:48 PM, Ashta wrote: >> >> Hi David, Ista and all, >> >> I have one related question Within one group I want to keep records >> conditionally. >> exampl

Re: [R] MSVAR model

2017-12-10 Thread David Winsemius
roject.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. David Winsemius Alameda, CA, USA 'Any technology distinguishable from magic is insufficiently advanced.' -Gehm's Corollary to Clarke's Third Law ___

Re: [R] delta and sd parameters for power.t.test

2017-12-14 Thread David Winsemius
al R code to make this an on-topic discussion for Rhelp. > Thanks. > __ > 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 p

Re: [R] something weird has happened....!!!!!!!!!!

2017-12-15 Thread David Winsemius
> 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] Errors in reading in txt files

2017-12-15 Thread David Winsemius
ore, 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] offset with a factor

2017-12-20 Thread David Winsemius
hz.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. David Winsemius Alameda, CA, USA 'Any technology distinguishable fr

Re: [R] problem in installing "simpleaffy"

2017-12-20 Thread David Winsemius
t; 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. David Winsemius Alameda, CA,

Re: [R] LSD-test

2017-12-25 Thread David Winsemius
> On Dec 25, 2017, at 10:21 AM, Ahmed Attia wrote: > > LSD.test ?LSD.test No documentation for ‘LSD.test’ in specified packages and libraries: you could try ‘??LSD.test’ -- David Winsemius Alameda, CA, USA 'Any technology distinguishable from magic is insufficiently advance

Re: [R] LSD-test

2017-12-25 Thread David Winsemius
(Mg/ha)`~Rep+code*as.factor(Nitrogen),data=Rotationdata_R) You seemed to have missed my point that LSD.test is not in the packages loaded by default. > Ahmed Attia, Ph.D. > Agronomist & Soil Scientist > > > > > > > On Mon, Dec 25, 2017 at 7:38 PM, David Winsem

Re: [R] RQuantLib

2017-12-30 Thread David Winsemius
g list -- >>To UNSUBSCRIBE and more, see >>https://stat.ethz.ch/mailman/listinfo/r-help >><https://stat.ethz.ch/mailman/listinfo/r-help> >>PLEASE do read the posting guide >>http://www.R-project.org/posting-guide.html >><http://ww

Re: [R] RQuantLib

2017-12-30 Thread David Winsemius
> On Dec 30, 2017, at 9:44 AM, David Winsemius wrote: > > >> On Dec 30, 2017, at 7:54 AM, rsherry8 wrote: >> >> OA, >> >> Thanks for the response. I downloaded the file RQuantLib_0.4.4.tar.gz >> into a directory c:\r.zip on my Windows machin

Re: [R] RQuantLib

2017-12-30 Thread David Winsemius
> On Dec 30, 2017, at 9:46 AM, David Winsemius wrote: > > >> On Dec 30, 2017, at 9:44 AM, David Winsemius wrote: >> >> >>> On Dec 30, 2017, at 7:54 AM, rsherry8 wrote: >>> >>> OA, >>> >>> Thanks for the response. I d

Re: [R] httr::content without message

2018-01-02 Thread David Winsemius
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. David Winsemius Alameda, CA, USA 'Any techn

Re: [R] summary.rms help

2018-01-03 Thread David Winsemius
alues from > the summary printed on the plot to the right of the variable name... Any > thoughts on how printing these low and high values can be suppressed, ie: > prevent them from being printed? > Luke, ... Look at the code! The values are suppressed if the "Diff." has

Re: [R] svm

2018-01-10 Thread David Winsemius
> [[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

Re: [R] Help with packages (methods, stats, stats4)

2018-01-12 Thread David Winsemius
want to install those packages in order to use the "DVstats" package) >>>>>> >>>>>> (i have the latest version of R (3.4.3 ) and Rstudio(1.2.240) ) >>>>>> >>>>>> thank you >>>>>> Regards >>>>>> >>>>>> >>>

Re: [R] Time-dependent coefficients in a Cox model with categorical variants

2018-01-15 Thread David Winsemius
__ > 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, min

Re: [R] reading lisp file in R

2018-01-17 Thread David Winsemius
at.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. David Winsemius Alameda, CA, USA 'Any technology distinguishab

Re: [R] how to search r-help?

2018-01-19 Thread David Winsemius
("sos") library(sos) findFn("topic items") You could conceivably use Googles advanced search with the site set to the "true" Archives. https://www.google.com/search?as_q=words+to+search&as_epq=&as_oq=&as_eq=&as_nlo=&as_nhi=&lr=&cr=&as_qdr=

Re: [R] Help in Plotting in "fArma" Package

2018-01-25 Thread David Winsemius
The documentation say that additional arguments will be passed. I suspect this will be a base graphics plot. You should look at the code of plot.rsfit to determine which arguments get processed. Sent from my iPhone > On Jan 25, 2018, at 10:30 AM, Moyukh Laha wrote: > > Hello, >I am n

Re: [R] Help in Plotting in "fArma" Package

2018-01-26 Thread David Winsemius
David. > > -Don > > -- > Don MacQueen > Lawrence Livermore National Laboratory > 7000 East Ave., L-627 > Livermore, CA 94550 > 925-423-1062 > Lab cell 925-724-7509 > > > On 1/25/18, 5:56 PM, "R-help on behalf of David Winsemius" > w

[R] Fortune candidate

2018-01-27 Thread David Winsemius
John (to a serial querulant): ...but with such a sweeping lack of information from you, don't congratulate yourself if you get a helpful answer. It wasn't your fault. David Winsemius Alameda, CA, USA 'Any technology distinguishable from magic is insufficiently advanc

Re: [R] Newbie wants to compare 2 huge RDSs row by row.

2018-01-27 Thread David Winsemius
ing-guide.html > and provide commented, minimal, self-contained, reproducible code. > > __ > 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 h

Re: [R] semPLS package will not load seems to be failing on loading package lattice

2018-01-28 Thread David Winsemius
t; Education<http://jise.org/> > > > > _ > This email (including any attached files) is confidentia...{{dropped:18}} > > __ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.eth

Re: [R] Hausman test

2018-02-11 Thread David Winsemius
ML 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/

Re: [R] Parallel assignments and goto

2018-02-11 Thread David Winsemius
4 5798.3965 6302.40467 6077.7180 6492.959 > 9967.237 100 > factorial_tr_3(100) 66186.080 72336.2810 76480.75172 73632.9665 75405.054 > 203785.673 100 > factorial_tr_4(100) 270.978 302.7890 337.48763 313.9930 334.096 > 1425.702 100 > > I don’t necessari

Re: [R] Help with regular expressions

2018-02-12 Thread David Winsemius
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. David Winsemius Alameda, CA, USA 'Any technology distinguishable from magic is insufficiently advanced.' -Gehm

Re: [R] Fleming-Harrington weighted log rank test

2018-02-14 Thread David Winsemius
egular survival() function? I think that survdiff uses a different version than what you have found. The G-rho family weights are: w_j = [Sˆ(tj)]^ρ So rather than two parameters on S(t) and (1-S(t)) as in the p,q version, you only have one parameter applied to S(t). This class handout says that the

Re: [R] Fleming-Harrington weighted log rank test

2018-02-14 Thread David Winsemius
> On Feb 14, 2018, at 5:26 PM, David Winsemius wrote: > >> >> On Feb 13, 2018, at 4:02 PM, array chip via R-help >> wrote: >> >> Hi all, >> >> The survdiff() from survival package has an argument "rho" that implements >> F

Re: [R] RExcel issues

2018-03-01 Thread David Winsemius
ume that licensed users are expected to bring problems to the vendor. http://rcom.univie.ac.at/contact.html > > Any suggestions of what to try will be warmly entertained! > > Thanks, > > Mike > > Michael Ashton, CFA > Managing Principal > > Enduring In

Re: [R] lmrob gives NA coefficients

2018-03-03 Thread David Winsemius
st -- 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. David Winsemius Alameda, CA, USA 'Any technology dist

Re: [R] Random effect in GAM (mgcv)

2018-03-04 Thread David Winsemius
ie >> >> >>[[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 pos

Re: [R] data analysis for partial two-by-two factorial design

2018-03-05 Thread David Winsemius
> On Mar 5, 2018, at 8:52 AM, Ding, Yuan Chun wrote: > > Hi Bert, > > I am very sorry to bother you again. > > For the following question, as you suggested, I posted it in both Biostars > website and stackexchange website, so far no reply. > > I really hope that you can do me a great favor t

Re: [R] data analysis for partial two-by-two factorial design

2018-03-05 Thread David Winsemius
eally > exist, the interpretation as additive effects is incorrect. > > Cheers, > Bert > > > Bert Gunter > > "The trouble with having an open mind is that people keep coming along and > sticking things into it." > -- Opus (aka Berkeley Breathed in his

Re: [R] data analysis for partial two-by-two factorial design

2018-03-05 Thread David Winsemius
The trouble with having an open mind is that people keep coming along and > sticking things into it." > -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) > > On Mon, Mar 5, 2018 at 3:00 PM, David Winsemius > wrote: > > > On Mar 5, 2018, a

Re: [R] raster time series statistics

2018-03-05 Thread David Winsemius
g that the statistics accept the yearmonth format of the > timeslot, as it allows subsetting. > Any suggestions? > Thanks > Herry > > [[alternative HTML version deleted]] > > __ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://sta

Re: [R] raster time series statistics

2018-03-06 Thread David Winsemius
ng so after all. So this is really a feature request for the maintainer. You should contact the responsible individual. maintainer('rts') [1] "Babak Naimi " > > > -Original Message- > From: Jim Lemon [mailto:drjimle...@gmail.com] > Sent: Tuesday, 6 March 20

Re: [R] subsetting comparison problem

2018-03-11 Thread David Winsemius
.what can I try, any pointers/ packages will be great help. > Please help. > > Thanks > Neha > > [[alternative HTML version deleted]] > > ______ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > ht

Re: [R] Need Help on Batch forecasting for multiple items at one go

2018-03-13 Thread David Winsemius
; and provide commented, minimal, self-contained, reproducible code. David Winsemius Alameda, CA, USA 'Any technology distinguishable from magic is insufficiently advanced.' -Gehm's Corollary to Clarke's Third Law __ R-help@r-project.o

Re: [R] R project global options file

2018-03-17 Thread David Winsemius
_ > 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,

Re: [R] Package 'pd.mirna.1.0.2xgain' was not found in the BioConductor repository

2018-03-21 Thread David Winsemius
nd 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. David Winsemius Alameda, CA, USA 'Any technology distingu

Re: [R] Sum of columns of a data frame equal to NA when all the elements are NA

2018-03-21 Thread David Winsemius
de >> 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 more, see >> https://stat.ethz.c

Re: [R] MCMCglmm multinomial model results

2018-03-23 Thread David Winsemius
nt of Psychology > Simon Fraser University > > [[alternative HTML version deleted]] > > ______ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listin

Re: [R] Calculate weighted proportions for several factors at once

2018-03-23 Thread David Winsemius
o fit into the tidyverse paradigm. I think the survey package might also be useful, but it is not particularly designed for use with tibbles and `%>%`. Might work. Might not. HTH; Dadid. > > Best regards, > Erich > > [[alternative HTML version deleted]] > > ______

Re: [R] Medical risk package calculation RSI

2018-03-25 Thread David Winsemius
medicalrisk: Calculating risk and comorbidities from ICD-9-CM codes (source, html) advanced medicalrisk: Correlating ICU days with mortality risk and comorbidities (source, html) Once you have made an effort to "do your own home

Re: [R] Names of variables needed in newdata for predict.glm

2018-03-31 Thread David Winsemius
l, self-contained, reproducible code. >> > > > > > > Denne e-mail indeholder fortrolig information. Hvis du ikke er den rette > modtager af denne e-mail eller hvis du modtager den ved en fejltagelse, beder > vi dig venligst informere a

Re: [R] Obtain gradient at multiple values for exponetial decay model

2018-04-05 Thread David Winsemius
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. David Winsemius Alameda, CA, USA 'Any technology distinguisha

Re: [R] Obtain gradient at multiple values for exponential decay model

2018-04-06 Thread David Winsemius
> On Apr 6, 2018, at 3:43 AM, g l wrote: > >> Sent: Friday, April 06, 2018 at 5:55 AM >> From: "David Winsemius" >> >> >> Not correct. You already have `predict`. It is capale of using the `newdata` >> values to do interpolation with

  1   2   3   4   5   6   7   8   9   10   >