search for: monograph

Displaying 20 results from an estimated 43 matches for "monograph".

2010 Jul 15
3
Access web content from within R
Hi, I have to search in an online db for registered manufacturers of raw materials. Can I use R for the following: I have a list with monograph numbers eg: l <- c(198, 731,355) Now I want to make a dataframe, containing the monograph number and the information listed under COS: Certificate holder, certificate number, Status, Type Is this possible with R? kind regards Bart -- View this message in context: http://r.789695.n4.nabble...
2006 May 29
1
OT: Monograph on Statistical Programming
Dear all, my question might be a bit off-topic. Is there anything like a standard textbook on statistical programming? With that I don't mean anything like MASS, S Programming, Programming with Data, ... (no offense meant, they are fantastic books and each of those three helped me a great deal). Rather in the direction of the "Numerical Recipes" Series addressing how to implement
2006 Jul 21
2
Order-restricted inference
Hello, I looked for R packages which focused on order-restricted statistical inference, but I could find only the isoreg() function. I would need to test whether the means in my (repeated measures) data follow a given order, e.g. A<B=C<D. I took a look at the monograph by Barlow et al. (1972) on this topic and found that for my case the null hypothesis is always A=B=C=D. This might be a naive question, but wouldn't it be more appropriate to use "at least one pair of means does not follow the alternative hypothesis order", or to use this latter h...
2009 Jan 11
2
I'm looking for a book about spatial point patterns (Diggle, 2003)
To understand some functions about spatial point patterns in "spatstat" ,I should know some background about it, and the best way is to read the monograph, and "Statistical Analysis of Spatial Point Patterns" (2nd edt.) is a better choise. But I can not find it anywhere I can. Who can help me? Thank you! ----- unangu at gmail.com -- View this message in context: http://www.nabble.com/I%27m-looking-for-a-book-about-spatial-point-patterns-...
2005 Mar 02
2
subset selection for logistic regression
...bsets of predictor variables for linear regression models? Thanks. -Ben p.s., The leaps package references "Subset Selection in Regression" by Alan Miller. On page 2 of the 2nd edition of that text it states the following: "All of the models which will be considered in this monograph will be linear; that is they will be linear in the regression coefficients.Though most of the ideas and problems carry over to the fitting of nonlinear models and generalized linear models (particularly the fitting of logistic relationships), the complexity is greatly increased."
2003 Jul 04
1
Quasi AIC
...uld be implemented in R. Take a look at page 23 in this pdf: http://www.springer-ny.com/supplements/0387953647/Preface_Contents_and_Chapter_8.pdf Lebreton, J-D et al. (1992) Modeling Survival and Testing Biological Hypotheses Using Marked Anomals: A Unified Approach with Case Studies. Ecological Monographs, 62(1), 67-118. Burnham, K.P. & Anderson, D.R. (2002) Model Selection and Multi-Model Inference - A Practical Information-Theroretic Approach (2nd Ed). Springer Verlag. //Henric
2005 Oct 25
1
Ryan's Q Post-Hoc for ANOVA
I'm using lm to run an ANOVA, and would like to use Ryan's Q as my post-hoc (as recommended by Day and Quinn, 1989, Ecological Monographs). I can't seem to find any methods in the base stats package that implement this post-hoc. Is there a good package of post-hoc methods out there, or has someone written a method for Ryan's Q previously? Thanks! -Jarrett
2005 Sep 09
1
PowerPoint graph insertion
Yes: I have Tufte's monograph on my desk. (along with 4 statistics texts) Yes: I am not the biggest fan of PowerPoint. Yes: I am using R to generate charts, plots, trends, etc. I have to summarize them each week. When I consider how to organize this data my first thought is to generate an HTML file with links to the R-gene...
2008 Jul 04
1
education task view
...here. Further, CRAN is so large that it takes a careful and patient eye to get an idea of what is available. What might an Education Task View look like? Right off the top of my head, there seem to be at least the following four loose categories: * packages associated with a specific book/text/monograph (many of these...) * packages specifically designed with education in mind (e.g. TeachingDemos, LearnBayes, epibasix, tutoR, schoolmath, ...) * packages perhaps not specifically designed for educ, but nevertheless are useful in the classroom (actuar, distr family, financial, hints, urn, ...) * G...
2013 Dec 17
1
What is the formula of Pseudo-F statistic in capscale in vegan?
...n 2.2923 2.2925 (2) pseudo-F formula We know that PRIMER uses the following formula to calculate the pseudo-F for a sequential test of significance (equation 4.3, Anderson, Gorley, and Clarke 2008, Chapter 4. Pg. 129, and based on pseudo-F equation in Legendre and Anderson (1999), Ecological Monographs vol. 69): F= (SSFull - SSReduced)/(qFull-qReduced) (SSTotal-SSFull)/(N - qFull - 1) (3) R code ## creating Bray-Curtis of Biodiversity data H.BC <- vegdist(H.Full [,14:211], "bray") ## Distance based redundancy analysis (dbRDA) m1<-capscale(H.BC ~ GroupSize +...
2020 Oct 28
0
nlme: New variance function structure varConstProp
...e. The idea that the residual variance has an additive component and a component proportional to the observed or fitted response is found in analytical chemistry [2, 3], pharmacokinetics [4], and has recently also been introduced to chemical degradation kinetics [5, 6]. As discussed in a recent monograph on mixed effects models [7, p. 55] and in a manuscript dedicated to the comparison of different variants of this error model [4], there are two principal possibilities to implement the idea of combining additive and proportional error. The variant implemented in the proposed patch assumes that...
2001 Feb 27
0
Using R for Data ... (was "Data Analysis and ...")
...nd scripts and data sets (in the directories scripts/ and dsets/). There are now separate scripts for each chapter, except that 1&2 have been combined and 3&4 are combined. I changed the name because John Braun and myself want to use Data Analysis & Graphics Using R as the name for the monograph that we are writing. Thanks to those who responded to the recent question re use of austpop <- read.table("austpop.txt", header=T) and source("austpop.R") I'll look at whether I can make my document clearer. I am unsure what I need to do to get the "contribut...
2003 Jan 28
1
iterative proportional fitting in R?
...census, and we know the marginal totals for the population. We need to make the population estimates add up to the correct sums. I have two questions: Is there some package in R which does this adjustment, by any means? Is there some more modern reference for this problem than Deming's 1943 monograph, ``Statistical Adjustment of Data''? If you want to reply offlist, please don't use the address that this was sent from; you can reach me at nels_tomlinson at labor.state.ak.us Thanks, Nels
2003 Dec 04
1
R code for estimating Hurst exponent
Has anyone writen R code for estimating Hurst exponent with R/S method or other methods? or any other source of R code available? Many thanks Catherine Wang
2004 Jun 29
1
Goodness of fit test for estimated distribution
Hi, is there any method for goodness of fit testing of an (as general as possible) univariate distribution with parameters estimated, for normal, exponential, gamma distributions, say (e.g. the corrected p-values for the Kolmogorov-Smirnov or Chi-squared with corresponding ML estimation method)? It seems that neither ks.test nor chisq.test handle estimated parameters. I am aware of function
2007 Jun 05
1
logit model interpretation
Hello everyone I appologize for my lack of experience in statistical methods. I am an R user begginer and I am running a logit model using "zelig" and "pcse" packages. I will go to the point and is that Im having problems with interpreting the results of my models.. It is really simple (I guess for the most advanced scholars) however I really dont understand how to interpret
2007 Sep 08
1
predict.arima
Hi *, Firstly, thank you so much for your time to read my email. I am currently interested in how to use R to predict time series from models fitted by ARIMA. The package I used is basic stats package, and the method I used is predict.Arima. What I know is that ARIMA parameters are estimated by Kalman Filter, but I have difficulty in understanding how exactly maximum likelihood (ML) estimator
2006 Oct 17
1
About compositional data analysis
The compositional data xi=(x_i1,x_i2,...,x_in), for each fixed i , xij>0, and sum(xij)=1; I want to compare the mean( u_i) of several groups i.e. H0: u_1=u_2=...=u_N or H0: u_11=u_21=...=u_N1 Are there any ANOVA tpye tools to do this work in R? Thanks, WEN S Q [[alternative HTML version deleted]]
2009 Jul 29
0
~RED ALERT**URGENT 2009 [CDC quote::DANGER!]~
...11 http://b4.boards2go.com/boards/board.cgi?user=ChurchCaptain *Wisdom for Teens* 8) http://groups.google.com/group/TeenAnswers http://groups.google.com/group/suicidevaccine http://groups.yahoo.com/group/suicide_vaccine http://groups.google.com/group/answers-for-teens [~~~All groups:::5 permanent monographs & no chat~~~ like, "Who are YOU?!?" , "The useless War of the Sexes" and "LOVE is the Real Thing".] Jim Sorrell [CaptainChurch] ~~~~~~~~~~~~~~~~~~~~~~~~Be a Good Neighbor~~~~~~~~~~~~~~~~~~~~~~ "Love your neighbour as yourself."--->>>means, see...
2007 Nov 24
3
help in plotting
Dear list, I want to combine several plots in one graph. I did this: plot(a1); plot(a2, add=TRUE); ...plot(a5, add=TRUE) The problem is the more plot we put, the more complex the graph. Is there any way to label each line; or other way just to make sure I know which one which? Thank you for the help, Ilham [[alternative HTML version deleted]]