Displaying 20 results from an estimated 900 matches similar to: "question from a beginner"
2002 Feb 04
2
maximal dataset size
Hi, there,
I am using PC window version R and dealing with big dataset usually. May
anyone let me whether the maximal dataset size in R is limited by computer
memory or hard drive capacity?
Thanks in advance.
Yiling Cheng, M.D., Ph.D.
Project Manager
The Cooper Institute for Aerobics Research
12330 Preston Road, Dallas, Texas 75230
phone: (972) 3413248; Fax: (972) 3413224
2008 Aug 20
2
Quantile regression with complex survey data
Dear there,
I am working on the NHANES survey data, and want to apply quantile
regression on these complex survey data. Does anyone know how to do
this?
Thank you in advance,
Yiling Cheng
Yiling J. Cheng MD, PhD
Epidemiologist
CoCHP, Division of Diabetes Translation
Centers for Disease Control and Prevention
4770 Buford Highway, N.E. Mailstop K-10
Atlanta, GA 30341
[[alternative HTML
2008 Oct 21
3
code works in R desktop but not iin RWeb - How do I modify to get it working in RWeb, please?
Hi,
How are you? I have a quick question.... I have code that works perfectly
with R desktop, but does not work with RWeb. Could you please tell me how
to modify the code below so it will work with RWeb?
#Read in txt file
happyguys<-read.table("c:/test8.txt", header=TRUE, row.names=1)
#Subset the txt file to only include certain values
test<-subset(happyguys, GRADE == 7
2008 Oct 23
1
code works in R desktop but not iin RWeb - I got it working
Hi,
I got this working. i had to get rid of an underscore in one of my
variable names to work on RWeb.
Thanks for your help though!!
Natalie
__________________
I think you have to be either honest or careful, since the code you
submitted to Rweb is different with your former code! Why the
condition was changed from "test<-subset(X, GRADE == 7 & Y_Q10A < 9)"
to
2003 Nov 21
2
Who can provide me RWeb installation
Hi,
RWeb web site is down past couple days, I am insterested in this
project and want to try it for my projects. Deos anyone have this
installation and user guide? Thanks!
Best Regards,
WeiQiang Li
2003 Nov 17
2
Rweb: how to use source()
I cannot discover how to set or find the working directory in
Rweb, so that I can source() a file from the server. The file I
source() must refer to a data file in its directory.
setwd() does not do anything, and getwd() says that the working
directory is in /var/www/cgi-bin/ (on Linux).
(I have a student who installed R on her own computer and
analyzed half of her data, and then her computer
2015 Dec 01
1
Package Dependency
Lately, I see a dependency problem with R-3.2 systems.
install.packages allows dependencies, but they are not installed so
the install fails.
I see this a lot with students who are able to install packages like
ggplot2 but then can't load it because a dependency "stringi" is
missing. Those students are generally using Windows, but today I
reproduced the same on RedHat Linux with
2004 Jun 15
2
S/R/RWeb/ODBC
I'm looking for an optimal approach to access Oracle databases via RWeb
applications. I'm new to R but familiar with programming functions and web
pages for the S+ Statserver. I'm now going through the motions of migrating
S+/Statserver applications to R/RWeb as a feasability exercise. I can access
databases using ODBC directly in R or S, and using Statserver, but I have
not succeeded
2009 Mar 24
3
r online
Hi,
I'd like to execute simple commands and functions in R through a
website, is there any service like this somewhere?
I only found http://www.osvisions.com/r-online/ but it does not work
(last update 2003) and the links to releated websites only give errors
(if I calculate 7+3).
Thanks for help & hints,
Thomas
2011 Oct 05
2
Question about Rweb
Greetings,
I am working on creating an interactive website that will generate R-code for users based in the information they input on the site. Currently, the R-code can be generated and downloaded to be run locally on a computer with R. However, I have noticed a number of applications out there that instead submit the code directly to an R-web server. Some examples seem to be:
2009 Sep 18
4
R on browser
Hi i can get sites that can r code on browser
--
View this message in context: http://www.nabble.com/R-on-browser-tp25508719p25508719.html
Sent from the R help mailing list archive at Nabble.com.
2012 May 08
1
what folder to run write_PACKAGES in?
I set up a local repo for testing packages. My packages are not
showing up from the repository when viewed by Linux clients. I suspect
this is a web administrator/firewall issue, but it could be I created
the repo wrongly. I am supposed to run write_PACKAGES separately in
each R-version folder. Right?
Maybe other novices can use these scripts, if they are not wrong :)
Here's the file
2000 Jan 12
1
Rweb
Hi folks,
Could you tell me (a) good newsgroup/s or mailing lists concerning
(1) Rweb in general
(2) Rweb and Java, please.
Cheers,
Michael Wisnewski
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the
1999 Apr 22
2
R compiling on SOLARIS 2.6
We here at HGSI have a consultant doing some statistical work for us.
HGSI bought and installed SAS, but our consultant insists that R and
Rweb is a better solution. I do not know either package so I do not
know, hence we are ditching SAS for R and Rweb. Any comments on this
are welcom.
Now for the real problem. Rweb is very expensive (time wise). The
number of prereqs is way more than I thought
2002 May 23
1
now available: RwebWin
I ported Jeff Banfield's Rweb (http://www.math.montana.edu/Rweb/) to
Windows. In the process, I dropped some things (non-JavaScript version,
Rweb modules and data sets), but also simplified the installation process by
removing the dependency on NetPBM. A Ghostscript dependency remains,
however.
See http://www.liquidmarkets.com/m.php?m=News&file=article&sid=6 for
up-to-date
2010 May 19
4
R in sandbox/jail (long question)
Hello,
I have a setup similar to Rweb ( http://www.math.montana.edu/Rweb/ ):
I get R scripts from users and need to execute them in in a safe manner (they are executed automatically, without human inspection).
I would like to limit the user's script to reading from STDIN and writing to STDOUT/ERR.
Specifically, preventing any kind of interaction with the underlying operating system (files,
2015 Oct 18
2
Linking to documentation from a vignette using markdown?
Hello:
What's the preferred way to link to package documentation from a
vignette using markdown?
My current draft includes
"[cumsum](https://stat.ethz.ch/R-manual/R-devel/library/base/html/cumsum.html)"
to link to the help page for cusum{base} and
"[KFAS](https://rweb.crmda.ku.edu/cran/web/packages/KFAS/KFAS.pdf)" to
link to the pdf documentation for
1999 Apr 22
1
SUMMARY Re: R compiling on SOLARIS 2.6
>
> > We here at HGSI have a consultant doing some statistical work for us.
> > HGSI bought and installed SAS, but our consultant insists that R and
> > Rweb is a better solution. I do not know either package so I do not
> > know, hence we are ditching SAS for R and Rweb. Any comments on this
> > are welcom.
>
ooops, he is not a consultant, he is a full time
2010 Jun 01
3
Using R with Web services
Hello list helpers,
I'm working at a research institute and I've been asked to develop a way of
using R as a scripting and analysis tool which takes information from users
via web forms, perform a query to an Oracle Database running on a Linux
server and finally return formatted reports to the user via web. I'm sort of
a newbie in web forms and web services so i've been reading
2015 Oct 19
1
Linking to documentation from a vignette using markdown?
Hi, Duncan:
On 10/18/2015 8:18 PM, Duncan Murdoch wrote:
> On 18/10/2015 5:51 PM, Spencer Graves wrote:
>> Hello:
>>
>>
>> What's the preferred way to link to package documentation from a
>> vignette using markdown?
>>
>>
>> My current draft includes
>>