similar to: Scaled or unscaled variance covariance matrix

Displaying 20 results from an estimated 1000 matches similar to: "Scaled or unscaled variance covariance matrix"

2000 Sep 29
2
segmentation faults when unused argument
Dear Rs, quite often in I had segmentation faults of the following kind: Error in brf.infobase(nn, Pc, knams = knams, plot = plot, dev = dev, quiet = quiet, : unused argument(s) (df ...) Process R segmentation fault at Fri Sep 29 15:46:27 2000 This happened when I (wrongly) called a routine with an argument which the routine did not support. platform i386-pc-linux-gnu arch i386
2000 Aug 31
3
using browser() in complex programs - where am I?
Dear all, is there an easy way to know at which position in the source code browser() (or stop()) was called? This seems to be important for me when I try to debug a program (e.g. using options(error=quote(dump.frames()))) traceback() returns some information, but I miss something like a line number, e.g. "stopped at line 999 in foo.R". Marcus --
1999 Jul 15
1
R: history buffer
Hello, how can I change (enlarge) the history buffer? I use R.64.1 and ESS5.1, emacs. Thanks - Marcus Eger -- +------------------------------------------------------- | Marcus Eger | Philipps Universitaet Marburg | Fachbereich Physik AG Neurophysik | Renthof 7 | 35032 Marburg | Tel. +49 6421 284169 | Fax +49 6421 287034 +------------------------------------------------------- | E-Mail:
2000 Sep 05
2
still problem with installation of locfit on DEC alphaev56-dec-osf4.0d
Dear all, after building the R-1.1.1 from source on our alpha everything seems to work, but locfit still hangs... I installed locfit with install.packages(...), the installation process went fine, but calling locfit() blocks the R environment. Has anybody got an idea howto get to the roots of this problem? Thanks M. Eger -- +------------------------------------------------------- | Marcus
1999 Jul 15
2
R: UseMethod with primitives?
Hello, is the following somehow possible with Mod() being a primitive: "Mod" <- function(x) UseMethod("Mod") "Mod.default" <- function(x) { .Primitive("Mod") ### I know it?s wrong. How can I access the original Mod ? } Thanks for help M. Eger -- +------------------------------------------------------- | Marcus Eger | Philipps Universitaet
1998 Dec 17
1
Scoping bug!?
Hello - any suggestions?! "fun" <- function (a1,a2,a3) { ... x<-rnorm(50) a<-locfit(~x) ... } does not work, (Error: Object "x" not found) but x<<-as.matrix(mm[Pc+1]) instead, does! When typing the two lines directly at the prompt - everything is ok. I?m using R 63.0 on i586 with Linux, SUSE 5.2. Thanks for any help - Marcus --
1998 Dec 17
0
Problem using LOCFIT with 3d density & plot
I just copy parts of my correspondence with the author of Locfit: >>Dear Mr <...>, >>I have tried to apply locfit to a three dimensional data set for density >>estimation. >>The algorithm seems to work well but when I want to plot the result, the >>routine "levelplot" is missing. >>This is not the case in 2-dimensional fitting. >>I=B4d be
2000 Sep 02
1
poscrscript() call returns an error on alphaev56-dec-osf4.0
I have some slight problems getting R to run smoothly on our alpha... What might be the reason for the following error message? > postscript() Error in PS(file, old$paper, old$family, old$bg, old$fg, old$width, old$height, : unable to start device PostScript I have compiled R-1.1.1 and it starts without complaint. -- +------------------------------------------------------- |
2000 Aug 31
2
Problem with R INSTALL locfit on DEC alphaev56-dec-osf4.0d
Dear all, usually I work under linux, but I tried to install R-1.1.1 on our alpha's which worked well. However, installation of the locfit package produced the following warning: ---------%<---------------- Installing package `locfit' ... libs /vol/bin/gcc -I/vol/math/R/include -I/usr/local/include -mieee -g -O2 -c S_e nter.c -o S_enter.o S_enter.c: In function `basis':
1999 Jul 15
1
R: ts - objects
Hello, I faced some difficulties using time series objects. ---------------------------------------------------------------------------- 1. Why is the time data changed, when I, e.g., apply sqrt(arrts), but not when arrts^0.5 ? This is my examples time series: ---------------------------------------------------------------------------- > arrts Time Series: Start = 3 End = 23 Frequency
2005 Mar 31
1
Surface plot for polynomial regression
Dear R-experts, my goal is to visualize the following polynomial regression as a 3D-surface: Z = b0 + b1*X + b2*Y + b3*XY + b4*X^2 + b5*Y^2 I believe that a solution to this problem may be of interest to a wider range of scientists because the problem is a derivative of a more general problem, i.e.: how to describe the relationship between one dependent variable and the DIFFERENCE between two
2017 Oct 12
1
Recurrence plots in R using different colours
Hello, I am an absolutely beginner with regards to R, so forgive me for my potentially very stupid questions. I have been attempting to create recurrence plots using R. The data I am using is based on a mutually exclusive and exhaustive coding scheme with over 40 individual codes which can be assigned to 6 higher order categories. When I carry out the usual rqa command, my plot is pretty much
2019 Dec 05
0
[2.3.8] possible replication issue
Hello, upgrading to 2.3.9 unfortunately does *not* solve this issue: I upgraded one of my replicators from 2.3.7.2 to 2.3.9 and after some seconds replication stopped. The other replicator remained with 2.3.7.2. After downgrading to 2.3.7.2 replication is again working fine. I did not try to upgrade both replicators up to now, as this is a live production system. Is there a chance, that
2019 Feb 14
1
dovecot/lmtp dumps core when proxying to multiple recipients via protocol=smtp
Hello, when trying to set up a migration scenario from my old mailbox-servers to my new dovecot-cluster, I get a coredump from dovecot/lmtp when proxying mail-delivery to more than one recipient on the old mailbox-server. My setup: 3 director-hosts (Debian stretch) are proxying to a pair of replicator-hosts and during migration also to the old mailbox-server. For migration the not-migrated
2007 Jun 11
0
Samba 3.0.25a idmap_ldap "ldap suffix" used instead of "idmap config <DOMAIN>:ldap_base_dn"
Hi, I'm trying to setup a samba domain controler trusting a NT4 domain. and want to use Idmap information already stored in an LDAP location. smb.conf snippets are below. I'm not getting this to work. What I see, reading log.winbindd-idmap at log level 10 is that search for Idmap entries seems to use the "ldap suffix" parameter instead of the idmap config
2005 Jan 07
1
WinXP pro client and Samba 2.2.3 PDC?
Hi everyone, sorry if this is already written somewhere: Is it at all possible to connect a Windows XP (professional ed.) client to a Samba server running 2.2.3? I got this far: After logging into the client locally I can mount the server shares by hand, but the domain logon fails, saying 'The domain controller is not 'availabe' (or similar, this is translated from the german error
2019 Dec 05
2
[2.3.8] possible replication issue
I think there's a good chance that upgrading both will fix it. The bug already existed in old versions, it just wasn't normally triggered. Since v2.3.8 this situation is triggered on one dsync side, so the v2.3.9 fix needs to be on the other side. > On 5. Dec 2019, at 8.34, Piper Andreas via dovecot <dovecot at dovecot.org> wrote: > > Hello, > > upgrading to 2.3.9
2006 Jan 04
1
sernet-samba 3.0.21a-6 (Debian): wrong path for registry.tdb
Hi, I am running sernet-samba 3.0.21a-6 (Debian) with winbind as a member server in a (NT4-)domain. When trying to assign ACLs from a Windows 2000 client in Windows Explorer, I get the error message "Object Picker cannot open because it cannot determine whether nt04001 is joined to a domain." ... At the same time I get error messages in smdb.log: (...) [2006/01/04 10:32:14, 0]
2005 Apr 07
1
Staus of Sernet Debian packages?
Has anybody out there tried the Debian packages offered by sernet? The seem to be ina not-yet-usable state right now. (E.g. the scripts normally found in /etc/init.d seem to be missing.) -- Wolfgang Ratzka Phone: +49 6421 2823531 FAX: +49 6421 2826994 Uni Marburg, HRZ, Hans-Meerwein-Str., D-35032 Marburg, Germany http://www.uni-marburg.de/hrz/mitarbeiter/ratzka.html
2001 May 23
2
POLYGON: fill pattern instead of colors?
Hello all, I'm using R1.2.2 and wonder whether there is already a new (unofficial) version that supports fill patterns for polygon(). thanks M.E. -- +------------------------------------------------------- | Marcus Eger +-------- ><> ------------------------------------------- | E-Mail: eger.m at gmx.de (NEW) | marcus.eger at physik.uni-marburg.de (OLD) | WWW: