Displaying 3 results from an estimated 3 matches for "rincke".
Did you mean:
rince
2005 Aug 30
1
graphics
...dataset (row of 'x') connected by lines.
I already tried various possibilities provided by 'lattice' or 'grid' -
but there seems to be a basic misunderstanding on my side so that I
could not produce any good result.
Would by very happy to get some hints!
Greetings
Karsten Rincke
[[alternative HTML version deleted]]
2010 Apr 20
2
apropos and find
Hello,
I'm starting working myself in the use of R, reading M. J. Crawley, The
R Book. The problem I do encounter is concerning the commands apropos
and find:
> apropos(edit)
Fehler: is.character(what) is not TRUE
> find(edit)
Fehler: is.character(what) is not TRUE
I get the same error message typing anything else instead of "edit".
The command ?edit seems to work well.
2013 Feb 24
1
one sample t-test
Hello,
I am reasoning about a question concerning the t-test for one sample. My
data includes 150 values (mean 10.07) which I want to compare to mu=9. A
tow-sided t-test yields
> t.test(data,mu=9)
One Sample t-test
data: data
t = 3.0099, df = 149, p-value = 0.00307
alternative hypothesis: true mean is not equal to 9
95 percent confidence interval:
9.368676 10.777991
sample estimates: