search for: onlinelibrary

Displaying 20 results from an estimated 29 matches for "onlinelibrary".

2016 Dec 02
2
pdftools on Ubuntu
Hi, I am trying to install pdftools package on R 3.3.1 (Ubuntu 16.04), but the following issue occurs: ------------------------- ANTICONF ERROR --------------------------- Configuration failed because poppler-cpp was not found. Try installing: * deb: libpoppler-cpp-dev (Debian, Ubuntu, etc) * rpm: poppler-cpp-devel (Fedora, CentOS, RHEL) * csw: poppler_dev (Solaris) * brew: poppler (Mac OSX)
2016 Dec 02
1
pdftools on Ubuntu
...lled with (for example) : > > sudo apt-get install libpoppler-cpp-dev > > > hope this help. > > > > Fran?ois Guilhaumon > > ?? > Fran?ois Guilhaumon, research scientist (IRD <http://en.ird.fr>), > associate editor (Journal of Biogeography > <http://onlinelibrary.wiley.com/journal/10.1111/%28ISSN%291365-2699>). > > homepage : http://francoisguilhaumon.free.fr > > MARBEC <http://www.umr-marbec.fr> - Biodiversit? Marine et ses usages > UMR 9190 - University of Montpellier > Montpellier, France > > ???.???`?..><((((?>....
2020 Sep 23
1
New URL redirect checks
...Regards, Yihui On Tue, Sep 22, 2020 at 1:17 PM Kevin Wright <kw.stat at gmail.com> wrote: > > Isn't the whole concept of DOI basically link-shortening/redirecting? > > For example, this link > https://doi.org/10.2134/agronj2016.07.0395 > redirects to > https://acsess.onlinelibrary.wiley.com/doi/abs/10.2134/agronj2016.07.0395 > > As a side note, I got so fed up with CRAN check complaints about (perfectly valid) re-directs that I refuse to use the \url{} tag anymore. > > Kevin > > > On Thu, Sep 17, 2020 at 8:32 AM Yihui Xie <xie at yihui.name> wrote:...
2016 Dec 02
0
pdftools on Ubuntu
...er-cpp-dev is not an R package but a system library to be installed with (for example) : sudo apt-get install libpoppler-cpp-dev hope this help. Fran?ois Guilhaumon ?? Fran?ois Guilhaumon, research scientist (IRD <http://en.ird.fr>), associate editor (Journal of Biogeography <http://onlinelibrary.wiley.com/journal/10.1111/%28ISSN%291365-2699>). homepage : http://francoisguilhaumon.free.fr MARBEC <http://www.umr-marbec.fr> - Biodiversit? Marine et ses usages UMR 9190 - University of Montpellier Montpellier, France ???.???`?..><((((?>.???`?.???.???`?...?><((((?>...
2010 Nov 19
2
autocorrelation in count data
hello, I try to model traffic accidents with the following model: glm.nb(y~j+w+m+sf+b+ft,data=fr[]). the problem is that there exist autocorrelation in the data. one possibility is to model traffic accidents with inar(1)-models. has anyone an idea how to change this model in order to abtain an integer valued time series model? thanks nazli
2013 Nov 19
0
[R-pkgs] Introducing pedgene 1.2 on CRAN
...n our recent paper: Schaid, D. J., McDonnell, S. K., Sinnwell, J. P. and Thibodeau, S. N. (2013), Multiple Genetic Variant Association Testing by Collapsing and Kernel Methods With Pedigree or Population Structured Data. Genet. Epidemiol., 37: 409-418. doi: 10.1002/gepi.21727 LINK: http://onlinelibrary.wiley.com/doi/10.1002/gepi.21727/abstract We have received some valuable feedback, and welcome more. Best, Jason Sinnwell, MS Mayo Clinic Division of Biomedical Statistics and Informatics 200 1st St SW Rochester MN 55905 _______________________________________________ R-packages mailing list R-p...
2013 Nov 19
0
Introducing pedgene 1.2 on CRAN
...n our recent paper: Schaid, D. J., McDonnell, S. K., Sinnwell, J. P. and Thibodeau, S. N. (2013), Multiple Genetic Variant Association Testing by Collapsing and Kernel Methods With Pedigree or Population Structured Data. Genet. Epidemiol., 37: 409-418. doi: 10.1002/gepi.21727 LINK: http://onlinelibrary.wiley.com/doi/10.1002/gepi.21727/abstract We have received some valuable feedback, and welcome more. Best, Jason Sinnwell, MS Mayo Clinic Division of Biomedical Statistics and Informatics 200 1st St SW Rochester MN 55905 _______________________________________________ R-packages mailing list R-p...
2016 Oct 10
0
aVirtualTwins available on CRAN
[markdown format] I'm glad to introduce you the new package aVirtualTwins. This package is an adaptation of VirtualTwins method of subgroup identification from [Foster, J. C., Taylor, J. M.G. and Ruberg, S. J. (2011)](http://onlinelibrary.wiley.com/doi/10.1002/sim.4322/abstract). ### Explanation Virtual Twins has been created to find subgroup of patients in a random clinical trial with enhanced treatment effect, if it exists. Theorically, this method can be used for binary and continous outcome. This package only deals with binary...
2016 Oct 10
0
aVirtualTwins available on CRAN
[markdown format] I'm glad to introduce you the new package aVirtualTwins. This package is an adaptation of VirtualTwins method of subgroup identification from [Foster, J. C., Taylor, J. M.G. and Ruberg, S. J. (2011)](http://onlinelibrary.wiley.com/doi/10.1002/sim.4322/abstract). ### Explanation Virtual Twins has been created to find subgroup of patients in a random clinical trial with enhanced treatment effect, if it exists. Theorically, this method can be used for binary and continous outcome. This package only deals with binary...
2012 May 31
1
fitting allometric equation using a for a power model
...n adjustment - the fitted curve appears to predict values a good deal higher than those from the data. I included a bias correction per Newman, M. (1993). Regression analysis of log‐transformed data: Statistical bias and its correction. Environmental Toxicology and Chemistry. Retrieved from http://onlinelibrary.wiley.com/doi/10.1002/etc.5620120618/abstract(page 1130) but that doesn't seem to help much - if anything the fit looks worse. Data and code below: temppow<-lm(log(y)~log(x)) plot(log(y)~log(x)) plot(residuals(temppow), main="pow") abline(temppow) plot(y~x, main="pow"...
2010 Sep 22
2
Modelo de Brunner-Langer para medidas repetidas..?
Alguien conoce este un test no paramétrico que se llama de Brunner-Langer model para dependent data, también conocido como modelo longitudinal? Intuyo que es como un Friedman pero que admite algún efecto fijo. Graccie mile. -- Antonio Maurandi López Universidad de Murcia Edif. CAID. Campus de Espinardo. 30100 Murcia @. amaurandi en um.es T. 868 88 7315 F. 868 88 7302 www.um.es/sai
2020 Sep 17
2
New URL redirect checks
I don't have an opinion on the URL shorteners, but how about the original question? Redirection can be extremely useful in general. Shortening URLs is only one of its possible applications. FWIW, CRAN uses (303) redirect itself, e.g., https://cran.r-project.org/package=MASS is redirected to https://cran.r-project.org/web/packages/MASS/index.html Should these "canonical" CRAN links be
2010 Nov 30
1
confidence interval for logistic joinpoint regression from package ljr
I?m trying to run a logistic joinpoint regression utilising the ljr package. I?ve been using the forward selection technique to get the number of knots for the analysis, but I?m uncertain as to my results and the interpretation. The documentation is rather brief ( in the package and the stats in medicine article is quite technical) and without any good examples. At the moment I?m thinking 1)find
2011 Jan 26
1
Factor rotation (e.g., oblimin, varimax) and PCA
...trying to understand factor rotations and their implementation in R, particularly the GPArotation library. I have tried to reproduce some of the examples that I have found, e.g., I have taken the values from Jacksons example in "Oblimin Rotation", Encyclopedia of Biostatistics http://onlinelibrary.wiley.com/doi/10.1002/0470011815.b2a13060/abstract and run it through R: library(GPArotation) data <- matrix(c(0.6, 0.39, 0.77, 0.70, 0.64, 0.35, 0.52, 0.72, 0.34, 0.58, 0.15, 0.07, -0.13, -0.23, -0.23, 0.67, -0.27, -0.23, 0.72, 0.20, 0.41, 0.55, -0.10, -0.06, -0.21, -0.33, -0.27, -0.20, -0.2...
2020 Sep 22
0
New URL redirect checks
Isn't the whole concept of DOI basically link-shortening/redirecting? For example, this link https://doi.org/10.2134/agronj2016.07.0395 redirects to https://acsess.onlinelibrary.wiley.com/doi/abs/10.2134/agronj2016.07.0395 As a side note, I got so fed up with CRAN check complaints about (perfectly valid) re-directs that I refuse to use the \url{} tag anymore. Kevin On Thu, Sep 17, 2020 at 8:32 AM Yihui Xie <xie at yihui.name> wrote: > I don't have an opin...
2019 Dec 01
0
Workshops of WorldCIST'20 | Deadline: December 6
2011 Apr 28
5
R forum for only Statistics
Hi! I wish to know if there is any R forum which is meant only for Statistics? I mean where we can clarify our statistics doubts and seek knowledge. I know there are lot many books and internet sites, but 'R forum' has altogether different standard and very high level and one can learn a lot from them. Regards Vincy [[alternative HTML version deleted]]
2019 Nov 21
0
WorldCIST'20 - Budva, Montenegro | Deadline: November 24
2023 Oct 14
0
WorldCIST'24 - 12nd World Conference on Information Systems and Technologies | Lodz, Poland
...g <http://www.iospress.nl/journal/integrated-computer-aided-engineering/> (IF: 6.5 / Q1) Neural Computing and Applications <https://www.springer.com/journal/521> (IF: 6.0 / Q1) Informatica <https://informatica.vu.lt/journal/INFORMATICA> (IF: 2.9 / Q1) Expert Systems <https://onlinelibrary.wiley.com/journal/14680394> (IF: 3.3 / Q2) Management Decision <https://www.emeraldgrouppublishing.com/journal> (IF: 4.6 / Q3) International Journal of Computers Communications & Control <https://univagora.ro/jour/index.php/ijccc/index> (IF: 2.7 / Q3) Data Technologies and App...
2020 Feb 06
2
TEST DE SEPARABILIDAD CON R
Buenas tardes: Soy Pedro José Martínez, del Departamento de Economía Financiera y Contabilidad de la Universidad de Murcia y tengo una duda sobre R. Mi investigación se basa en calcular la eficiencia de los servicios municipales con DEA (packages deaR), y posteriormente identificar los determinantes de dicho nivel con una regresión truncada (packages truncreg). Para calcular la eficiencia