Displaying 20 results from an estimated 1000 matches similar to: "Environmental variables"
2006 Sep 02
1
Backspace key is sending Delete after update to 4.4 (tcsh issue?)
Maybe it was always sending Delete and I didn't notice it, but I have
had the following in my .tcshrc file for ages (without realizing it):
bindkey -b ^? i-search-back
Before the update to 4.4, hitting the backspace key at the shell
prompt deleted the previous character. Now it activates the search
backwards function as instructed to do so by the bindkey directive.
The
2006 Mar 24
1
R for MacOSX - History and command line problems
Hi!
I have the following issues using "R for Mac OS X 2.2.1" (from the
ppc-.dmg) on a Mac OS X 10.4.5:
1) The command history is never saved (automatically) to .Rhistory.
(The file stays empty.)
2) If I save a history to some file via the "Save History" button,
and I load it afterwards via "Load History", only the first entry of
the saved History appears in
2009 Nov 18
1
format level 3 prompt
How do I format the prompt at level 3? One of
my accounts has it right, but not the other.
I guessed that it was in .tcshrc which was
missing from the bad account so I copied it
from the good account, but it made no
difference.
Thanks,
Mike.
2000 Apr 11
3
scp: command not found.
Hey.
I found references to my problem 'scp: command not found' in the archives.
But I could not find a solution to this problem. Could someone please
help me out here?
Info: OpenSSH 1.2.3, RedHat 6.1
Thanks!
-- Steve
2017 Feb 01
1
How to get password expiration?
I was thinking of maybe putting a request update password expire time on
login and have a system user go find the expire times.
with ldap or something?
It could put a file in the users home directory with a timestamp of when
the user's password expires.
Ex:
In the bashrc or tcshrc (the global ones) add a line like so
touch /tmp/requestpwexpupdate/${USER}
and have a cronjob the searches
2008 May 16
1
Dimensions of svd V matrix
Hi,
I'm trying to do PCA on a n by p wide matrix (n < p), and I'd like to
get more principal components than there are rows. However, svd() only
returns a V matrix of with n columns (instead of p) unless the argument
nv=p is set (prcomp calls svd without setting it). Moreover, the
eigenvalues returned are always min(n, p) instead of p, even if nv is set:
> x <-
2008 Apr 03
1
Lapack error in Design:::ols
Hi,
I'm trying to use Frank Harrell's Design:::ols function to do regression
of y (numeric) on the interaction of two factors (x1 and x2), but Lapack
throws an error:
> library(Design)
...
> load(url("http://www.csse.unimelb.edu.au/~gabraham/x"))
> ols(y ~ x1 * x2, data=x)
Error in chol2inv(fit$qr$qr) : 'size' cannot exceed nrow(x) = 20
> traceback()
2006 Feb 08
1
last command history???
Hi,
I am using R 2.2.0 on Mac OS X 10.3.9. But I test the issue also with R
2.2.1 on OS X 10.4 (Tiger)
I have a question regarding the functioning of the history from the
command line.
When I press the 'up-arrow' I call back the last command (everything
ok), let's say that I go back until the level n-5, but when I get down
to return to the empty line, I cannot reach the empty
2009 Nov 27
2
Symmetric Matrix classes
Hi,
I'd like to store large covariance matrices using Matrix classes.
dsyMatrix seems like the right one, but I want to specify just the
upper/lower triangle and diagonal and not have to instantiate a huge
n^2 vector just for the sake of having half of it ignored:
Dumb example:
M <- new("dsyMatrix", uplo="U", x=rnorm(1e4), Dim=as.integer(c(100, 100)))
diag(M) <- 1
2012 May 05
12
Error running an app on a Mac
Hi Guys,
I'm a newbie, running my first windows app on a Macbook.
OS X 10.6.8
2.2 GHz Intel Core 2 Duo
2 GB 667 MHz DDR2 SDRAM
When I tried to install X11, both the original X11 app and the
update told me it is already installed on my Mac.
Here's the error messages from Term:
$ wine setup.exe
wine: created the configuration directory '/Users/horacemann/.wine'
Application tried
2008 May 18
1
predict.prcomp: 'newdata' does not have the correct number of columns
Hi,
I'm doing PCA on wide matrices and I don't understand why calling
predict.prcomp on it throws an error:
> x1 <- matrix(rnorm(100), 5, 20)
> x2 <- matrix(rnorm(100), 5, 20)
> p <- prcomp(x1)
> predict(p, x2)
Error in predict.prcomp(p, x2) :
'newdata' does not have the correct number of columns
> dim(x2)
[1] 5 20
> dim(p$rotation)
[1] 20 5
2008 Aug 12
1
Conflict between octave3.0-headers and r-base-dev
Hi,
I'm using Ubuntu Hardy i386, and the R 2.7.1 Ubuntu packages from CRAN.
The CRAN r-base-dev package depends on refblas3-dev or atlas3-base-dev,
but octave3.0-headers depends on libblas-dev. The two blas packages seem
to conflict, so r-base-dev and octave3.0-headers can't be installed
together.
Is this a known issue?
Thanks,
Gad
$ sudo apt-get install octave3.0-headers
Reading
2010 May 26
2
cran2deb Packages.bz2 Hash Sum mismatch
Hi,
I'm using Ubuntu 9.10 amd64 with cran2deb packages (I know it's meant
for Debian, it's worked fine for me for many months).
Recently apt-get update has to started to complain:
...
Hit http://debian.cran.r-project.org testing/ Release
Get:1 http://debian.cran.r-project.org testing/ Packages [515kB]
Fetched 1B in 3s (0B/s)
W: Failed to fetch
2009 Mar 10
1
S4 generic masking S3 generic when using namespace
Hi,
I have two example packages, test1 and test2, where the only code in
them is:
setGeneric("predict", function(object, ...) standardGeneric("predict"))
(get them from http://www.cs.mu.oz.au/~gabraham/test1.tar and
http://www.cs.mu.oz.au/~gabraham/test2.tar)
The difference between them is that first does not have a namespace, and
loads fine. The second has a namespace
2008 Oct 09
2
Singular information matrix in lrm.fit
Hi R helpers,
I'm fitting large number of single factor logistic regression models
as a way to immediatly discard factor which are insignificant.
Everything works fine expect that for some factors I get error message
"Singular information matrix in lrm.fit" which breaks whole execution
loop... how to make LRM not to throw this error and simply skip
factors with singularity
2017 Jun 12
4
Apple Mac slave
On Jun 11, 2017, at 7:15 AM, Robbie van der Walle <rvanderwalle at gmail.com> wrote:
>
> I see only a reboot. Not a shutdown. But is this normal because shutdown -u -h +0 is used?
>
To be honest, I haven't experimented much with this, but I saw a normal shutdown/reboot when I just tried this from the command line (10.12):
reboot ~ Mon Jun 12 08:36
2001 Dec 06
1
Mac Test
R 1.4.0 is now sinking into feature freeze, and I'd like some help
testing it under Macintosh (from Sys 8.6 to X).
I've put a copy of R140b1 at
http://www.ci.tuwien.ac.at/~iacus/R
there are two files: R140b1.sit and R140b1.sit.hqx
download only one of the two.
Many tests have been done but you help will be precious. Several things
have been changed or implemented both in R internals
2008 Sep 10
1
Computation of contour values - Speeding up computation
Dear R useRs,
i have the following code to compute values needed for a contour plot
############################################################
"myContour" <- function(a, b, plist, veca, vecb, dim)
{
tmpb <- seq(0.5 * b, 1.5 * b, length=dim)
tmpa <- seq(0.5 * a, 1.5 * a, length=dim)
z <- matrix(0, nrow=dim, ncol=dim)
for(i in 1:dim)
{
for(j in 1:dim)
2009 Oct 05
6
Mac OS X plist resource type spec
Nigel Kersten and I had previously worked on a plist provider spec for Mac
OS X. Attached is a PDF of the current state. I would appreciate any input
and criticisms.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To
2008 Dec 11
1
help with predict in stats4
Hi,
We're using stats4 for a logistic regression. The code is
chdreg.logit2 <- glm(chd ~ age + sex, family = binomial)
summary(chdreg.logit2)
oddsratios <- coef(chdreg.logit2)
exp(oddsratios)
# Calculate model predicted values
pred <- predict(chdreg.logit2,type="response")
The glm part runs fine, and up to now so has the predict function.
However, now we're