Displaying 4 results from an estimated 4 matches for "viju".
Did you mean:
viau
2009 Mar 21
5
Fisher test problem
...for other
sets of data, I had got a p value of 1 in 3 instances for a prop.test
when I got 3 other answers on a friend's stata software with the same
data. )
I'm using R on Ubuntu Intrepid. Is there anything I'm doing wrong? Any
other packages I have to install?
Thanks in advance
Viju Moses
2009 Dec 13
3
lines don't wrap. must scroll horizontally to see/edit a long line in R GUI
I'm facing this problem on R GUI version 2.10.0 on Windows Vista. I have not
changed Windows settings or R GUI settings much except to change from MDI to
SDI.
Someone else reported this problem a few months ago:
https://stat.ethz.ch/pipermail/r-help/2009-April/195714.html
but it wasn't followed up.
I'd change the settings on Preferences, but there's no help explaining the
2009 Oct 06
2
Problem with na.omit when using length()
I'm seeing what looks to me like odd behaviour when I use na.omit on a
simple "length" function, as follows.
> sno
[1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
23 24 25 26 27 28 29 30 31 32 33 34
> a
[1] 0 1 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0
> b
[1] 1 1 0 1 1 1 0 0 NA 0 0 0 NA 0 1 NA 0 1 0 0
1998 Aug 08
20
Roaming profiles
I want to setup a linux box with samba as a file and print server for a
LAN of 20 NT 4.0 SP3 workstations. I want the home direcotories to be on
the server the clients to have roaming profiles.
For this, do I have to make the linux box a domain controller? I want to
avoid it if I can, because the domain control code in not on the
production releases. I don't want to setup an NT server either.