Displaying 20 results from an estimated 207 matches for "modreg".
Did you mean:
modref
2000 Sep 15
3
R on HP-UX, again: modreg.sl fails, 1 arith test fails
...-hpux10.20/2.95.2 -L/usr/ccs/bin -L/usr/ccs/lib -L/opt/gcc/lib -lm
was replaced by
gcc -shared -fPIC -o ctest.sl ansari.o fexact.o kendall.o ks.o prho.o swilk.o -u main
With this I could run the make process to completion. Even the tests w/ loading these shared
libs work, with the exception of modreg.sl. Calling
> library(modreg)
results in
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library "/usr/local/lib/R/library/modreg/libs/modreg.sl":
can't open /usr/local/lib/R/library/modreg/libs/modreg.sl
Error in library(modreg) : .Fi...
2001 Jun 28
1
core dump running modreg-Ex.R (PR#1002)
Full_Name: George N. White III
Version: R-1.3.0
OS: Irix 6.5
Submission from: (NULL) (142.176.61.253)
R-1.3.0 was built on Irix 6.5 using gcc and MIPSPro f90. This combination has
worked for previous versions, in particular R-1.2.3.
$ cd test/Examples
$ ../../bin/R --vanilla < modreg-Ex.R > modreg-Ex.Rout
This worked in R-1.2.3. It looks like there were a number
of cosmetic changes to the modreg Fortran sources since R-1.2.3.
SGI MIPSPro f90 was used to compile modreg, e.g.:
f90 -OPT:IEEE_NaN_inf=ON -KPIC -O2 -c sslvrg.f -o sslvrg.o
$ dbx ../../bin/R.bin
dbx version...
1998 Nov 14
1
unable to load modreg in R-0.63
I am running linuxppc 2.1.128 on a pmac 8500/200 604e.
R 0.63 builds and installs without errors.
The compiler is egcs 102 pre and binutils 2.9.1.0.15.
When attempting to load modreg with the library command
the following error is returned.
Error in dyn.load(file) : unable to load shared library
"/usr/local/share/R/library/modreg/libs/modreg.so"
How can I debug this problem?
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mail...
2000 Aug 11
2
R-devel Aug-09 1.2.0 build on hpux10.20
Hello,
I had to set CPPFLAGS and FC=fort77 but configure saw atlas and used
it instead of blas. However atlas for hp seems to missing some libs. I
had to add -lblas in Makeconf. Everything builds ok. But modreg and
tcltk doesn't load.
R : Copyright 2000, The R Development Core Team
Version 1.2.0 Under development (unstable) (2000-August-9)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type "?license" or "?lice...
2003 Jul 29
1
OpenBSD-alpha and R-1.7.1 problem
...n and
perform properly apart from two (possibly unrelated) problems.
1) On startup there are complaints about mismatched symbol sizes (see
below). This error message comes from the OpenBSD ld.so, and doesn't
occur on OpenBSD/i386.
On further investigation this seems to occur when the modreg and ts
packages are loaded together. In both packages, the R_*MethodDef arrays
are declared globally rather than "static const". Changing these
declarations to static const results in the warning disappearing. I
think this is *probably* a correct fix. Am I missing something or...
2001 Aug 06
1
panel.loess
Hi,
I'm not sure what the recommended thing to do here would be:
In the lattice library, panel.loess needs to use loess.smooth(), which is
in the modreg library. Now should I
(1) make lattice depend on modreg, and call require(modreg) in zzz.R
OR
(2) use autoload("loess", "modreg")
I like the second option better, as a particular session might not need
panel.loess. Are there any general guidelines, or any other possibilitie...
2001 Sep 03
0
error compiling R-1.3.1 from source on WinNT
...ppose to be
there.
Not knowing what to do, I re-started from scrach (meaning I did a "make
distclean" from src/gnuwin32 and "make BUILD=mingw32" again). This time I
did notice some error messages when compiling help files. Not only that, it
also failed to compile loess in the modreg package. The abbreviated errors
are as follows:
{Typical error #1: get it for all packages.}
make -C ./help RHOME=C:/Rtools/R-1.3.1 PKGDIR=C:/Rtools/R-1.3.1/src/library
RLIB=C:/Rtools/R-1.3.1/library ziponlyhelp-base
make[2]: Entering directory `/cygdrive/c/Rtools/R-1.3.1/src/gnuwin32/help'
z...
2004 Jan 21
1
MODREG source
Is the fortran source code for the MODREG package available?
If so can someone send me a zip file or point to a web address?
Thanks,
Matt.
-------------------------------------------------
This mail sent through IMP: www-mail.usyd.edu.au
2000 Mar 22
4
R-release dynamic load problem on HPUX10.20
...c library load problems. I configured with:
./configure --prefix=/home/absd00t/local --with-readline --with-x
After changing etc/Makeconf to take -lblas out of libs (the blas
library provided by the system is not a shared library), system was
built without any interruptions. But when I do
library(modreg)
I get :
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library "/home/absd00t/local/lib/R/library/modreg/libs/modreg.sl":
can't open /home/absd00t/local/lib/R/library/modreg/libs/modreg.sl
The file is there (installed by R), and has the r...
1999 Jan 12
1
Installing R on alpha-dec OSF 4.0
...p_range
__exc_remove_pc_range_table
__exc_remove_gp_range
make[4]: Leaving directory
`/usr/users/susrod/stats/R-0.63.1/src/library/eda/src'
make[3]: Leaving directory
`/usr/users/susrod/stats/R-0.63.1/src/library/eda'
make[3]: Entering directory
`/usr/users/susrod/stats/R-0.63.1/src/library/modreg'
make[4]: Entering directory
`/usr/users/susrod/stats/R-0.63.1/src/library/modreg/src'
g77 -O2 -fpic -c bsplvd.f -o bsplvd.o
g77 -O2 -fpic -c bvalue.f -o bvalue.o
g77 -O2 -fpic -c bvalus.f -o bvalus.o
g77 -O2 -fpic -c dpbfa.f -o dpbfa.o
g77 -O2 -fpic -c dpbsl.f -o dpbsl.o
gcc -ieee_with_ine...
1999 Jun 10
3
Compilation fails (PR#209)
...n from: (NULL) (129.217.131.31)
I try to compile R on my Sparc 4 (Solaris 2.5.1) but the compilation fails. I
tried
the developer-version and the contributed 0.64.1-Version.
I start configure with the --g77-Option. During the compilation it stops with an
error, which says that the R/src/library/modreg/src/bsplvd.f isn't a valid
Fortran77-File. Then, I installed f2c. But the compilation fails again with the
message:
gcc: unrecognized option `-PIC'
./../../../bin/R SHLIB -o modreg.so bsplvd.o bvalue.o bvalus.o ksmooth.o
loessc.o loessf.o ppr.o qsbart.o sbart.o sgram.o sinerp.o sslvrg.o s...
1999 Jun 28
1
R-0.64.1 make problem: Solaris 2.4
Greetings,
I'm attempting to install R-0.64.1 on a Sun Sparc 20 running Solaris 2.4 with
gcc-2.7.2.2, g77-0.5.20 and Gnu make 3.76-1.
On several occasions, the make process aborted when trying to build the shared object
file for the modreg package (its first attempt at such a beast). In all attempts, the error
message is as follows:
../../../../bin/R SHLIB -o modreg.so bsplvd.o bvalue.o bvalus.o ksmooth.o loessc.o
loessf.o ppr.o qsbart.o sbart.o sgram.o sinerp.o sslvrg.o stxwx.o
make: Fatal error: Unknown option `-w'
gmake[4]:...
2003 Jul 01
1
Warning message in scatter.smooth (modreg)
Dear list,
In using the scatter.smooth() function (modreg) on a small data set (100
obs) the following error was produced:
> scatter.smooth(Na, S)
Warning message:
k-d tree limited by memory. ncmax= 200
I haven't used scatter.smooth much but when I have, I haven't seen this
message before.
gc() returns
> gc()
used (Mb) gc t...
2003 Sep 24
1
getAnywhere (PR#4275)
...ere' is not reporting methods when there are periods in the class name or the generic name
(in R-devel).
> getAnywhere( 'predict.loess')
A single object matching 'predict.loess' was found
It was found in the following places
registered S3 method for predict from namespace modreg
namespace:modreg
with value
<<...>>
> getAnywhere( 'predict.smooth.spline.fit')
A single object matching 'predict.smooth.spline.fit' was found
It was found in the following places
namespace:modreg
with value
<<...>>
In the second case, the report doe...
2001 Aug 12
3
gam() and library( modreg )
Hi,
I'm just wonder if there is an R equivalent function of gam() - which
exist in Splus.
Also does anyone know if the library( modreg ), which comes with the
installation file of R 1.3.0 (Windows version), exists in the previous
versions of R (again, Windows version)? Or does one need to install the
library into the previous versions of R explicitly?
Thanks,
Ko-Kang Wang
-------------------------------------------------------...
1998 Aug 31
0
Packages aov, modreg, lqs, psplines
...h 0.62.3 or 0.63 (although
I am aware of some problems with use with 0.63 that I have reported).
aov.tar.gz:
==========
aov with Error terms, proj, model.tables, se.contrast, replications,
eff.aovlist, C, dummy.coef, add1, drop1, step, kappa, labels.
This is in I believe close to final form.
modreg.tar.gz:
=============
ksmooth Kernel Regression Smoother
loess Local Polynomial Regression Fitting
loess.control Set Parameters for Loess
plot.ppr Plot Ridge Functions for Projection Pursuit
Regression Fit
p...
2001 Apr 26
3
Installing smooth.spline command
...y() I have checked or the libraries for the
smoothing functions are there, as shown below.
--------
> library()
Packages in library `/usr/local/lib/R/library':
base The R base package
ctest Classical Tests
eda Exploratory Data Analysis
lqs Resistant Regression and Covariance Estimation
modreg Modern Regression: Smoothing and Local Methods
mva Classical Multivariate Analysis
nls Nonlinear regression
splines Regression Spline Functions and Classes
stepfun Step Functions, including Empirical Distributions
tcltk Interface to Tcl/Tk
ts Time series functions
>
---------
>From w...
2003 Apr 22
2
Handling of upper/lowercase in package names (PR#2816)
...s' and once as `Tools'. This behavior is the same with
all packages and it occurs also in R 1.6.2.
> library(tools)
> search()
[1] ".GlobalEnv" "package:tools" "package:methods" "package:ctest"
"package:mva"
[6] "package:modreg" "package:nls" "package:ts" "Autoloads"
"package:base"
> library(Tools)
Attaching package 'Tools':
The following object(s) are masked from package:tools :
.checkDemoIndex .checkVignetteIndex .installMD5sums
.inst...
2004 Jan 28
3
unstability when using isoreg() function (PR#6494)
Full_Name: Petr Klasterecky
Version: 1.8.1
OS: Windows XP, Linux
Submission from: (NULL) (195.113.27.212)
The isoreg() function causes R to crash when called repeatedly. Consider the
following simple script:
{
library(modreg)
N <- 10
x <- rnorm(N)
print("Original x values:")
print(x)
for(n in (1:N)){print(y <- isoreg(x[1:n])$yf)}
}
I am able to run (call) it several times, let say 6 or 10 times, and when trying
once more, R crashes. In Windows a screen with "The R GUI software has cause...
1999 Jun 12
1
R does not compile if make is not gmake
...with
gnu make as gmake), then compiling fails with gmake.
A small transcript follows. If i make a link from gmake to make as under
linux, then it works.
This problem exists in all versions of R.
g77 -O2 -fPIC -c sslvrg.f -o sslvrg.o
g77 -O2 -fPIC -c stxwx.f -o stxwx.o
../../../../bin/R SHLIB -o modreg.so bsplvd.o bvalue.o bvalus.o
ksmooth.o loessc.o loessf.o ppr.o qsbart.o sbart.o sgram.o sinerp.o
sslvrg.o stxwx.o
Usage : make [ -f makefile ][ -K statefile ]... [ -d ][ -dd ][ -D ][ -DD
]
[ -e ][ -i ][ -k ][ -n ][ -p ][ -P ][ -q ][ -r ][ -s ][ -S
][ -t ]
[ -V ][ target.....