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]]
_
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
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
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
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
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
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
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.
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
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=
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
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
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
>
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
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
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
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
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
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
>
> 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/
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
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
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
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
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
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
26 matches
Mail list logo