Displaying 20 results from an estimated 5000 matches similar to: "RPM for gss package"
1999 Jul 10
1
Creating shared libraries for dyn.load() in R
Dear R-users,
I am working to install Chong Gu's new gss library on my Linux system
(Redhat 5.1/i386), and have run into the following roadblock: Dr. Gu's R
code is a front end for a package of Fortran routines called RKPACK. While
I have no trouble compiling
the individual bits of Fortran code with fort77 in Linux, I don't know how
to link the resulting *.o files into a shared
2001 Jul 02
1
How to reference an R package ?
Hi
Once more I have doubts about references.
I want to give a reference of the packages I've used (gss, MASS, geoR).
For the gss package I'm using
@TechReport{gss00,
Author = {Chong Gu},
Title = {The gss package},
Institution = {CRAN},
year = 2000,
month = {22 } # dec,
}
and something similar for the others, but this doesn't look
2002 Jan 28
6
Almost a GAM?
Hello:
I sent this question the other day with the wrong subject
heading and couple typos, with no response. So,
here I go again, having made those corrections.
I would like to estimate, for lack of a better description,
a partially additive non-parametric model with the following
structure:
z~ f(x,y):w1 + g(x,y):w2 + e
In other words, I'd like to estimate the marginals with
respect to
2015 Jun 22
3
Plans to improve reference classes?
(Moved to R-devel)
Niek,
Would you please provide the details on this test case, including your
benchmarks, and what you are trying to achieve at the high-level?
Thanks,
Michael
On Wed, Jun 17, 2015 at 4:55 AM, Niek Bouman <niek.bouman at keygene.com> wrote:
> Dear R-core team,
>
> I was wondering whether you have any plans to improve the current implementation of reference
2000 Dec 21
0
factor support added in gss
I just uploaded version 0.5-1 of the gss package to CRAN. Factors are
now accepted for smoothing.
Chong
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at
2000 Dec 21
0
factor support added in gss
I just uploaded version 0.5-1 of the gss package to CRAN. Factors are
now accepted for smoothing.
Chong
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at
2001 Aug 02
1
Package GSS for interpolation in more than 2D?
Dear all,
There has been some time since I asked about interpolation in higher (>2)
dimensions, and I must admit I failed to write a function to do this
myself the last time, but eventually ended up doing it in MATLAB. I tried
to translate the MATLAB code, but MATLAB code is so much more opaque than
R (S) code, so I failed that too, mainly because I could only get one
MATLAB session, I would
2020 Apr 11
1
Issues with usbhid-ups on TrippLite INTERNET600U
Hello,
I am trying to get my synology DS 418play to connect to my new
INTERNET600U UPS, but it appears not to work. I contacted TrippLite and
they said the unit is using a new comm protocol 3024. Is there a way to
make this work with usbhid-ups?
More details of my story here:
https://community.synology.com/enu/forum/1/post/132984
Thanks for your help!
-Troy
2000 Mar 21
3
buggy eigen function
It was a real surprise, but a student in my class found that the
function eigen is buggy. He traced to the problem from his inability
of getting principal component analysis to work on his data.
Chong Gu
Here is a matrix I generated through X'X, where X is 2x3.
> jj
[,1] [,2] [,3]
[1,] 0.8288469 -1.269783 -0.7533517
[2,] -1.2697829 2.162132 2.0262917
[3,]
2000 Nov 03
3
QUERY: gam models in R?
Hi Allstaters,
Does anybody know if the R package can fit
Generalised Additive Models?.
Thanks indeed,
Aurelio.
atobias at ole.com
___________________________________________________________________
Consigue tu e-mail gratuito TERRA.ES
Haz click en http://www.terra.es/correo/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2001 May 22
2
Inverse Gaussian distribution
I needed to generate some data from the Inverse Gaussian distribution
but it is not in R. A google search took me to
http://www.maths.uq.edu.au/~gks/s/invgauss.html
which contains the documentation for the d, p, r, q functions with a
download link of the functions. The functions work fine in R.
I am curious why the facilities are not included in R. Is it for
legal reasons or just the
2024 Dec 11
1
[PATCH -next] drm/nouveau/gsp/r535: Modify mismatched function name
No functional modification involved.
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c:2174: warning: expecting prototype for create_debufgs(). Prototype was for create_debugfs() instead.
Reported-by: Abaci Robot <abaci at linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=12292
Signed-off-by: Jiapeng Chong <jiapeng.chong at linux.alibaba.com>
---
2000 Apr 05
1
problem with survexp in survival5
survexp in survival5 doesn't seem to work for me. see below:
> library(survival5)
Attaching Package "package:survival5":
The following object(s) are masked from package:base :
sort.list
> library(chron)
> data(ratetables)
> survexp(~ratetable(year=julian(6,1,1991),
+ sex=1,age=35*365.24),times=(0:30)/6*365.24)
Error in as.character(as.date(c(min(R[, 3]),
2002 Nov 26
1
filled.contour and points
I was trying to add points to filled.contour plots, but the
points(...) function apparently uses a different coordinate system
than the filled.contour(...) function; it appears that points(...)
paints points where they would be if the contours were stretched over
the whole plotting frame including the legend bar. Am I missing
something or is it a "misalignment" in the code?
BTW, I have
2002 Feb 08
2
bugs or imperfect implementation?
I am using R to teach, and here are a couple of things that I thought
would work didn't work.
1. I noticed the utility data(***,package=***) recently and like it
very much, but unless I type in the whole word "package" I'll get an
error in 1.4.0. For example, data(cats,package=MASS) works fine but
data(cats,pac=MASS) doesn't.
2. drop1 doesn't seem to be as smart as
1999 Jun 07
1
data.frame
I am not sure if I should call this a bug or just a design
imperfection.
I have noticed that the data.frame function does not preserve the
integrity of multivariate components. Here is a simple illustration:
> x <- matrix(1:6,3,2)
> y <- 1:3
> z <- data.frame(x=x,y=y)
> z$x
# NULL
> z$y
# [1] 1 2 3
One can however get by that by using model.frame:
> zz <-
2002 Oct 17
2
data.frame bug?
I'd like to create a data frame with components
> jk$x1
[1] 2
> jk$x2
[,1] [,2]
[1,] 0 0
I used to be able to do it with
> jk <- data.frame(x1=2,x2=I(matrix(0,1,2)))
But now I get a error message.
Can I still do what I want? Thanks for any help.
Chong Gu
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list --
2000 Dec 17
1
multiframe in postscript
I was hoping that the following specification
postscript(file="fig.ps",height=2,width=4)
par(mar=c(5,5,2,2)+.1,mfrow=c(1,2),mex=.6)
would yield the same scaling effect as
postscript(file="fig.ps",height=2,width=6)
par(mar=c(5,5,2,2)+.1,mfrow=c(1,3),mex=.6)
but the fact is that the 'mfrow=c(1,2)' yields smaller plotting frame
and bigger font size.
2006 Aug 01
2
A problem with R CMD SHLIB
Hi,
I followed the example in "Writing R Extensions" to create a shared
object in Windows, using the command
R CMD SHLIB X.cc X_main.cc
This was encountered:
../src/gnuwin32/MkRules:155: warning: overriding commands for target
'.c.d'
../src/gnuwin32/MkRules:143: warning: ignoring old commands for target
'.c.d'
../src/gnuwin32/MkRules:171: warning: overriding commands
2007 May 16
2
Asterisk Queue Problem - Automatic Call Distribution
Hi all,
I am seeing a strange problem with Asterisk queue. I am not sure if it's my
configuration which is wrong or there's something with Asterisk.
I am using Asterisk 1.4.2 and i have a queue with one MGCP member. When i
tried to call the extension number directing to the queue, the MGCP phone is
not ringing. However, it is fine to call the MGCP phone directly. The
strange thing is