Displaying 20 results from an estimated 8000 matches similar to: "Trend predictions using R projects!!"
2012 Mar 14
3
Problem installing RMySQL package!
I am facing issues while installing RMySQL package on windows(32 bit) installation of R-Project.
I am getting the following warning messages.
Warning messages:
1: running command 'C:/PROGRA~1/R/R-213~1.2/bin/i386/R CMD INSTALL -l "C:/Program Files/R/R-2.13.2/library" D:\DOCUME~1\nagga002\LOCALS~1\Temp\RtmpLZndlE/downloaded_packages/RMySQL_0.9-3.tar.gz' had status 1
2: In
2012 Mar 16
1
Integrating R project into your product
Hi All,
We have a product that performs ETL on files and finally load the database.
We want to give the web based interface displaying graphs (that are generated using R-project forcasting) from this database.
But R-Project is stand alone desktop based software and it takes commands at command line to show graphs.
Any one has any idea how to integrate R-Project into your existing web based
2020 Jun 09
2
[cfe-dev] Adding SYCL tests in test-suite
That’s a good question. I’m afraid I don’t know how/if that’s controlled in these tests.
From: Johannes Doerfert <johannesdoerfert at gmail.com>
Sent: Monday, June 08, 2020 3:05 PM
To: Kaylor, Andrew <andrew.kaylor at intel.com>; Lazarev, Vladimir <vladimir.lazarev at intel.com>
Cc: LLVM Developers <llvm-dev at lists.llvm.org>; bhomerding at anl.gov; Finkel, Hal J.
2005 Oct 25
3
How to get the source code for login generator
Hi,
I installed login generator using gem. It''s installed and it''s working fine.
I wanted to browse the source code of login generator installed by gem. I
couldn''t find the source code anywhere.
Thanks.
-=- Neeraj
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2008 May 28
6
regarding ices
Dear all,
i am unable to configure ices2 propery, while running it is showing mount
fail error.
Thanks and reagrds
--
Neeraj Suriyal
09718307773
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast/attachments/20080528/8e6f8261/attachment.htm
2006 Jan 20
2
select_time issue: how to get hours only upto 12 along with AM/PM
My code is like this:
<%= select_time () %>
1) I would like to pass more options so that the a blank value is at the
top. I tried ":include_blank => true" but it didn''t work.
2) I would like to limit the number of hours to only upto 12. With the
current code the hours has value rangin from ''00'' to ''23''
3) Would like to have
2006 Jan 14
3
How to render from a different controller
My code is something like this.
class FirstController < ApplicationController
def foo
#some processing
render (:controller => ''second'', :action => ''index'')
end
end
I tried using both render and redirect but it seems it''s not possible to
send the control from within a controller to some other controller. Am I
missing something
2010 May 05
3
CDR to MS-SQL via ODBC issue
Hi guys,
Having issue with getting CDR to write to MS-SQL via ODBC.
> cdr_odbc: Connected to freetds-connector
> cdr_odbc: Error in PREPARE -1
> cdr_odbc: Query FAILED Call not logged!
== Spawn extension (cisco, ##########, 2) exited non-zero on
'IAX2/astYYYY-507
Isql test:
[xxx at YYYY asterisk]# isql freetds-connector XXXXXXX YYYYYYYYY
2012 Feb 19
1
time-series trend classification
Hello everyone,
I was looking for a way to classify time-series based on the curve-fit. I try to campute several trends so i was thinking to link each trend with a function. increase with exponential for example, increase and decrease with a gaussian etc. The possiblities are endless though and it seems that is not always working well, especially if you work on small time-series (of 5-10 points
2020 Jun 08
2
[cfe-dev] Adding SYCL tests in test-suite
Hi Johannes,
The structure you suggested makes sense to me.
Vladimir Lazarev has been working on moving some end-to-end tests out of the source tree (in the intel/llvm GitHub branch where the parts of our SYCL development that aren’t ready to be included in the main LLVM repo are being shared). He has a local working copy that can run the tests with various hardware and device runtimes. The last
2005 Oct 14
1
Diff between attr_accessible and attr_accessor
I''m going though the paper back edition of agile development with Rails. On
page #128 I encountered following lines of code:
attr_accessor :password
attr_accessible :name,:password
What''s the difference between attr_accessor and attr_accessible?
-=- Neeraj
_______________________________________________
Rails mailing list
2007 Jul 02
1
gam function & time trend splines
I've been doing a simple time-series analysis looking
at the relationship between daily pneumonia
hospitalizations and daily temperature. To mimic some
of the literature, I've been including a time-trend to
try to account for normal cyclical trends in
hospitalization. So I've been using a function that
looks something like this:
gam(pneucount ~ temp_f +
2001 Apr 15
1
Problem starting wine
Hi,
I am a newbie here. I am trying to run wine on Mandrake 7.1. I get the
following error:
Warning: could not find wine.conf [Drive x] entry for current working
directory /home/nk; starting in windows directory.
Invalid path 'c:\windows' for temp directory
Perhaps you have not properly edited or created your Wine configuration
file.
This is either /etc/wine.conf or $HOME/.winerc
or it
2012 Feb 29
1
How to simulate demographic (specifically, sub-group) data?
I am a relatively new R user and have recently built a multivariate dataset without the demographic information.
Is there any package or code to simulate subgroup dataset (race, sex, age) using R?
Any help would be appreciated.
Thanks,
Alok
[[alternative HTML version deleted]]
2004 Apr 14
7
trend turning points
Hi,
does anybody know of a nice test to detect trend turning points in time
series? Possibly with reference?
Thanks,
joerg
2009 May 06
1
Add trend line to XYPlot using a subset of the original data
I've created an xyplot that I want to add a trend line to using a subset of
the data.
The xyplot is
xyplot(X9444500~WY,data=mynewdata,xlim=c(1900,2020),ylab="TEST",
xlab="",ylim=c(100,100000),scales=list(x=list(at=c(1900,1920,1940,1960,1980,2000,2020),axs="r",tck=-1),y=list(log=TRUE,tck=-100,at=c(100,1000,10000,100000))),
panel=function(x,y,...) {
2008 Dec 21
1
function prop.trend.test (stats)
To the R-help list,
In the documentation of the prop.trend.test function in the
stats package, no bibliography has been provided which
would allow one to find out the theoretical basis of that
function and/or details of its implementation.
May I suggest that some bibliography be included, as it
generally happens with other statistical functions.
I currently use R 2.8.0 running on Windows XP.
2008 Oct 02
1
R Training Courses
There are still places available on the following courses. For more
detailed information and a registration form please contact
training@mango-solutions.com, or visit our website at
www.mango-solutions.com <http://www.mango-solutions.com/> .
R for Finance
****************************************************
Dates: 21st to 23rd October 2008. Duration: 3 days. Location: London.
2010 Mar 26
1
BaselR
BaselR - The new R meeting
We are pleased to announce the new R meeting to be held in Basel,
Switzerland.
BaselR will be held from 6:30-9:30pm on Tues, Apr 27 at TransBARent:
http://transbarent.business.sv-group.ch
Doors open at 6:30,pm with the presentations starting at 7:00pm
Introduction: What is Basel R?
Andreas Krause:... Graphing Pharma Data
Yann Abraham: Graphics
Charles Roosen: Web
2009 Nov 08
2
linear trend line and a quadratic trend line.
Dear list users
How is it possible to visualise both a linear trend line and a quadratic trend line on a plot
of two variables?
Here my almost working exsample.
data(Duncan)
attach(Duncan)
plot(prestige ~ income)
abline(lm(prestige ~ income), col=2, lwd=2)
Now I would like to add yet another trend line, but this time a quadratic one. So I have two
trend lines. One linear trend line