search for: nandan

Displaying 15 results from an estimated 15 matches for "nandan".

2011 Jul 28
3
construct a data set
...i, i want to construct a data set similar to "AirPassengers". Its attributes are following. > attributes(AirPassengers) $tsp [1] 1949.000 1960.917 12.000 $class [1] "ts" How Can I construct a data set similar to it having same class and attributes. Thanks -- Amar Kumar Nandan ?:nandan.amar at gmail.com http://aknandan.co.nr
2011 Oct 28
2
sorting data
...tes(a) gives class as $class [1] "data.frame" and > sort(a[4]) Error in `[.data.frame`(x, order(x, na.last = na.last, decreasing = decreasing)) : undefined columns selected How can I sort the data according to value in 4th column and print along with other columns -- Amar Kumar Nandan Karnataka, India, 560100 ☎:+91-9019054471 ✉:nandan.amar@gmail.com http://aknandan.co.nr [[alternative HTML version deleted]]
2011 Jan 23
3
using gsarima package with R
I am trying to use function garsim from package gsarima. I can download gsarima package from http://cran.fyxm.net/web/packages/gsarima/index.html for linux. But how I can add it to R. I have compiled and installed R from its R source code under Ubuntu. regards. -- Amar Kumar Nandan Karnataka ,India , 560100 http://aknandan.co.nr [[alternative HTML version deleted]]
2007 Apr 11
3
Any pointers for multiple subnets?
...). I am beginning to think so far so good. But, Windows networking does not follow suit. I am not able to browse the network when these settings are active. What gives? My guess is I will be castigated for rushing with an email before reading the Archives. But hope springs eternal. Regards, Nandan
2011 May 27
1
finding derivative of a data series in R
...w when I plot 3*i*i + 6*i and 6*i + 6 the plot was not same for first deivative. where as the 2nd derivative was same Is this a correct method for getting derivative. where am I doing wrong as first derivative? lines(x,fx_spline(x, deriv=1), col='green') is not correct. amar -- Amar Kumar Nandan
2004 Nov 23
1
making winxp machine a member of the domain
...ror: "The following error occured while attempting to join the domain "hamsateam": user name could not be found". Unless and until I cross this step, I won't be able to test the pdc. Attached, find the contents of smb.conf. Waiting for a reply, And thanks in advance. Nandan. ________________________________________________________________________ Yahoo! India Matrimony: Find your life partner online Go to: http://yahoo.shaadi.com/india-matrimony
2002 May 03
2
(no subject)
...0 parent 1:2 handle 20:1 sfq tc filter add dev eth0 parent 1:0 protocol ip prio 1 u32 match ip sport 21 0xffff match ip dport 21 0xffff flowid 1:1 ip route add 172.17.1.0/24 via 172.17.1.0 dev eth0 realm 10 tc filter add dev eth0 parent 1:0 prio 2 protocol ip route to 10 flowid 1:2 Thanks NAndan _________________________________________________________ Click below to visit monsterindia.com and review jobs in India or Abroad http://monsterindia.rediff.com/jobs
2012 Feb 17
1
QQ plot
...t it. I tried in following manner : >qq(original~predicted) and error was : Error in qq.formula(o ~ p) : y must have exactly 2 levels There is an option "qtype" which dosent make any difference. What is the correct way for plotting QQ-plot or am I missing something. -- Amar Kumar Nandan [[alternative HTML version deleted]]
2014 Apr 21
4
[Bug 77724] New: error: GLSL ES 3.00 is not supported. Supported versions are: 1.00 ES
...Bug ID: 77724 Assignee: nouveau at lists.freedesktop.org Summary: error: GLSL ES 3.00 is not supported. Supported versions are: 1.00 ES Severity: blocker Classification: Unclassified OS: All Reporter: pulkitnandan at gmail.com Hardware: All Status: NEW Version: unspecified Component: Drivers/DRI/nouveau Product: Mesa I was trying to compile and run simple example programs from opengles programming guide 2.0 for opengles 3.0 and got follwing error. I buil...
2011 Apr 04
1
system() command in R
Hi all, I have a local server insalled on my system and have to start that from within my R function. here is how I start it: cmd<-"sh start-server.sh" system(cmd, wait=FALSE) My function has to start the server and proceed with further steps. The server starts but the further steps of the program are not executed.The cursor keeps waiting after the server is started. i tried
2011 Feb 27
2
finding model order components for arima()
Greetings, I am trying to model a time series using arima(). For getting the model order components(p, d, q and P,D,Q) I am using procedure discussed in [1] in section 3.2 . It is most likely hit and trial method based on lower AIC value. I want to know what is the correct way to find model order components or the method described in [1] is the appropriate one. thanks in advance. -- [1]Automatic
2011 Jun 02
1
Plot cdf, pdf
Dear all, do you know any easy way based on a vector input how to plot easily cdf and pdf. I would like to thank you in advance for your help Regards Alex
2011 Apr 07
1
comparing ARIMA model to data
hi, i am trying to teach myself about ARIMA models. i have followed examples from a number of sources and have more or less got the hang of how it works. i would like to compare the output from the fitted model to the original data. is this possible? or even a meaningful thing to do? to be clear, for example, having generated a fit to some data using > fit <- arima(LakeHuron, order = c(1,
2011 Apr 02
4
help
Dear R Help group I need to run a command line script from within R session. I am not clear how i can acheive this. I tried shell and system function, but i am missing something critical.can someone provide help? My intention is to create a pdf file of a plot in R and then attach existing files from my system as attachment into the newly created pdf file. Any help would be greatly appreciated..
2009 Dec 01
1
R Script From PHP
Hi, I have created a web interface to enable analysis for users without having much to worry about the stats in the backend. In this particular case I have reached a stage where I have finally created two arrays between which I want to do an independant samples T Test. I have the arrays ready in a PHP script, I was hoping if someone could guide me how to invoke R , pass these arrays into it and