Displaying 12 results from an estimated 12 matches for "560100".
Did you mean:
56000
2011 Oct 28
2
sorting data
...lass
[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 Oct 28
1
Downloading Error
...nstall.packages(pkgs = pkgs, repos = repos, ...) :
installation of package 'qvalue' had non-zero exit status
Please help in resolving this error.
Thank you,
Deepthi BM
PGDB-10-10-04
Institute of Bioinformatics and Applied Biotechnology
Biotech Park, Electronic City, Phase I, Bengaluru-560100
2013 Feb 13
1
plot rtf in landscape orintation
...e orientation in a .rtf file.
i 'm using library(rtf) for this.
do we have any option in addPlot() function to rotate the orientation of
the rtf file?
Thank you,
Deepthi BM
PGDB-10-10-04
Institute of Bioinformatics and Applied Biotechnology
Biotech Park, Electronic City, Phase I, Bengaluru-560100
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 Jan 23
3
using gsarima package with R
...m 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]]
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
2010 Jan 07
1
Disabling/Enabling bash prompt to run CLI
...al port. ?
Thanks and Regards,
Premraj M
Sr.Software Engineer
Tel: +91-080-67274900
Cell: +91-9741231739
Email: premrajm at digilink.in
Smartlink Network Systems Ltd.
Digilink India Ltd, Plot No. 10-A,Next to Hi-Cal Magnetics, Electronic
City Phase II, Konappana Agrahara, Bangalore - 560100
Disclaimer : This message is proprietary to Smartlink Network Systems Limited and is intended solely for the use of the individual to whom it is addressed. It may contain privileged or confidential information and should not be circulated or used for any purpose other than for what it is intended...
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 Jul 28
3
construct a data set
Hi,
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 May 27
1
finding derivative of a data series in R
Dear All,
I tried following for getting derivative of a polynomial in R
i<- -10:10
x<-i*i*i+3*i*i+2
fun_spline<-splinefun(i,x)
plot(x,type="l")
lines(x,fx_spline(x, deriv=1), col='green')
lines(x,fx_spline(x, deriv=2), col='green')
Now 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
2010 Feb 01
3
Not able to redirect console msgs to serial port
...stall ?
Thanks and Regards,
Premraj M
Sr.Software Engineer
Tel: +91-080-67274900
Cell: +91-9741231739
Email: premrajm at digilink.in
Smartlink Network Systems Ltd.
Digilink India Ltd, Plot No. 10-A,Next to Hi-Cal Magnetics, Electronic
City Phase II, Konappana Agrahara, Bangalore - 560100
Disclaimer : This message is proprietary to Smartlink Network Systems Limited and is intended solely for the use of the individual to whom it is addressed. It may contain privileged or confidential information and should not be circulated or used for any purpose other than for what it is intended...
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..