similar to: Package 'MASS' (polr): Error in svd(X) : infinite or missing values in 'x'

Displaying 7 results from an estimated 7 matches similar to: "Package 'MASS' (polr): Error in svd(X) : infinite or missing values in 'x'"

2012 Jul 11
1
Package MuMIn (dredge): Error in ret[, ] <- cbind(x, se, rep(if (is.null(df)) NA_real_ else df, : number of items to replace is not a multiple of replacement length.
Hello R community, I am attempting to run multiple logistic regressions (multinomial, via package 'nnet'), with Automated Model Selection (dredge, package 'MuMIn'). The aim is to reduce the number of predictor variables by assessing relative performance of each variable, which can be done in a coarse fashion using the Automated Model Selection option in package 'MuMIn'
2007 Mar 26
4
Problem dropping rows based on values in a column
I am trying to drop rows of a dataframe based on values of the column PID, but my strategy is not working. I hope someoen can tell me what I am doing incorrectly. # Values of PID column > jdata[,"PID"] [1] 16608 16613 16355 16378 16371 16280 16211 16169 16025 11595 15883 15682 15617 15615 15212 14862 16539 [18] 12063 16755 16720 16400 16257 16209 16200 16144 11598 13594 15419 15589
2008 Aug 12
1
fPortfolio constraints, maxsumW
Running R version 2.6.1 under Gentoo Linux and using the fPortfolio package, I am having trouble specifying a sector constraint. One of the constraints to be imposed is that assets 1 and 2 together account for no more than 13.63% of the portfolio. My attempt at coding that constraint, "maxsumW[1:2Assets]=13.63" fails. The relevant section of my code file and the resulting error
2012 Feb 07
6
Setting up infile for R CMD BATCH
Suppose I create an R program called myTest.R with only one line like the following: type <- as.integer(readline("input type (1: type1; 2: type2)? ")) Then I'd like to run myTest.R in batch mode by constructing an input file called answers.R with the following: source("myTest.R") 1 When I ran the following at the terminal: R CMD BATCH answer.R output.Rout it failed
2003 Oct 31
2
samba sam problem [version 2.2.3a on RH 8]
Hi folks I'm new to this list, fresh into linux and samba. Simply love it :-) I have a customer that have about 10 XP pro machines connected to a linux samba server. Since there are a quite few documents that only two of the users are going to see, I use groups and different shares. This setup have been working for a while. Today everyone got access to everything - not good. Actualy very
2012 Oct 07
2
gam error message: matrix not +ve definite
Hello, I'm running a multimodel analysis which involves fitting several GAM models as implemented in package mgcv. The issue I'm having is that when I try to fit my model, gam gives me the following error message: 'Error in initial.sp(w * X, S, off) : S[[2]] matrix is not +ve definite.' The strange part of this is that the error message stops my model fitting function when run
2003 Nov 11
0
group and user access problem [any versions]
Hello folks I have tried 2.2.3, 3.0.0 and 2.2.8. Everyone with the same resoult. The users are defined in different groups. Admin, common, ab, program and aps. When I first setup everything, it all worked fine. Everybody had access to common and program disks, some had admin disk, others had ab disk and only one had aps disk. Then suddenly one day everyone had access to everything. Why? Here