[R] [R-pkgs] noteMD v0.1.0 on CRAN

2019-03-22 Thread Jiena McLellan
R and Shiny Developers, Package noteMD v0.1.0 is released on CRAN now. When building a 'shiny' app to generate reports (pdf or 'word'), we can insert a comment box in front-end side for user to write down notes and user this package to document those notes in reports. CRAN: https://cran.r-proje

Re: [R] Problem with forest plot in 'meta' after update and byvar command

2019-03-22 Thread Michael Dewey
Dear Antonello There is a mailing list dedicated to meta-analysis and R. People from the team behind the package you mention do post there. https://stat.ethz.ch/mailman/listinfo/r-sig-meta-analysis// Remember to register first please. Michael On 21/03/2019 22:04, Antonello Preti wrote: Dea

Re: [R] counting unique values (summary stats)

2019-03-22 Thread David L Carlson
You have several problems. As David W pointed out, there is no replace= argument in the unique() function. The first step in debugging your code should be to read the manual page for any function returning an error. Also you did not include a comma at the end of the line containing replace=TRUE.

[R] R 3.6.0 scheduled for April 26

2019-03-22 Thread Peter Dalgaard via R-help
Full schedule is available on developer.r-project.org. -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd@cbs.dk Priv: pda...@gmail.com __

Re: [R] problem with nls....

2019-03-22 Thread Martin Maechler
> Ivan Krylov > on Thu, 21 Mar 2019 18:36:20 +0300 writes: > One of the assumptions made by least squares method is that the > residuals are independent and normally distributed with same parameters > (or, in case of weighted regression, the standard deviation of the >