similar to: R: Regression with t errors?

Displaying 20 results from an estimated 1000 matches similar to: "R: Regression with t errors?"

1999 Jan 13
1
Clipboard Problem
I'm running Guido's latest version on NT 4.0 and when I try to copy a plot to the clipboard, I get an information window that says "Impossible to Open the Clipboard". Has anyone else seen this? BTW, it works fine on my laptop running Windows95. Thanks! Jeff jmorris at ocdus.jnj.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing
1998 Dec 09
2
Application Error message
I am submitting the command: calcium<-read.table("calcium.txt",header=TRUE) and with Rw0630 and Bdr0631 I get an application error and R crashes. But the command works fine with rjune. I am running under NT4.0 Anyone have a similar problem? Jeff jmorris at ocdus.jnj.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
1998 Dec 10
0
Confidence Bands on Regression Line
Is there a easy way to put confidence bands on a regression plot or do I have to explictly construct the values and send the lines to the plot? Thanks! Jeff jmorris at ocdus.jnj.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2001 May 18
1
Non-Central t
In the help file for the non-central t, the following appears: ncp: non-centrality parameter delta; currently `ncp <= 37.62'. I assume that this means the ncp cannot exceed 37.62. Is this still the case and is there any plans to increase this restriction? Thanks! Jeff Jeff Morris Design Support Clinical Chemistry R&D Ortho-Clinical Diagnostics email: jmorris6 at ocdus.jnj.com
1999 Nov 19
1
max.col
I am trying to run, in R -Windows95, the example in MASS2, section 17.2. When I run predplot() on cush.lda I get > predplot(cush.lda, "LDA") Error: couldn't find function "max.col" I get the plot OK, but within predict(), it balks on max.col A more general question about using VR. Is there an easy way to use library on VR in general or do I have to move each into
2000 Jan 20
0
xgobi
I have downloaded an installed the xgobi library and can plot(laser), but when I try xgobi(laser), I get these messages in the MSDOS window... Out of environment space Out of environment space Bad command or filename and in the RGUI window it comes back with... D:\RW0901/library/xgobi/scripts/xgobi.bat -vtitle 'laser' C:/WINDOWS/TEMP/xgobi24464 Any ideas what I need to do? I am
2012 Jul 18
1
How does "rlm" in R decide its "w" weights for each IRLS iteration?
Hi all, I am also confused about the manual: a. The input arguments: wt.method are the weights case weights (giving the relative importance of case, so a weight of 2 means there are two of these) or the inverse of the variances, so a weight of two means this error is half as variable? w (optional) initial down-weighting for each case. init (optional) initial values for the
1999 Jan 05
2
PLS Code
Has anyone implemented partial least squares in R? I know there is code in the S archive, but it is a shar file and I run R/S-Plus on a NT 4.0 machine. Thanks! Jeff -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in
1998 Nov 11
1
Just curiosity
Can anybody explain why > ?function + + + ) Error: syntax error so that > ?"function" is necessarty??? This seems reasonable with ?"?", but I can not see why the "" are necessary with function (and some other examples) Kjetil Halvorsen -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
1999 Mar 01
1
Inconsistencies with is.function
> debug(sin) Error in debug(sin) : argument must be a function > is.function(sin) [1] TRUE > debug("[<-") Error in debug("[<-") : argument must be a function > is.function(get("[<-")) [1] TRUE > The problem having to do with .Primitive functions. R should agree with itself on what is a function! to work around, I used is.Primfun <-
2012 Jun 21
2
MGCV: Use of irls.reg option
Hi, In the help files in the ?mgcv package for the gam.control() function, there is an option irls.reg. The help files describe this option as: For most models this should be 0. The iteratively re-weighted least squares method by which GAMs are fitted can fail to converge in some circumstances. For example, data with many zeroes can cause problems in a model with a log link, because a mean of
1999 Mar 01
1
"xpdrows.data.frame" (PR#131)
This is a follow-up to bug sent to days ago, which bounced from r-devel because the example was to large. Now example is smaller, and behaviour is as belo, EXEPT that r-windows not any more bombs, so main problem is "xpdrows.data.frame"??? By the way, how to debug this example under windows? debug() doesnt accept the functions used (.Primitive), and R wont run under gdb --- may have
2009 Nov 18
3
Samba 3.4.2 with Solaris ZFS Snaphots
Hi, I'm trying to make samba working with Solaris ZFS Snaphots. Solaris 10 is running on a x64/X86 box which is both Samba (3.4.2) server and Zfs server. I created home/delaye filesystem with home zfs pool. # zpool list NAME SIZE USED AVAIL CAP HEALTH ALTROOT home 1.98G 2.60M 1.98G 0% ONLINE - home/delaye 2.47M 1.95G 1.66M /home/delaye
2000 Mar 29
2
Dialog boxes
Hello: I am brand new to R, though I've used S-Plus for some time. I've developed some specialized plotting functions that I want to distribute and would like to provide users with a dialogbox for entering input arguments. Has anyone developed functions in R for displaying dialogboxes that could accept multiple inputs? I found winDialog and winDialogString, but these only accept and
1999 May 17
0
%s and %f in the print command expand to the same thing.
I created a custom printer in the smb.conf with a parameter: [fax] comment = Fax Server path = /var/spool/samba guest ok = Yes min print space = 2000 print ok = Yes printing = lprng print command = /usr/local/bin/submitfaxspool_background -m %M -u %u %s lpq command = /usr/local/lib/mgetty+sendfax/faxlpq %p lprm command =
2000 May 26
0
Can't see my Samba/Linux server on Win95 browser
Hello, I am new on Samba and need to set up Samba server on a Linux server for Windows 95 clients. I installed Samba from RedHat Linux 6.1 CD. My smb.conf has Workgroup = MYGROUP Server String = Samba Server Encrypt passwords = yes Smb passwd file = /etc/smbpasswd After this configuration, I can map drive from Win95 machine using NET USE command. But, I can not see my linux server (or Samba
2012 Jan 27
3
Grabbing Column and Row titles
Please use dput() to post your example matrix. Rambler1 wrote > > I have run into a problem in my code. What I want to accomplish is this: > I have a user input stock symbols into a list and from there I run the > quantmod package to get historical data. I compute the correlation matrix > and then turn that matrix into a simple matrix with 1's or 0's depending > on
2010 Oct 05
0
Fw: Re: R editor in ubuntu!
Hello friends, I would like to thank you all for your advices. Rcmdr is gread. All the best, Mehdi ********************* Mehdi Zarrei, PhDPostdoctoral fellowUniversity of Toronto Dept. of Ecology & Evolutionary Biology Royal Ontario Museum Department of Natural History Green Plant Herbarium (TRT) 100 Queen's Park Toronto, On., M5S 2C6, CanadaE-mail:
2016 May 05
0
Individual Contributors and Team Leaders positions in Statistics at Johnson & Johnson
The Statistics & Decision Sciences community at Johnson & Johnson is searching for individuals to help in the mission of discovering, developing, manufacturing, and delivering beneficial medicines for patients. The group resides within the Janssen R&D organization in Johnson & Johnson's pharmaceutical segment. We need individuals with skills and motivation to consistently and
1999 Nov 09
2
RE:
Do you know what I really, really miss in R that I took fopr granted in my XLisp-Stat programming days??? The ability to easily create menus and dialog boxes. I could write little applications and give them out to clients. It was wonderful. It would at least allow each person to begin to build one's own menu driven version. Just a thought!! Jeff > -----Original Message----- >