Displaying 20 results from an estimated 800 matches similar to: "prcomp: error code 1 from Lapack routine dgesdd"
2017 May 23
3
prcomp: Error in La.svd(x, nu, nv): error code 1 from Lapack routine "dgesdd"
Dear R community,
I have a data matrix (531X314), and would like to apply the prcomp. However, I got this error Lapack message. I am using R3.2.2.
I googled a bit and found that it might be related to converge issue. ?Just wonder if there is a way to get around it?
Thank you very much!
Ace
On Thursday, December 29, 2016 11:44 AM, Ista Zahn <istazahn at gmail.com> wrote:
Use
2002 Jan 08
3
write.table - format
Hello there
I ` m a newbie in R and have a question about the output of write.table
My command looks like this:
write.table(datatr$V1[data.chull],file="outr.txt", quote = FALSE, sep =
"\t")
In the outputfile (outr.txt) I have an "x" in the left corner and a new
row with numbers for each column(1,2,3...).
I just want the values in my file. What should I change in
2001 Dec 19
1
combine
hello there,
I ` m a newbie in R so please excuse my maybe simple question!
I have several (the number of the files changes) textfiles. Each
textfile contains one column with 3 rows (3 numerical values). I want to
combine each file with another file and create new textfiles which then
contain 2 columns with 3 rows. How can I do this in R? Do I have to
use cbind? How Do I use cbind for my
2007 Mar 05
1
Error in La.svd(X) : error code 1 from Lapack routine 'dgesdd'
Dear R helpers,
I am working with R 2.4.1 GUI 1.18 (4038) for MacOSX. I have a matrix of
10 000 genes and try to run the following commands:
> model.mix<-makeModel (data=data, formula=~Dye+Array+Sample+Time,
random=~Array+Sample)
> anova.mix<-fitmaanova (data, model.mix)
> test.mix<-matest (data, model=model.mix, term="Time", n.perm=100,
test.method=c(1,0,1,1))
2010 May 04
1
error in La.svd Lapack routine 'dgesdd'
Error in La.svd(x, nu, nv) : error code 1 from Lapack routine ‘dgesdd’
what resources are there to track down errors like this
[[alternative HTML version deleted]]
2004 Feb 25
1
lapack routine dgesdd, error code 1
Hello R-users,
during one of my analyses that involve a SVD, I get the following error
message:
Error in La.svd(x, nu, nv, method) : error code 1 from Lapack routine
dgesdd
With a search on the R web site, I only found references to error codes
17 and 3 for this particular routine. I also found the Lapack web site,
but could not find a list of the possible error messages. If somebody
knows what
2012 May 03
0
error in La.svd Lapack routine 'dgesdd'
Dear Philipp,
this is just a tentative answer because debugging is really not possible
without a reproducible example (or, at a very bare minimum, the output
from traceback()).
Anyway, thank you for reporting this interesting numerical issue; I'll
try to replicate some similar behaviour on a similarly dimensioned
artificial dataset when I have some time (which might not be soon). As
for now,
2003 Apr 22
4
"LAPACK routine DGESDD gave error code -12" with Debian (PR#2822)
Dear All,
Under Debian GNU/Linux La.svd (with method = "dgesdd") sometimes gives the
error
"Error in La.svd(data, nu = 0, nv = min(nrow, ncol), method = "dgesdd") :
LAPACK routine DGESDD gave error code -12"
It seems not to depend on the data per se, but on the relationship between
numbers of rows and columns.
For example, if the number of columns is 100,
2001 Nov 16
2
DGESDD from Lapack for R-1.4.0?
Hi,
I'm just wondering if it is planned to include the Lapack
routine DGESDD (and friends) in R-1.4.0? This is faster
(supposedly by a factor of ~6 for large matrices) than
DGESVD which is currently (R-1.3.1) called by La.svd.
And if it is not in the plans yet, is there a chance it
could be? I've added it to my local version of R-1.3.1 and
so far see a factor of 4 improvement over
2000 Apr 04
2
customizing help()
Hi
I tried to customize help(), so it starts the compiled html help, and
searches in all packages.
I wrote the following function:
> my.help
function(topic){
help(topic, package=.packages(all=T), lib.loc=.lib.loc, chmhelp=T)
}
When I use it with
>my.help(help)
give the following error:
Error in help(topic, package = .packages(all = T), lib.loc = .lib.loc, :
No documentation
2010 Dec 15
0
No fonts control on Cairo in batch mode
Dear all,
I am using Cairo version 1.4-5 for plotting R graphs on a Gentoo system
that does not have X11 installed. I have full control on the fonts when
running R in interactive mode. But when running R in batch mode I cannot
change e.g. font size. Letters (including symbols) are, however, drawn.
I am exporting the following environemntal variables when running R in
batch mode to point to
2010 Dec 16
0
No fonts control on Cairo in batch mode
Dear all,
I've sent this question to the r-help mailing list, but maybe it is
better suited for the r-sig-debian mailing list, although this is not
Debian (but still Linux):
I am using Cairo version 1.4-5 for plotting R graphs on a Gentoo system
that does not have X11 installed. I have full control on the fonts when
running R in interactive mode. But when running R in batch mode I cannot
2009 Jan 09
1
[Fwd: Excluding data with apply]
Dear all,
I've got many responses to my initial question, which is stated below.
However, from those responses it has become clear that I need to
rephrase my problem. All responses dealt with subscripting the data
matrix before 'apply' is run on it. But this is not want I wanted to do.
'apply' cycles through rows or columns of a matrix, and runs a function
on each row or
2002 Aug 23
3
y-axis with "break"
Dear R-users
I would like to draw a barplot with a special y-axis. Most of my data points are
in the range from -50 to 50, apart from one value that is 550. I would now like
to have a y-axis from -50 to 50, then a "break" and the "rest" of the y-axis,
let's say from 500 to 600. In order to make clear what I'm trying to do, I
attached a figure.
Is it possible to do
2011 May 30
0
gls and phi1 >1 (phi larger than one)
Dear all,
I am stuck with a problem that might be trivial for most of you (and
therefore is a bit embarrassing for me...):
I want to calculate a generalized least squares regression using two
time series (Y depending on X) with an autoregressive correlation
structure of order two (the data along time are given below). I use
'gls' from package 'nlme':
Calib.gls <- gls(Y~X,
2004 Aug 02
0
New package: RNetCDF
Dear all,
I would like to announce the availability of a new package on CRAN:
RNetCDF: R Interface to NetCDF Datasets
This package provides an interface to Unidata's NetCDF library functions
(version 3) and furthermore access to Unidata's udunits calendar
conversions. The routines and the documentation follow the NetCDF and
udunits C interface, so the corresponding manuals can be
2004 Aug 02
0
New package: RNetCDF
Dear all,
I would like to announce the availability of a new package on CRAN:
RNetCDF: R Interface to NetCDF Datasets
This package provides an interface to Unidata's NetCDF library functions
(version 3) and furthermore access to Unidata's udunits calendar
conversions. The routines and the documentation follow the NetCDF and
udunits C interface, so the corresponding manuals can be
2006 Apr 12
0
Solution: Making RNetCDF work on Fedora Linux
Dear R users who might like to use the package RNetCDF on Fedora Linux:
Fedora (versions 4 and 5) users might have noticed that the default
install of the netcdf and netcdf-devel packages from the Fedora Extra
archive is inconsistent with the R package RNetCDF. The attempt to
install RNetCDF results in a failure in the configure stage because the
header & library info for netcdf cannot
2010 Oct 14
2
degree symbol using X11 on Xubuntu 10.04
Dear all,
I am having exactly the same problem as Andy on an Intel Mac (see below
/ https://stat.ethz.ch/pipermail/r-sig-mac/2009-May/006208.html) with
the degree symbol. I am using R version 2.11.1 (2010-05-31) on Xubuntu
10.04 with Windows fonts copied from /WINDOWS/Fonts and included via
'sudo dpkg-reconfigure fontconfig' and 'sudo fc-cache'.
Any help would be highly
2007 Mar 29
1
Using functions in LAPACK in a C program
Hi,
I wonder where I can find an example of using a function in LAPACK library in a user's own C code. I wrote a C program which will be compiled and linked to produce a DLL file and then loaded into R. I hope to use a function from LAPACK library, for example, dgesdd, in the program. Following R manual, I call the function by F77_CALL(dgesdd) in the program. The program can be compiled