search for: reolace

Displaying 2 results from an estimated 2 matches for "reolace".

Did you mean: relace
2006 Jan 08
0
GUI User Disk Mount Tool
Disk mount tool gives message "There are no filesystems you are allowed to mount. Reolacing "pamconsole" with "user" in /etc/fstab solves the issue temporarily. This was fixed in FC4. Is there a fix for CentOS 4.2? Thanks in advance. bj Cent OS 4, Linux 2.6.9-22.0.1.EL athlon 07:42:11 up 1 day, 23:01, 3 users, load average: 0.42, 0.24, 0.09
2004 Apr 08
2
lines and glm
Dear R-helpers, I'm a beginner using R 1.8.1 on Windows 2000. I'm trying to replicate some examples in Franses' & Paap's Quantitative Models in Marketing Research. > t <- 1:1000 > e1 <- rnorm(1000) > e2 <- rnorm(1000) > x <- 0.0001*t+e1 > y2 <- -2+x+e2 > y <- ifelse(y2>0,1,0) > > plot(x, y, pch = 16, col = "darkblue", +