Displaying 20 results from an estimated 600 matches similar to: "other decriptive stats packages"
2009 Nov 03
6
one long column of data -> three small columns
say i have a column of data like this...
2
3
4
2
1
6
6
4
7
and i want it in three columns like this
226
314
467
...so i can make a contour plot.
How do i do this?
--
View this message in context: http://old.nabble.com/one-long-column-of-data--%3E-three-small-columns-tp26163165p26163165.html
Sent from the R help mailing list archive at Nabble.com.
2009 Nov 13
4
cleanse columns and unwanted rows
hello folks,
Im trying to clean out a large file with data i dont need.
The column im manipulating in the file is called "legal_status"
There are three kinds of rows i want to remove. Those that have "Private",
"Private (Op", or "Unknown" in the legal_status column.
I wrote this code but i get errors and it says im missing a TRUE/ False
thingy...im
2009 Nov 04
2
enter "missing" into missing fields
if ive got an incomplete data set thats got thousands of rows and 80 columns
with random missing fields...like this say...
3 b 3
4 1
1 x 2
? how do i turn it into....
3 b 3
4 missing 1
1 x 2
...i.e., i want to insert the word "missing" into the fields that are empty?
--
View this message in context:
2010 Jan 21
5
Logistic regression
can you do Logistic regression in R, if so how do you do it and how do you
test the fit of a model?
--
View this message in context: http://n4.nabble.com/Logistic-regression-tp1059870p1059870.html
Sent from the R help mailing list archive at Nabble.com.
2009 Nov 08
1
Turn dates into age
Ive got a big column of dates (also some fields dont have a date so they have
NA instead),
that i have converted into date format as so...
dates<-as.character(data[,"date_commissioned"]); # converted dates to
characters
dates[1:10]
[1] "19910101" "19860101" "19910101" "19860101" "19910101" "19910101"
"19910101"
2009 Nov 16
1
printing a single row, but dont know which row to print
I have 20 columns of data, and in column 5 I have a value of 17600 but I
dont know which row this value is in (i have over 300,000 rows).
I'm trying to do 2 things:
1) I want to find out which row in column 5 has this number in it.
2) Then I want to print out that row with all the column headers so i can
look at the other parameters in the row that are associated with this value.
How do i
2009 Nov 30
2
Ggplot2: Elegant Graphics for Data Analysis (Use R) (2009 Paperback)
Is this book worth its dollar? If so, why?, if not, why not?
Cheers.
--
View this message in context: http://n4.nabble.com/Ggplot2-Elegant-Graphics-for-Data-Analysis-Use-R-2009-Paperback-tp931702p931702.html
Sent from the R help mailing list archive at Nabble.com.
2009 Nov 22
4
how do i persuade IT to install R on PCs ?? ...and should I ??
Please help me persuade IT to install R on my computer!
All suggestions welcome.
Our IT department run scared when you mention software that they have no
working experience of.
I need to know the pros and cons of having R on corporate desktops.
Please no funny stuff, this is quite a serious issue for us.
Pros and cons would be good.
Thanks.
--
View this message in context:
2010 Sep 30
4
interactive session
Hi guys,
My concern is to create an automated process from the beginning to the end. I
want to copy all my code together in one piece and paste it to R console and sit
back and relax :) except one moment in which the program should ask me to enter
a number.. and only then (only after getting a valid number from me) it should
continue to read and process the rest of the code. I tried lots of
2004 Nov 09
5
Unable to join AD (FreeBSD)
Hi,
I am trying to get samba 3.0.7 working with our win2k DC. I installed samba
from the ports collection, so the kerberos library looks to be the heimdel
version.
I can use kinit to create a ticket and it authenticates against the DC just
fine. However when I attempt to use "net ads join" it fails with the
following response:
[2004/11/09 16:32:30, 0] utils/net_ads.c:ads_startup(183)
2009 Aug 31
2
Profiles updates...
Hi,
I have a little problem with my profiles...
When a user creates a new file; it correctly appears in its profile on the server when the profile is saved.
But, when he deletes a file; it is not deleted from its profile on the server.
In the mean time, he can connect to his profile folder on the server and delete them manualy...
Any idea what could be the problem?
I looked at the logs (lvl 1)
2010 Aug 31
1
ez version 2.0
The ez package was developed to aid those that are new to statistical
programming. Over the course of several years of helping colleagues
and students learn R, I observed that folks are often initially turned
off R because they have difficulty obtaining SPSS-like results quickly
(SPSS is the dominant environment in my field, psychology). ez
attempts to fill this gap, providing quick and easy
2010 Aug 31
1
ez version 2.0
The ez package was developed to aid those that are new to statistical
programming. Over the course of several years of helping colleagues
and students learn R, I observed that folks are often initially turned
off R because they have difficulty obtaining SPSS-like results quickly
(SPSS is the dominant environment in my field, psychology). ez
attempts to fill this gap, providing quick and easy
2011 Jul 29
1
Resumen de R-help-es, Vol 29, Envío 30
Buenos días,
Para una media ponderada con segmentación prueba a usar compmeans() del
paquete descr.
Un saludo,
Manel.
2011/7/29 <r-help-es-request@r-project.org>
> Envíe los mensajes para la lista R-help-es a
> r-help-es@r-project.org
>
> Para subscribirse o anular su subscripción a través de la WEB
> https://stat.ethz.ch/mailman/listinfo/r-help-es
>
>
2012 Dec 05
10
Slight oversight in the type documentation
So I was looking at the type reference, and noticed that for a lot of the
types, no namevar was listed. When I checked the types in the code, for
each of those omissions, the namevar was simply "name". Now, it might be
self evident that this is the case, but a little documentation couldn''t
hurt, If not in each type, at least in the section where it describes what
namevars
2011 Feb 01
1
Convert existing System to PV
Greetings!
Is there a tutorial how to create a domU from an existing system (SUSE-9.3)?
It should decribe all the steps from the very begin: copy the exiting
system to an image etc, etc.
The dom0 is a openSUSE-11.3, if that matters.
I''ve been researching quite a while but did not find any suitable.
Thanks for hints
Wolf
_______________________________________________
Xen-users
2006 Dec 20
1
Connections to https: URLs -- IE expert help needed
I've added to R-devel the ability to use download.file() and url() to
https: URLs, *only* if --internet2 is used on Windows.
This uses the Internet Explorer internals, and only works if the
certificate is accepted (so e.g. does not work for
https://svn.r-project.org).
Now I use IE (and Windows for that matter) only when really necessary, and
Firefox has simple ways to permanently accept
1998 Jan 15
2
R-beta:0.61.1 Problem with "make docs"
The problem is the following
# make docs
Make: Don't know how to make ../src/library/*/man/*.Rd. Stop.
*** Exit 1 (ignored)
#
I am using a DEC alpha 200/4/233 with Digital Unix 3.2D
My previous version of R was R-0.50-a1. I have installed around 3 or 4
previous versions on the same system and never had a problem (but, then
the Makefile was very different). The first make to compile
1998 Jan 15
2
R-beta:0.61.1 Problem with "make docs"
The problem is the following
# make docs
Make: Don't know how to make ../src/library/*/man/*.Rd. Stop.
*** Exit 1 (ignored)
#
I am using a DEC alpha 200/4/233 with Digital Unix 3.2D
My previous version of R was R-0.50-a1. I have installed around 3 or 4
previous versions on the same system and never had a problem (but, then
the Makefile was very different). The first make to compile
2005 Jan 18
0
[LLVMdev] Re: LLVM to SUIF-MACH VM binary
Chris Lattner wrote:
> On Tue, 18 Jan 2005, John Cortes wrote:
>
>> Hi Chris,
>
>
> Hi! I'm CC'ing the llvmdev list for the benefit of others.
>
>> Since I see you're very involved in LLVM, I need a little guidance on
>> getting from C to MACH-SUIF.
>>
>> I've been given the task of using LLVM to translate C code to another