similar to: read.csv converts "NA" to missing values

Displaying 20 results from an estimated 10000 matches similar to: "read.csv converts "NA" to missing values"

2017 Jun 28
2
R package for scorecard development
Hello all, Is there any R package that can develop a scorecard model for a binary target variable? More details: I want to create a scorecard based on the raw data I have. I have a binary target variable and a few numeric and character input variables. I want to bin the variables and assign a score to each of the bins. Each subject will be scored based on the bin it falls in for each
2011 Aug 29
2
Differences in SAS and R defaults
Hello all, I am looking for theories and statistical analyses where the defaults employed in R and SAS are different. As a result, the outputs under the defaults should (at least slightly) differ for the same input. Could anyone kindly point any such instance? Thanks Nikhil
2017 Sep 07
0
ISO3 code to 7 continents names
> On Sep 7, 2017, at 12:21 PM, Miluji Sb <milujisb at gmail.com> wrote: > > df is a data frame consisting of one variable (iso3 codes) such as > > USA > RUS > ARG > BGD > ITA > FRA > > > Some of these iso3 codes are repeated and I would like the corresponding continent name, the countrycode package does not seem to distinguish between North and
2011 Apr 05
1
Saving console and graph output to same file
Hello All, How do I save the output of the R console and the graphic output to the same PDF file and append these to each other? I need to have a frequency table and a corresponding graph, one below the other in a file. I have tried with sending the cross table to the graph window using 'textplot' and then saving the graphic output. However, the table does not look nice in the graph
2017 Sep 07
2
ISO3 code to 7 continents names
df is a data frame consisting of one variable (iso3 codes) such as USA RUS ARG BGD ITA FRA Some of these iso3 codes are repeated and I would like the corresponding continent name, the countrycode package does not seem to distinguish between North and South America. Thanks. Sincerely, Milu On Thu, Sep 7, 2017 at 9:00 PM, David Winsemius <dwinsemius at comcast.net> wrote: > > >
2010 Jun 09
1
[R-sig-Geo] How to extract coordinates values from a shapefile?
I'm not sure if this is what you want. But the function coordinates() in sp package gives you the coordinates of SpatialObjects. Regards. Rodrigo. 2010/6/9 Nikhil Kaza <nikhil.list@gmail.com> > You need to execute gpclibPermit() to enable gpclib. > > library(maptools) should have issued a warning to that effect. > > > Nikhil Kaza > Asst. Professor, > City and
2017 Sep 07
3
ISO3 code to 7 continents names
Dear all. Is it possible to convert.identify iso3 country names to the seven continent names? # Asia, Africa, Antarctica, Australia, Europe, South America, and North America, I have tried the following: ### region <- merge(countryExData,df,by.x='ISO3V10',by.y='iso3') where df is the name of my dataset with iso3 the identification variable but there seems to be a a lot of
2005 Oct 20
4
creating a derived variable in a data frame
Hello, I have read through the manuals and can't seem to find an answer. I have a categorical, character variable that has hundreds of values. I want to group the existing values of this variable into a new, derived (categorical) variable by applying conditions to the values in the data. For example, suppose I have a data frame with variables: date, country, x, y, and z. x,y,z are
2005 Feb 13
2
connect asterisk to ISDN in China
Hi, I plan to install asterisk and connect it to telco through ISDN in China. I'd love to know if the ISDN standard in China has any difference than in America before I buy the digium card. anybody has experience in it? or anybody who installed asterisk with ISDN in asia can share their expierience? Or, can anybody give me some links to educate me ISDN knowledge about the difference in
2003 May 06
4
AVM C4
Hi, Has anybody used AVM C1/C4s on Asterisk? What's the result? I know there may be better cards, but I have 2 C4s which I want to put to good use. Andrea Coppini +356 79 ANDREA (263732) andreacoppini@iwg.info EMPOWER PEOPLE - THE WORLD IN YOUR HAND iWG (iWORLD GROUP) is a global e-mobile company creating, building and growing new businesses. iWG founders are pioneers in creating
2017 Sep 07
0
ISO3 code to 7 continents names
> On Sep 7, 2017, at 11:36 AM, Miluji Sb <milujisb at gmail.com> wrote: > > Dear all. > > Is it possible to convert.identify iso3 country names to the seven > continent names? > > # Asia, Africa, Antarctica, Australia, Europe, South America, and North > America, > > I have tried the following: > > ### > region <-
2009 Oct 22
4
AstriCon videos: a question of method
I'm doing some quick research on how to get our videos from AstriCon available in a "reasonable" format that allows easy viewing, reduces our bandwidth costs, and allows good tracking for who/where/what is viewing the videos. YouTube seems to have a very nice set of tools and statistics collection methods, and might be perfect EXCEPT.... Their main limitation right now
2011 Oct 18
3
Ordering of stack in ggplot (package ggplot2)
I'm trying to reproduce the 3rd graph on the page of this site: http://learnr.wordpress.com/2009/03/17/ggplot2-barplots/ . However, the data below produces a ggplot with the stacks sorted in alphabetical order from the bottom up. I'd like the stacks to be in the order "Europe", "Asia", "Americas, "Africa", "Oceania". Is there an easy way to
2010 Nov 18
3
usage of account code in CDR
Hi everyone Anyone please explain me How Account code is use for billing., Thanks Nikhil
2009 Jan 28
1
Faced Problems with RODBC package 1.2-5 and 1.2-4 for windows
Hi, I am facing problems with RODBC package 1.2-5 and 1.2-4 built for windows. I am using R 2.8.1 version. I faced some problems when I was trying to execute sql procedure from R with exec/execute statement . Stored procedure contains code/statements : 1) Call to another procedure (R calls one procedure which itself calls another procedure) 2)
2013 Nov 11
1
Asterisk Realtime Static Voicemail
Guys, I need you help on this one. Don't know when this broke but we have a custom gui that runs on top of Asterisk running a real-time static for configurations. Nothing has changed with the database other than upgrades of Asterisk 10. Customer complained that there password was not changing when they called into voicemail and changed it. Database is running standard ast_config with the
2012 Oct 03
3
"options" in R
Dear Rxperts, Was wondering if there is any function in R similar to options("time.zone"): found in S-Plus that can help in looking at the default timezone settings.. Thanks much, Santosh [ [[alternative HTML version deleted]]
2008 Aug 27
3
Calculating total observations based on combinations of variable values
Hello: As someone making the move from STATA to R, I'm finding it difficult at times to perform basic tasks in R, so forgive me if I've missed an obvious and easily obtained solution to my problem. I've searched the help guides and the archives and have not been able to find a solution that works. I have a data frame with thousands of observations that looks something like this:
2007 Oct 08
1
[LLVMdev] Predication before CodeGen
On 08/10/2007, Evan Cheng <evan.cheng at apple.com> wrote: > > On Oct 7, 2007, at 12:51 AM, Nikhil A. Patil wrote: > > > Hi, > > > > I am planning to generate code for a peculiar architecture with > > _no_ branch instructions (!), but with predicated loads and stores > > to memory. This means the architecture is not Turing complete, is > > going
2011 Mar 01
6
wav files are not playing asterisk
Hi I try to play a wav file in asterisk ,but its accepting only gsm files.Do u know where I need to change to make it works. Thanks Nikhil