Displaying 10 results from an estimated 10 matches for "mendelu".
2009 Jun 25
1
logical volume over NFS permissions problem
...ent's IP is completely opened on firewall.
Is there some possibility to debug the NFS mount process? I don't see
nothing more then verbose mode in man, which doesn't provide much
informations :( Or is it some configuration issue?
thanks for help,
Tom?? Ruprich <ruprich at uikt.mendelu.cz>
DCD IICT MUAF Brno <www.mendelu.cz, is.mendelu.cz>
tomyk at jabber.cz
2008 Jan 23
2
HA software advice
We are in need of some very basic software that will give us the ability
to swing an ip address from one host to another during controlled
maintenance or host failure. For now the IP address will be the only
resource that is shared and there will never be a need for shared
storage. Eventually we may want to monitor processes for health
(probably just read in pid file) and it would be great if
2007 Aug 30
1
strange chgrp behavior
...is already fine.
I've been searching through coreutils gnu.org archives, but found
nothing (maybe i'm not so experienced seeker ;-))
Thanks
-------------------------------------------------------------------------------
Tom?? Ruprich ruprich at uikt.mendelu.cz
DCD IICT MUAF Brno
tel.: +420 545 132 885, +420 602 127 744
-------------------------------------------------------------------------------
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 Aug 21
1
GFS availability in Centos5
Hi,
does Centos-5 support the GFS filesystem and the RedHat cluster suite? I did not find anything in
the FAQs.
Regards
Joachim Backes <joachim.backes at rhrk.uni-kl.de>
University of Kaiserslautern,Computer Center [RHRK],
Systems and Operations, High Performance Computing,
D-67653 Kaiserslautern, PO Box 3049, Germany
--------------------------------------------------
Phone:
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 Oct 09
4
Directory index forbidden by rule: /var/www/html/
I'm looking to troubleshoot this error when I run "tail
/etc/httpd/logs/error_log"
[Tue Oct 09 07:22:59 2007] [error] [client 127.0.0.1] Directory index
forbidden by rule: /var/www/html/
(I get this when I run Nagios' "./check_http -H 127.0.0.1".)
All I did was install CentOS and then modify httpd.conf to include
"ServerName 192.168.1.10:80" and also
2007 Aug 28
1
FW: How to fit an linear model withou intercept
...>
>>>> "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 mailing li...