Displaying 20 results from an estimated 165 matches for "knut".
Did you mean:
knute
1999 Sep 11
1
legend(): adjust space between symbol and tex
...wurf |
|# Eklektor |
and so, but it should look something like
+----------------------+
| O stehender Stamm |
| --- Windwurf |
| # Eklektor |
and so on. Most important for me would be to reduce the space between
symbols and text.
Thank you,
Knut S?bert
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request a...
2004 Feb 06
2
Normality Test on several groups
Hi,
I use ks.test or lillie.test to verify a normal distribution. It's performed
for a group
My users use SigmaStat software and a One Way ANOVA on several groups
In the result page there is a probability value to determine if Normality
test is failed or passed
So, how can i retrieve this probability value on several groups?
Is there another function in R to verify normality on several
2009 Dec 23
7
String question
...or
temp <- c("m1","m2","m3")
No problem to get the count of items but I must get afterwards the
string "m1,m2,m3"
No problem to build the string with a loop, but it should be more easy
but it seems that I am looking to the wrong functions.
Kind regards Knut
2006 Feb 17
4
showing the integrated number by point size
Is there any function to show the points like this example of SPSS?
http://biostatistic.de/temp/reg.jpg
The point size should represent the number of data at this point.
with regards
Knut Krueger
2010 Feb 23
5
deleting column from data frame
Hi to all,
test <- data.frame("X"=c(1:4),"Y"=c(5:8),"Z"=c(8:11))
test <- test[,-2]
Is there a way to specify the col name "Y" to delete instead the number?
Kind regards Knut
2009 Apr 06
5
Search for a graph package - see link
Hi to all,
does anybody knows whether there is a package to plot those
http://www.equine-science.de/temp/graph.jpg
graphs.
the thickness of the points and/or the lines should be represent the
numbers of behaviours
With kind regards Knut
2005 Sep 25
4
hist(x, ...) with normal distribution curve
.
I am looking for a histogram or box plot with the adding normal
distribution curve
I think that must be possible, but I am not able to find out how to do.
Regards Knut
2011 Mar 25
4
read.xls -> rotate data.frame
...x1 x2 x3 .... xn
y1 1 4 7 ... xn/y1
y2 2 5 8 .... xn/y2
y3 3 6 9 ....xn/y2
yn ... ... ... Xn/Yn
to
y1 y2 y3 .... yn
x1 1 2 3 ..... Yn/x1
x2 4 5 6 .... Yn/x2
x3 7 8 9 .... Yn/x2
xn ... ... ... ..... Yn/xn
Kind regards Knut
2007 Aug 16
7
combining P values using Fisher's method
Hi All,
Can somebody tell me how to use R to combine p values using Fisher's method? thanks.
Jiong
The email message (and any attachments) is for the sole use of the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and
2010 May 18
5
looking for .. dec if vector if element > x
Hi to all,
I am just looking for more efficient ways ;-)
is there a better way instead a loop to decrease x if greater y
test <- c(1,3,5,7,9)
decrease if greater 1 to
test2 <- c(1,2,4,6,8)
Kind regards
Knut
2010 Jul 21
4
Chi-square distribution probability density function:
...lsoper.com/statkb/topic11.aspx*
*what's the gamma function of this formula in r?*
*df=5*
*ch2=25.50878*
*the following code does not give the result <0.001 for the values above *
*p= ((0.5^(df/2))/gamma(df))*(ch2^((df/2)-1))* (2.718281828459^(-ch2/2))
or is there any other error?
Regards Knut
***
[[alternative HTML version deleted]]
2009 Nov 13
3
sum(row1==y) if row2=x
...t all y of row1 if in row2 of the data.frame is
an x
f.e row1=3 and row2=2
so I would like to get 6
And is there another construct to get the count of pairs where
row1=3 and row2=2
means the result should be 2
I could do this with loop but I am wondering whether there is any better
way.
Regards Knut
2010 Nov 01
6
Plots inside a Plot
hi,
is it possible to draw a plot inside another plot f.e in the upper right
corner. I do not mean the possbility
par(mfrow = c(2,2).
Kind Regards
Knut
2005 Aug 09
5
RGUI crash when opening script in XP Home enviroment
...e to open a
new script without any error.
The RGUI is not closing complete there is a blank screen left which I
have to close with the X Button or Taskmanager
Windows XP Home - German Version updates installed.
R-Version 2.1.0
If there you need any further details please ass for.
with regards
Knut Krueger
http://www.biostatistic.de
2005 Oct 11
3
8 char labels in read.spss
....
I found a couple of weeks before a tread where anybody wrote a complete
way for building packages.
He described all problems of him and there were a lot of hints for the
first steps, but I am not able to find it again - I don't know the
search terms which I used before :-(
with regards
Knut
2006 Jan 18
6
some EPS rotated in journal preview
...y = "Helvetica", font = "Helvetica")
I treed Horizontal=TRUE Ghostsript show the rotated image but not the preview from the journal. :-(
Is there anything to change that the - unknown system - of the journal will be forced to display the image in the right direction?
Regards Knut
2005 Jul 12
5
High resolution plots
...get high resolution plots in a windows xp
system?
I tried it with the device function png(filename =
"c:/r/highresplot%d.png",pointsize=12, res=900)
but when I try to set: width = 480, height = 480 or pointsize = 12,
the text is not scaled in the same way as the plots.
with regards
Knut Krueger
http://www.biostatistic.de
2009 Aug 07
3
bug with subset and plot?
...I describe is as follows:
exploration.df <- read.table('clipboard', header=T)
attach(exploration.df)
plot(treatment,total.escapes)
exp.df <- subset(exploration.df, treatment!='up')
attach(exp.df)
plot(treatment, total.escapes)
I use R version 2.9.1 (2009-06-26) for Debian.
Knut Helge Jensen
2004 May 18
2
SYSLINUX 2.10-pre2 is out
I have released SYSLINUX 2.10-pre2. I *really* would like testing
reports for this one, especially ISOLINUX, since I've included Knut
Petersen's fix for Award BIOSes...
Changes in 2.10:
* MEMDISK: Handle images compressed with zip as well as with
gzip. Some Windows-based image tools apparently generate
these kinds of images by default. Patch by Patrick
LoPresti.
* Major m...
2006 Mar 17
4
Traffic on R-Help Mailing List
...last days. I am afraid that
there is any problem with the spamfilter of my provider.
There are not messages from march 04rd until march 15th, Two messages
from march 16 and nothing else since march 03rd
Please answer also with PM to the mail address. I hope I will solve the
problem.
Thank you
Knut