similar to: R-beta: spline problems(?)

Displaying 20 results from an estimated 9000 matches similar to: "R-beta: spline problems(?)"

1998 Apr 07
3
R-beta: spline problems(?)
Hi, I am a total beginner with this whole thing so please have patience! I am trying to run an S-plus program with a certain line: spline(1:nrow(y), y[,1],n=100); This crashes with: Error: NAs in foreign function call (arg 8) Apparently, this is caused by the last command of spline: u <- seq(xmin, xmax, length.out = n) .C("spline_eval", z$method, length(u), x = u, y =
1997 Dec 31
0
R-beta: RPM and .deb packages for R-0.61
This may have been announced before but there are now both Debian GNU/Linux and RedHat Linux packages for R-0.61 on the CRAN archive sites. The master site for CRAN is http://www.ci.tuwien.ac.at/R/ That site provide a list of available mirror sites. Within the CRAN archive sites the pre-compiled packages for Linux are located in the bin/i386-linux directory. Under RedHat you can install
1998 Jan 17
0
R-beta: New r-base package for Debian-2.0
I have recompiled the r-base package for Debian-2.0 with readline support. I still haven't determined why the configure script does not detect the readline library on one machine but does detect it on another where I compiled this. The package is available as ftp://franz.stat.wisc.edu/pub/R/bin/i386-linux/Debian-2.0/r-base_0.61.1-3_i386.deb and should appear on the other CRAN mirrors by
1997 Oct 01
1
R-beta: Error message from library install
I am trying to install a library for my linear models class. (The name "st849" comes from the course identification, Statistics 849.) # R INSTALL st849 Installing package `st849' ... funs data help >>> Building help index for package `st849' ... done. >>> Building help pages for package `st849' NONE:0: m4: ERROR: EOF in argument list RWC
1998 Jun 10
0
R-beta: "A brief history of S"
While writing his '98 Interface paper Ross Ihaka was asking about the history of S so he could relate it to the history of R. I was looking at the Statistics and Information Analysis Division's web page at Bell Labs and went to their technical reports section http://cm.bell-labs.com/stat/doc/ Sure enough, there is a tech report by Rick Becker on "A Brief History of S".
1998 Sep 01
0
R-beta: Re: new platform
>>>>> "Greg" == Greg Snow <snow at biostat.washington.edu> writes: Greg> Also is there a convenient way to run gdb on R through emacs? Greg> If I give it R.binary, it does not have the wrapper stuff from Greg> R and crashes, If I give it R it complains because it is not a Greg> binary, and if I do R -d then I don't get the emacs extras. Make
1997 Oct 17
1
R-beta: more model.matrix
I am trying to show some techniques to my graduate regression class. The textbook mentioned using bootstrap samples of regression coefficients for assessing variability. I decided to show them reasonably effective ways of doing the resampling. The following is a function I wrote to create bootstrap samples of coefficients from a fitted linear regression model. bsCoefSample <- ##
2012 Jun 06
2
package zoo, function na.spline with option maxgap -> Error: attempt to apply non-function?
Hello, I'm trying to use na.spline (package zoo) to fill some missing data in a time series. this works fine, however, if I apply the 'maxgap' argument, I always get the error: <------ Error in na.spline.vec(x., coredata(object.), xout = xout., ...) : attempt to apply non-function ------> I couldn't find a similar error for this case in the mailing lists and zoo vignette,
1997 Apr 22
3
R-beta: library(splines) in version 0.50 alpha
I am using the 0.50 alpha version of R packaged (in 3 parts) by Kurt for Debian Linux. Package: r-base Status: install ok installed Priority: optional Section: local Maintainer: Kurt Hornik <Kurt.Hornik at ci.tuwien.ac.at> Version: 0.50b7-1 Depends: libc5, xlib6, libreadline2 Description: R, a language not entirely unlike the language S. Package: r-contrib Status: install ok
2001 Sep 10
0
[RHSA-2001:107-07] New bugzilla packages are available
--------------------------------------------------------------------- Red Hat, Inc. Red Hat Security Advisory Synopsis: New bugzilla packages are available Advisory ID: RHSA-2001:107-07 Issue date: 2001-08-30 Updated on: 2001-09-10 Product: Red Hat Powertools Keywords: Cross references: Obsoletes:
1999 Nov 23
1
"outer" argument in mtext (PR#340)
mtext(..., outer = TRUE) does not seem to center the text in the outer margins as it did previously. Reproduce with example(plot.profile.nls, package = "nls") On versions of the development sources before November 17 this produced main and subtitles that were centered horizontally on the page. After that the main title (from mtext("..", side = 3, outer = TRUE)) is centered
2007 May 09
1
Oracle instantclient on CentOS 4.4 with DBD::Oracle
Does anyone have experience on installing the Oracle instantclient and DBD::Oracle on CentOS 4.4. I have been having several issues with getting the RPMs from Oracle's site working with DBD::Oracle. I can get the oracle instant client to install without issue. But I cannot compile/install DBD::Oracle using cpan or cpan2rpm. I found http://freshrpms.net/docs/oracle/ which has a nosrc rpm
2012 Jul 26
0
CentOS-announce Digest, Vol 89, Issue 13
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
1998 Mar 19
0
Copyrights on CRAN/src/contrib libraries
Sorry to bring up this old topic again but ... The 2.0 release of Debian Linux is about to happen and the release team requires copyright statements on any code included in the release. Presently there are 4 packages that I have created from R source code and libraries and contributed to the release. I think this will help with the visibility of R when there is a well-regarded release of an
2005 Mar 07
0
Questions about glmms.
Hi, I have a couple of questions related to glmm (glmmPQL in MASS and GLMM in lme4). 1) is there some way do obtain the fitted values by group, similar to: > predict(dbd.glmmPQL, dbd.cytdens, + type="response", level=0) where dbd.glmmPQL is the fitted model and dbd.cytdens is a data frame with a subset of the factors? 2) when I double-click on a saved workspace
2012 Mar 13
1
perl-DBD-MySQL, libmysqlclient.16 and 5.7 (FInal)
Hello, I have server CentOS 5.7. It has mysql-community installed. I need to run perl-based tool (mysqlreport) and it requires perl-DBD-MySQL (not a surprise) When I am trying to install perl-DBD-MySQL via yum -- it says it requires libmysqlclient.*15 *and it conflicts with libmysqlclient.*16 *which was installed as a part of mysql-community. I tried to make symbolic link and force DBD to work
2006 Jan 19
2
CPAN module install problem
I could use some assistance getting CPAN functional again. CPAN stopped working on Centos 4.2 x64, and I can no longer install modules. I did a install Bundle::CPAN and upgraded to 1.8.2, and perl was updated afterwards via yum update. The error seems related to GPG, does anyone know if 1.8.2 added new restrictions on signatures? $ sudo perl -MCPAN -e shell cpan shell -- CPAN exploration
2020 Jan 22
0
YUM (DNF) Possible Confusion Centos 8
On 1/21/20 10:10 AM, david wrote: > At 08:52 AM 1/21/2020, David G. Miller wrote: > > >> On 1/21/20 9:35 AM, david wrote: >>> Folks >>> >>> In a test Centos 8 installation as a guest of VirtualBox on Windows >>> 10, I want to install ffmpeg, and support for exfat. They're not in >>> the standard distribution (as far as I know), so I
2003 Oct 15
0
(no subject)
Dear Dr. Bates I replied to your email before but apparently it didn't make it so I am replying again. I would really appreciate if you could send me an example on how you suggest to build a cell means model for fixed effects using the NLME library. I am not sure whether you suggest to create a separate factor for each unique combination of levels of a factor or whether you suggest to
2005 Feb 27
0
Astcc installation
I try to install astcc. Make install gives me: DBI connect('database=astcc;host=localhost','astcc',...) failed: Unknown database 'astcc' at ./astcc-admin.cgi line 67 DBI connect('database=;host=','',...) failed: Access denied for user: 'root@localhost' (Using password: NO) at ./astcc-admin.cgi line 60 Ignoring that (!!! ;-) ) and going to the