search for: kneifl

Displaying 5 results from an estimated 5 matches for "kneifl".

2007 Jul 18
6
Classification
Hi, I am also a quite new user of R and would like to ask you for help: I have a data frame where all columns are numeric variables. My aim is to convert one columnt in factors. Example: MD 0.2 0.1 0.8 0.3 0.7 0.6 0.01 0.2 0.5 1 1 I want to make classes: 0-0.2 A 0.21-0.4 B 0.41-0.6 C ..... and so on So after classification I wil get: MD A A D B . . . and so on Please could you give an advice
2007 Aug 23
7
Histogram
Hello, I wanted to create a histogram, but somehow I got stuck... The interval limits are: x = 1, 2, 3, 3.5, 4.5, 5, 5.5 The interval widths are therefore: 1, 1, 0.5, 1, 0.5, 0.5 Nothing I tried worked... Can anyone help me please? Thanks Tobias -- View this message in context: http://www.nabble.com/Histogram-tf4315900.html#a12288850 Sent from the R help mailing list archive at Nabble.com.
2008 Mar 16
2
How to assign text string as object?
I have a problem I cannot get over for a long time. Imagine I have a data frame with 17 colums. 16 of them are craniometric variables of Cervus elaphus and one contains age. The data frame has 83 rows. I want to write a loop which plots the values of each craniometric variable against the age. The names of columns are V1, V2, V3, etc... What I have done till now was writing this:
2007 Aug 28
1
FW: How to fit an linear model withou intercept
...lievable. Did you > do them at the same time ? > > > > > -----Original Message----- > From: r-help-bounces at stat.math.ethz.ch > [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of John Sorkin > Sent: Thursday, August 23, 2007 9:29 AM > To: David Barron; Michal Kneifl; r-help > Subject: Re: [R] How to fit an linear model withou intercept > > Michael, > Assuming you want a model with an intercept of zero, I think we need to > ask you why you want an intercept of zero. When a "normal" regression > indicates a non-zero intercet, forcing...
2007 Jul 22
4
using R for a reaction-time experiment
I want to use R to run a reaction-time experiment: Something appears on the screen, I respond by typing something (one keystroke), the system measures the speed of my response. R would be great for this if only I didn't have to hit Enter to enter that keystroke. I am doing such experiments now but they require two actions per trial: hit keystroke, hit Enter. Is there some way that R can be