[R] R encountered a fatal error. The session was terminated. + *** caught illegal operation ***

2017-10-26 Thread Klaus Michael Keller
Mac OS Sierra 10.12.6 and reinstalled both R 3.4.2 and the latest R studio but the problem persists. How can that issue be solved? Thanks in advance for your a precious help! All the best from Switzerland, Klaus [[alternative HTML version deleted]] _

[R] Krippendorff's alpha bootstrapping implementation

2016-10-24 Thread Klaus Krippendorff
I noticed the 2014 discussion of bootstrapping Krippendorff's alpha referring to Andrew Hayes website. Whoever is interested in this algorithm: One of Andrew Hayes' student discovered an oddity in the distribution obtained by this algorithm when data are very sparse. This has been corrected by a

Re: [R] Data sets online for student use

2013-02-12 Thread Bernd Klaus
Hi Arnold, I like the "Data and Story" library a lot and have already used it in my own courses: http://lib.stat.cmu.edu/DASL/ BW Bernd On Tue, 12 Feb 2013 10:51:04 -0800 (PST) David Arnold wrote: > All, > > If you have any good links for sites that contain data sets that can easily > be a

Re: [R] how to write out a tree file with bootstrap from phangorn package

2012-08-07 Thread Klaus Schliep
Dear Jian-Feng, you can use the function plotBS. plotBS plots a tree and adds the support values (in %). This function also silently returns this tree: tree <- plotBS(fit$tree, bs) # You can export than this tree using write.tree or write.nexus, e.g. write.tree(tree) Regards, Klaus On 8/7

[R] Cumulative dose in survival models

2011-05-10 Thread klaus
to the estimation routine.   Does anyone know how to do this in R? Any help would be much appreciated.   Klaus Andersen __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R

[R] Sampling Weights in HB Choice Modelling (e.g., rhierMnlRwMixture)

2011-03-26 Thread Klaus
am unfamiliar with a way to do it in HB estimation. Any help or hints are appreciated. Best, Klaus -- View this message in context: http://r.789695.n4.nabble.com/Sampling-Weights-in-HB-Choice-Modelling-e-g-rhierMnlRwMixture-tp3407486p3407486.html Sent from the R help mailing list archive at

[R] Ego net and merge networkss

2009-05-15 Thread Martin Klaus
h ego-combination-networks seems to be the best and want to gplot it. Unfortunately my R skills are limited and so I could not program this. I really would appreciated it if you could help me! Thank you in advance. Sincerely yours Martin Klaus (University of Kassel) Example Data & Code: m

[R] Confidence intervals for the NPMLE of a survival function with interval censored data

2008-10-22 Thread LANGOHR, KLAUS
le to also compute the corresponding confidence intervals (with these or any other function). Does anybody know how to calculate these confidence intervals? Thanks a lot for any hint! Klaus. Klaus Langohr Statistician, PhD Grup de Recerca Clínica en Farmacologia Humana i Neurociències.

[R] package flexmix: models for ordinal data?

2008-10-06 Thread Klaus Meier
Dear List, does anyone have experience with fitting finite mixture regression models to ordinal/ordered dependent data using Friedrich Leisch's flexmix package? Best, Klaus __ R-help@r-project.org mailing list https://stat.ethz.ch/ma

[R] possible bug in function 'var' in R 2.7.2?

2008-10-02 Thread klaus . steenberg . larsen
2 or is it a deliberate change compare to previous versions? Or is there a way to make R2.7.2 give NA as output? Thank you for any helo/comments! Best regards, Klaus Details on R versions installed and platform: Platform: Windows XP Prof, English, ver. 5.1 R2.6.0: "LC_COLLATE=

[R] xyplot.zoo question about strip.left and layout

2008-06-09 Thread Klaus Nordhausen
layout=c(1,3,2)) test2<-xyplot(z, as.table=TRUE , strip=FALSE , strip.left=TRUE , layout=c(1,3,2)) trellis.device(device="pdf", color = FALSE, file="test_z.pdf", paper="a4" ,width = 6, height =10 ) print(test2) dev.off() Thanks already in advance! Klaus PS: I

Re: [R] Eliminating "[...]" from print

2008-06-02 Thread LANGOHR, KLAUS
Ted, You may also want to try the function report of the npmc package. For example, report("Have a nice day!", style="underline", char="*") gives Have a nice day! **** Regards, Klaus. Message: 16 Date: Sun, 01 Jun 2

Re: [R] stats/debugging question hotelling t-sq

2008-03-16 Thread Klaus Nordhausen
rm your T2 to be F distributed (n-p-1) / ((n-2)*p) * T2 Best wishes, Klaus Original-Nachricht > Datum: Sun, 16 Mar 2008 04:09:00 -0700 > Von: [EMAIL PROTECTED] > An: r-help@r-project.org > Betreff: [R] stats/debugging question hotelling t-sq > Hi >

Re: [R] Error in model.frame.default: invalid type (list) for variable ...

2008-02-14 Thread Klaus (Diego)
I got it right now, It wasn't working because the matrix of predictors had the same name as the dataset, so I modified the call creating a dataset with the response and predictors and keeping the data.frame using the same name metodocentrod <- data.frame(metodocentro) resultadocentro <- glm(Ycent

[R] Error in model.frame.default: invalid type (list) for variable ...

2008-02-13 Thread Klaus (Diego)
I'm getting the following errors when I try to execute the glm() procedure: If my matrix of predictors is a data.frame, R shows me this error: Error in model.frame.default(formula = Ycentro ~ metodocentro - 1, data = metodocentro, : invalid type (list) for variable 'metodocentro' If my matrix

Re: [R] Normalized data

2007-10-22 Thread Klaus Friis Østergaard
call(c,tapply(off$value,off$part,function(x) x-mean(x))) > > what you want to do? I am trying to write a Sweave document that helps in generating Gage R & R document as part of a Measurement System Analysis, in here is a requirement to plots where data should be normalized to conform with

[R] Normalized data

2007-10-22 Thread Klaus Friis Østergaard
1 57.01 57.0102 2 57.06 57.0612 -- Klaus F. Østergaard, [[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

Re: [R] Sweave Xtable row names

2007-10-21 Thread Klaus Friis Østergaard
2007/10/22, Gabor Grothendieck <[EMAIL PROTECTED]>: > > See ?print.xtable, e.g. > > print(x, include.rownames = FALSE) > > Thanks -- Klaus F. Østergaard, [[alternative HTML version deleted]] __ R-help@r-projec

[R] Sweave Xtable row names

2007-10-21 Thread Klaus Friis Østergaard
GRR <- sqrt((EV)^2 + (AV)^2 + (Iap)^2) PV <- 5.15 * sqrt((MSp -MSap)/(k * r)) Value <- c(MSe, MSa, MSap, MSp, k, n, r, EV, AV, Iap, GRR, PV) Name <- c("MSe", "MSa", "MSap", "MSp", "k", "n", "r", "EV", &q

Re: [R] Adding horizontal lines to Boxplot

2007-10-19 Thread Klaus Friis Østergaard
> > best regards > > Frede Thank you very much for all the help, also to Gabor and Petr -- Klaus F. Østergaard, [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/

Re: [R] Adding horizontal lines to Boxplot

2007-10-19 Thread Klaus Friis Østergaard
ine(h = 6, col = "red") I also tested with the lwd parameter of the abline boxplot(3:5, 2:4,4:6) abline(h = 4) abline(h = 2.5, col = "red", lwd = 2) abline(h = 5.5, col = "red", lwd = 2) Is it possible to scale the size of the boxplot, so that

Re: [R] Adding horizontal lines to Boxplot

2007-10-19 Thread Klaus Friis Østergaard
2007/10/19, Gabor Grothendieck <[EMAIL PROTECTED]>: > > Try this: > > boxplot(1:10) > abline(h = 4, col = "red") Have tried it, I only get the boxplot, no red line. It works on the plotte images. That is why I asked the question here on the l

[R] Adding horizontal lines to Boxplot

2007-10-19 Thread Klaus Friis Østergaard
Hi, Is it possible to add horizontal lines to a boxplot. I want to add these lines in ordre to indicate where tolerance limits on the boxplot. -- Klaus F. Østergaard, [[alternative HTML version deleted]] __ R-help@r-project.org mailing

Re: [R] Data manipulation

2007-10-16 Thread Klaus Friis Østergaard
urely return to look at this solution. I question in the non table the combinations of Feature and Hole are unique is it possible to calculate this on the fly in R? -- Klaus F. Østergaard, [[alternative HTML version deleted]] __ R-help@r-pro

Re: [R] Data manipulation

2007-10-15 Thread Klaus Friis Østergaard
2007/10/15, Stephen Tucker <[EMAIL PROTECTED]>: > > Hi Klaus, > > I am not exactly sure what you are asking for, but something like this? > This > would be option (2) from your list - I don't know that it would be too > difficult in R that you would want to use anot

[R] Data manipulation

2007-10-14 Thread Klaus Friis Østergaard
different approache: 1. do it in a script out side R 2. do it the long and hard way by filtering out all the single holes and Feature, the on this list subtract the nominel values, and then combine it back. 3. ? Any help and guidence apriciated -- Klaus F. Østergaard, [[alternative HT