Displaying 20 results from an estimated 2000 matches similar to: "How to view the code of a method?"
2007 Mar 16
3
Unhidden predict methods
Hi,
I've noted that not all `predict' methods are hidden in the namespace:
> methods("predict")
[1] predict.ar* predict.Arima*
[3] predict.arima0* predict.glm
[5] predict.HoltWinters* predict.lm
[7] predict.loess* predict.mlm
[9] predict.nls* predict.poly
[11] predict.ppr* predict.prcomp*
[13]
2004 Jul 01
2
R can't find some functions in assist package
Oh yes. The "load package" under the "packages menu" in the Windows version
does that. To check I typed "library(assist)" after starting R. Same
behavior, ssr is found, but others like predict.ssr, and plot.ssr, give a
"not found" message.
Thanks for the suggestion.
Mike
2010 Mar 01
1
the predict.lda function
Hello.
I just downloaded R onto a new computer, and after entering library(MASS), I
still get the message "Error: could not find function "predict.lda"" when I try
to use the predict.lda function (even just "predict.lda()")
Can anyone help me out?
Thank you!
Diana Connett
2006 Feb 07
2
Prediction method for lowess,loess,lokerns,lpepa,ksmooth
Hi Every Body,
I don't know why some regression functions have no related prediction function. For example lowess, loess, lokerns, lpridge, lpepa, and ksmooth.
What could help? Is there any global or wrapper function so that can help?
Regards,
Amir Safari
---------------------------------
[[alternative HTML version deleted]]
2007 Aug 30
2
possible bug in vars package (predict.varest) ???
hello,
I have been trying to use the predict function in the vars package to
forecast from a seasonal VAR model. The following code sample illustrates
what I am trying to do and the error that I get when trying to do it.
I run the following code, that results in the following error:
data(Canada)
endoC <- Canada[1:72,1:3]
exoC <- Canada[1:72,4]
var.2c <- VAR(endoC, p = 2,
2013 Mar 14
1
Error message in vars package
Hi
I'm getting an error message with the roots() function in the vars package.
Even the example in the help file comes up with an error:
> data(Canada)
> var.2c <- VAR(Canada, p = 2, type = "const")
> roots(var.2c)
Error in UseMethod("roots") :
no applicable method for 'roots' applied to an object of class "varest"
The error is odd, for
2001 Nov 01
2
Stupid beginner
Hello
I'm a biginner on samba and mailinglists. But I desperate need same help.
After updating my samba 2.2.1a to 2.2.2 I can't logon to the domain
again. The log.nmdb gives out this information:
[2001/11/02 01:22:28, 0] nmbd/asyncdns.c:start_async_dns(150)
started asyncdns process 184
[2001/11/02 01:22:28, 0] lib/util_sock.c:open_socket_in(820)
bind failed on port 137
2008 Feb 11
1
The function predict
Good Morning!
May you help me? I need to understand the function predict. I need to
understand the algorithm implemented, the calculations associated. Where
can I find this information?
Thank You!
2006 Oct 10
1
.arch.uni in function call in arch test of vars package
I have been reviewing the arch test of vars package that is based on
Engle's paper. R-metrics has this as a wants/todo item. I need an arch
test and thought I might accomplish two things at once or at least try.
The arch test requires a varest object and I am trying to write one that
will use R-metrics arima, arch, Garch objects, or at least a vector.
Also the arch function has the
2007 Mar 12
1
Export successively displayed graphics
Hello,
I am running R version 2.4.1 on Debian.
I am using some R functions which produce several graphics displayed
successively with an interactive prompt between each graph. For example,
the plot.varest (vars) function produces such output (one graph per time
series on which the VAR model is fitted). Plots on GARCH models also
produce such outputs.
Moreover, the frontend I am using for R
2009 Aug 06
1
Time Series smoothing
I have a set of data (in a matrix). I spliced a column out and parsed it
as.ts (time series). I then plotted the time series but I found that it was
very noisy. I wanted to smooth it out. However, I am having some problems
smoothing and plotting the smoothed version.
> A <- as.ts(read.table(choose.files()))
> x <- as.ts(A[,10])
> plot(x)
> > plot(smooth(x))
2007 Apr 30
2
Structuring a rails application
I try to structure my rails application with modules, but i have
problems to define the routes. Is'' it possible to use someting like
this: <%= link to ''...'', :module => :module_name, :controller
=> :ctrl_name [...] -%> ?
The controllers i want to access are in app/controllers/module_name. I
thougt i could define something like this: map.connect
2006 Mar 28
1
Having trouble with tsdiag function on a time series
Hello,
I'm getting the following error message when I try to run 'tsdiag' on what seems to be a valid time series:
> tsdiag(small)
returns:
[Error in tsdiag(small) : no applicable method for "tsdiag"]
where small is a little test series where I have isolated this problem (the original has 30-years worth of daily data)
When I print it (small), it looks like the
2009 Dec 13
5
retransfer fail of large files with inplace and broken pipe
Hi,
i have to tranfer large files each 5-100 GB (mo-fri) over dsl line.
unfortunately dsl lines are often not very stable and i got a broken pipe error.
(dsl lines are getting a new ip if they are broken or at least after a
reconnect every 24 hours)
i had a script which detect the rsync error and restart the transmission.
this means that if a file has transfered e.g. 80 % i start again from
2019 Sep 13
2
revoking ssh-cert.pub with serial revokes also younger certs
Hi there!
What am I doing wrong?
I created a ssh-certificate
id_user_rsa-cert.pub with this dump:
id_user_rsa-cert.pub:
root at host # ssh-keygen -Lf id_user_rsa-cert.pub
??????? Type: ssh-rsa-cert-v01 at openssh.com user certificate
??????? Public key: RSA-CERT SHA256:kPitwgxblaUH4viBoFoozSPq9Pblubbedk
??????? Signing CA: ED25519 SHA256:8p2foobarQo3Tfcblubb5+I5cboeckvpnktiHdUs
??????? Key ID:
2007 Oct 09
2
AW: CentOS 5 release for IBM z/Series?
Hi dag!
Thx for your reply!
So, there will be no release in the near future of centos 5 for Z?
At the moment we got a realy small z/linux installation, but i love it.
Keeping the TCO as low as we can was necessary to satisfy the
decision-maker.
So we decided to choos a free linux distribution, centos was a good decicion
we thougt. (redhat / fedora was always my favorite flavor *g*)
It would
2007 Apr 05
2
StructTS
I apologize in advance if I picked the wrong list to post this to. I
have made an effort to find the answers to these questions on CRAN,
but if they are there, I couldn't find them, and I was going to email
the developer of StructTS directly but could not find who that is.
I have 2 interrelated questions about StructTS
1. Where can I obtain the source code for StructTS if I wanted to
2011 Mar 08
3
This is supposed to predict a time series?!
Hello,
I just ran the predict.StructTS function using the AirPassengers data
and got a ridiculous result. Here's what I ended up with:
http://24.210.155.111/PredictWhat!.pdf
Who wrote this? Am I seriously supposed to think this function would
accurately predict a time series?
-AnalogKid
2011 Nov 26
1
Building syslinux 4.04 on a 32bit system
I thougt somebody might like to know - I got a fresh copy of 4.04 from
http://www.kernel.org/ - when building on a 32bit system, the build
fails at first. I had to do a "make spotless" to get a successful
build.
make[2]: Entering directory
`/home/per/workspace/syslinux-4.04/diag/geodsp'
./mk-lba-img lba.img
./mk-lba-img: ./mk-lba-img: cannot execute binary file
make[2]: ***
2015 Feb 12
1
Samba4 kinit issue with principal and keytab file
Hi Rowland,
Yes, I read this documentation carefully. I have two
working Apache2 with kerberos authentication working.
My question is
more about troubleshooting a keytab. If I need to test manually a keytab
file chalenging a specific principal, what's the prefered method ?
I
thougt that a kinit could be done using a principal name, but I am
unable to kinit with somehting else than the