search for: xkneifl

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

Did you mean: kneifl
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 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.
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
2007 Aug 28
1
FW: How to fit an linear model withou intercept
...nd.edu > > >>>> "David Barron" <mothsailor at googlemail.com> 08/23/07 5:38 AM >>> >>>> > A number of alternatives, such as: > > lm(y ~ 0 + x) > lm(y ~ x -1) > > See ?formula > > On 8/23/07, Michal Kneifl <xkneifl at mendelu.cz> wrote: > >> Please could anyone help me? >> How can I fit a linear model where an intercept has no sense? >> Thanks in advance.. >> >> Michael >> >> ______________________________________________ >> R-help at stat.math.ethz.ch...