Displaying 20 results from an estimated 1100 matches similar to: "FW: Interactive"
2002 Jan 08
1
Interactive
My Mail StationeryIs it possible to have interactive graphic display in R
just like S-Plus?
______________________
Indrajit SenGupta
Department Of Statistics
St. Xavier's College
Calcutta University
indra_calisto at yahoo.com
indrajitsg at vsnl.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2002 Feb 19
3
Rank of Matrix
Hello everybody,
I think my question has been asked before but I am posing it once again
since I need it. Is there any way to find the rank of a matrix in R or
Splus?
______________________
Indrajit SenGupta
Department Of Statistics
St. Xavier's College
Calcutta University
mailto:indra_calisto at yahoo.com
mailto:indrajitsg at vsnl.net
2002 Mar 30
1
.Rd Files
While downloading the R 1.4.1 for windows from the zip
file, I downloaded a zip file rw1041m.zip which
consisted of .Rd files. Could anybody tell what are
these files for?
______________________
Indrajit SenGupta
Department Of Statistics
St. Xavier's College
Calcutta University
indra_calisto at yahoo.com
indrajitsg at vsnl.net
______________________
EC- 195
Salt Lake City, Sector -1
Calcutta
2001 Dec 21
0
Installing Packages (fwd)
This depends whether you want to compile the packages yourself (here you
need the extra tools) or just
install the pre-compiled versions (here you don't need them).
I would guess that most of the Windows users just do the latter and the
installation is then straighforward by using the option "Packages" on the
top menu.
You can donload/install from CRAN or from a local zip file.
2001 Dec 22
4
A small question
My Mail StationeryDear R- users,
I have a small question on R. The other day I was using R when I decided to
quit and when I was prompted with the question whether I would like to save
the workspace image, I accidently pressed yes and after that every time
start R the previous work space gets loaded. How do I avoid this?
Thanks in advance,
______________________
Indrajit SenGupta
Department Of
2002 Apr 02
10
A request
Can we expect to see an R package on Statistical Quality Control in the
future like SPLUS? I can't understand why nobody made this package before.
______________________
Indrajit SenGupta
Department Of Statistics
St. Xavier's College
Calcutta University
indra_calisto at yahoo.com
indrajitsg at vsnl.net
______________________
EC- 195
Salt Lake City, Sector -1
Calcutta 700064
West Bengal
2002 Apr 02
10
A request
Can we expect to see an R package on Statistical Quality Control in the
future like SPLUS? I can't understand why nobody made this package before.
______________________
Indrajit SenGupta
Department Of Statistics
St. Xavier's College
Calcutta University
indra_calisto at yahoo.com
indrajitsg at vsnl.net
______________________
EC- 195
Salt Lake City, Sector -1
Calcutta 700064
West Bengal
2006 May 09
3
Using DBI and RMySQL
Dear All,
I am having a bit of problem using the DBI and RMySQL
package. I have already installed DBI but now I want
to connect to MySQL. So how do I do it. The CRAN
package repository does not have RMySQL windows binary
to install from?
Regards,
Indrajit Sen Gupta
Business Analyst
Mu Sigma Business Solutions Pvt Ltd
#21/1-1, Nawab Towers
Cunningham Road
Bangalore 560 052, India
Tel: +91 80
2018 Feb 13
2
R Compilation gets stuck on Windows 64
In the file MkRules.local.in, I see the line: USE_ATLAS = NO which I
believe needs to be changed to YES. But how do I specify the BLAS file
*libopenblas_haswell-r0.2.20.a
*and its location?
Regards,
Indrajit
On Tue, Feb 13, 2018 at 6:41 PM, Indrajit Sen Gupta <indrajitsg at gmail.com>
wrote:
> I was able to compile the R from the github by running build-r-devel.bat!
>
> Now need
2018 Feb 13
2
R Compilation gets stuck on Windows 64
On Tue, Feb 13, 2018 at 12:22 PM, Indrajit Sen Gupta
<indrajitsg at gmail.com> wrote:
> Hi Avraham,
>
> I tried with the patched version. The same error message.
>
> gcc -std=gnu99 -m64 -shared -s -mwindows -o R.dll R.def console.o dynload.o
> editor.o embeddedR.o extra.o malloc.o opt.o pager.o preferences.o psignal.o
> rhome.o rt_complete.o rui.o run.o shext.o
2018 Feb 09
2
R Compilation gets stuck on Windows 64
On Fri, Feb 9, 2018 at 2:16 AM, Indrajit Sen Gupta <indrajitsg at gmail.com> wrote:
> Hi Avraham,
>
> A quick question - I realized I did not have Perl installed. So I installed
> ActiveState Perl right now. Also I see I need texinfo and texi2any. I was
> able to installed texinfo from here:
> http://gnuwin32.sourceforge.net/packages/texinfo.htm. But not sure where to
>
2009 Sep 25
1
Does anybody know how to connect to SAS from within R?
And what might be the benefit doing that?
Thanks a lot!
2018 Feb 09
3
R Compilation gets stuck on Windows 64
Hi Avraham,
What a coincidence, I have been following this post of yours:
https://www.avrahamadler.com/2013/10/24/an-openblas-based-rblas-for-windows-64-step-by-step/
Looks like this post is slightly older than what you have shared
previously. It is strange that you did not get the attachments. I am
pasting the contents of the MkRules.local here:
2013 Apr 30
1
Mixed Modeling in lme4
Hi All,
I am trying to shift from running mixed models in SAS using PROC MIXED
to using lme4 package in R. In trying to match the coefficients of R
output to that of SAS output, I came across this problem.
The dataset I am using is this one:
http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_mixed_sect034.htm
If I run the following code:
proc mixed data=rc
2012 Apr 28
1
Unable to install rggobi in R 2.15
I am currently using R 2.15.0 with R Tools 2.15 (in Windows XP). I downloaded the source for RGgobi and extracted it to a folder.
Then I tried compiling and installing with the following command and got an error message:
--------------------------------------------------------------------------------------------
D:\Work\tmp>R CMD INSTALL --build "D:\\DPF\\Rggobi\\rggobi"
*
2012 Apr 27
1
Unable to compile & install rggobi
I am currently using R 2.15.0 with R Tools 2.15 (in Windows XP). I downloaded the source for RGgobi and extracted it to a folder.
Then I tried compiling and installing with the following command and got an error message:
------------------------------------------------------------------------------------------------------------------
D:\Work\tmp>R CMD INSTALL --build
2018 Feb 09
0
R Compilation gets stuck on Windows 64
Hi Avraham,
A quick question - I realized I did not have *Perl* installed. So I
installed *ActiveState Perl* right now. Also I see I need *texinfo* and
*texi2any*. I was able to installed *texinfo* from here:
http://gnuwin32.sourceforge.net/packages/texinfo.htm. But not sure where to
get *texi2any*. Can you guide me in this step?
Regards,
Indrajit
On Fri, Feb 9, 2018 at 11:58 AM, Indrajit Sen
2009 May 27
3
Neural Network resource
Hi All,
I am trying to learn Neural Networks. I found that R has packages which can help build Neural Nets - the popular one being AMORE package. Is there any book / resource available which guides us in this subject using the AMORE package?
Any help will be much appreciated.
Thanks,
Indrajit
2018 Feb 13
0
R Compilation gets stuck on Windows 64
I was able to compile the R from the github by running build-r-devel.bat!
Now need to see how to compile it with BLAS.
Regard,
Indrajit
On Tue, Feb 13, 2018 at 5:45 PM, Jeroen Ooms <jeroenooms at gmail.com> wrote:
> On Tue, Feb 13, 2018 at 12:22 PM, Indrajit Sen Gupta
> <indrajitsg at gmail.com> wrote:
> > Hi Avraham,
> >
> > I tried with the patched
2018 Feb 09
2
R Compilation gets stuck on Windows 64
Hi All,
I am trying to compile R from source on a 64 bit Windows. I have downloaded
and installed all the third party software as per the R - documentation.
The compilation starts fine and after a while it stops with the following
error message:
D:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w64-mingw32/bin/ld.exe:
cannot find -lRgraphapp
collect2.exe: error: ld