similar to: Error with function lda in package MASS (dimnames not equal?)

Displaying 20 results from an estimated 1000 matches similar to: "Error with function lda in package MASS (dimnames not equal?)"

2002 Jan 25
6
Help with archive bit request
Hello, I am trying to get the archive bit to behave under Samba 2.2.2 on a Linux box (Slackware 8.0) serving NT and Win2K clients. I have "map archive = yes" and "dos filemode = yes". If I have "force create mode = 0100", creating new files sets the archive bit (good) and "attrib +a filename" will turn on the archive bit if it was off (good) but
2005 Jul 20
4
HOWTO capture digits
Folks: does anybody have an idea? how to capture the DTMF digits to a file, after an extn asnwer? then POST it to a url? Regards, JR
2006 Feb 17
3
Switchtower (0.10.0), ssh and environment confusion
Seems like my day for Rails posts... :) OK. I''ve started using Swtichtower to help with deploying changes to my production rails apps. Unfortunately I''ve come accros an inconsistency that I can''t quite figure out. It''s about the PATH env var under Bash. I''ve created a task that just does a: run "env", to show what I''m seeing:
2010 Mar 14
3
likelihood ratio test between glmer and glm
I am currently running a generalized linear mixed effect model using glmer and I want to estimate how much of the variance is explained by my random factor. summary(glmer(cbind(female,male)~date+(1|dam),family=binomial,data= liz3")) Generalized linear mixed model fit by the Laplace approximation Formula: cbind(female, male) ~ date + (1 | dam) Data: liz3 AIC BIC logLik deviance 241.3
2005 Mar 25
3
800 numbers and FWD
Guys. Can you dial 800 and 888 toll free numbers using FWD? how do you dial them cause I tried using 1800xxxxx and 1888xxxxx and I simply get a "nobody can asnwer the call" signal on asterisk. Can you dial 800 toll free from FWD?
2003 Sep 02
3
Outgoing call answer confirmation
Using Digium's "Asterisk Developer's Kit (TDM)", I've been trying to make an outside call by copying sample.call to /var/spool/asterisk/outgoing. I want the VoiceMailMain to run when the call is answered. The call is made correctly but, as you probably know, the application starts as soon as the call is made. I see there are two solutions: Using callprogress=yes in
2010 Aug 26
2
CDR on Transfer...
I have searched for some time but I have not found an asnwer on how to fix the CDR when a call is transferred. The problem is that if someone dials a cell phone and then transfers the call to another extensi?n the CDR for the cell call stops and there is no way to track that the call was transferred so we can bill correctly. Many people have asked this question but there is no answer, only a
2005 Jul 26
3
Billing works but i do no get full calling cost...!
Hi to everybody, i tried to find an asnwer before posting this, but most astcc billing issues i searched refer to the case when no billing occurs at all. In my case i get only initial charges and any subsequent minute does not count for billing. In my iax.conf i entered the "notransfer = yes" but nothing changed. My test card and test calls are the following TEST-CARD en N/A
2011 Nov 24
0
length of 'dimnames' [2] not equal to array extent
Hello all, I'm trying to use the user-created multinomRob to make some models for my data. While documentation for that function is fine and I think I'm using it correctly, I'm getting the following error when I try to use my lists of variables. data <- read.csv("data.csv", header=FALSE) subj1 <- data.frame(radius=data$V3[9:11], x1=data$V4[9:11], x2=data$V5[9:11],
2004 Jul 02
2
Error:length of dimnames [2] not equal to array extent ?
Hi everyone, I have the following problem: I want to perform a LDA with the function lda(). My data object mat.data is a matrix with dimensions > dim(mat.data) [1] 1228 44 and my grouping vector grp has length 1228: > length(grp) [1] 1228 Every time I call lda(), the following error message occurs: > lda(mat.data,grp) Error in lda.default(x, grouping, ...) : length of dimnames [2]
2011 Nov 21
1
readDGE: Error in colnames/length of dimnames not equal to array extent
Hello, all, I'm a new R user (new to any programming language in general, really), so I apologize if this is easy/has already been answered (I've attempted searching online but did not understand the pages I found). My data is stored in text files with the headers LANE, RNA_NAME, SEQ, and SEQCNT. I've been using x = "filename.txt" y = aggregate(x$SEQCNT, list(x$RNA_NAME),
2018 Mar 17
0
length of 'dimnames' [2] not equal to array extent- For Correlation Plot
I'm assuming you are using the corrplot package. If so, your data object does need to be a matrix, not a data frame. Since it's already a data frame, your line of code: as.matrix(as.data.frame(CR1)) doesn't need the as.data.frame function, but more importantly, you didn't assign the result to anything: as.matrix() does not work in place. CR1 <- as.matrix(CR1) Now try. If
2007 Mar 23
3
distribution graph
I am looking for a way to produce a "distribution graph" as in the example: (http://cecsweb.dartmouth.edu/release1.1/datatools/dgraph.php?year=2003&geotype=STD_HRR&event=A01_DIS&eventtype=UTIL Anybody who can help? Christian von Plessen Department of Pulmonary Medicine Haukeland university hospital Bergen Norway
2018 Mar 17
2
length of 'dimnames' [2] not equal to array extent- For Correlation Plot
Created a new data set with 3 numeric variable to find correlation CR1<- mar%>% as_data_frame%>% select(AGE, OLD_CAR_PURCHASE_YRS, Total.Spend.With.AA) had to convert it to a data frame, code: as.matrix(as.data.frame(CR1)) Now i need to run a correlation plot for these 3 variables: corrplot(CR1, method = "circle") But i am getting this error: Error in
2009 May 29
3
Why change data type when dropping to one-dimension?
Hello, First, let me say I'm an avid fan of R--it's incredibly powerful and I use it all the time. I appreciate all the hard work that the many developers have undergone. My question is: why does the paradigm of changing the type of a 1D return value to an unlisted array exist? This introduces boundary conditions where none need exist, thus making the coding harder and confusing. For
2018 Mar 17
0
length of 'dimnames' [2] not equal to array extent- For Correlation Plot
That does clarify for me that you're missing a step: I didn't clearly follow your description at first. corrplot expects a correlation matrix, not your original data. You need to use cor() first. That's pretty clear in the documentation. See for instance the examples: data(mtcars) M <- cor(mtcars) corrplot(M) Sarah On Sat, Mar 17, 2018 at 12:00 PM Shivi Bhatia <shivipmp82 at
2002 Feb 13
0
archive bit mapping problems with 2.2.3a
Hello, I've just tested the latest stable (2.2.3a) version of samba and see the same problem I was having with the archive bit mapping as I had with 2.2.2. I sent in a bug report and two emails to this list but no feedback yet. I'm pulling my hair out trying to get this fixed. Please help. I am trying to do the following, new files get the archive bit set, and then the user or account
2004 May 12
1
3.8p1 on Solaris 8
Hello, I am running into some strange (to me) behavior trying to upgrade from 3.6.1p2 to 3.8p1 on Solaris 8. All of my machines are running 3.6.1p2 (Linux boxes have had RH errata applied). When I ssh with my AFS account name from any of them to the Solaris 8 box running 3.6.1p2, it responds with "afsuser at machine's password:". Once the password is given, I am logged in just
2004 Jun 15
2
S/R/RWeb/ODBC
I'm looking for an optimal approach to access Oracle databases via RWeb applications. I'm new to R but familiar with programming functions and web pages for the S+ Statserver. I'm now going through the motions of migrating S+/Statserver applications to R/RWeb as a feasability exercise. I can access databases using ODBC directly in R or S, and using Statserver, but I have not succeeded
2009 Aug 19
4
Confidence interval on parameters from optim function
Hi everyone, I have two questions: I would like to get confidence intervals on the coefficients derived from the optim() function. I apply optim() to a given function f > res <- optim(c(0.08,0.04,1.),f,NULL,method="L-BFGS-B",lower=c(0.,0.,0.)) And I would like to get the p-value and confidence intervals associated with > res$par My second question deals with error message. I