Displaying 20 results from an estimated 11000 matches similar to: "expand only one of variable"
2006 Oct 22
2
Key colour problem with lattice plot
Hi,
I seem to have a key colour problem with a lattice barchart. The colours on my
key rectangle don't match the colours on the barchart.
Here is my data frame:
"LandFill" "Ruminants"
"United States (USA)" 7777.21428 5528.16
"France" 200.527083 1299.87
"Australia" 185.878368 2448.17
"Russian Federation" 1752.8334 2024.29
2013 Apr 26
1
Error Installing packages
I am trying to install the package boss but i am getting error below:
Please advice
install.packages("boss")
--- Please select a CRAN mirror for use in this session ---
CRAN mirror
1: 0-Cloud 2: Argentina (La Plata)
3: Argentina (Mendoza) 4: Australia (Canberra)
5: Australia (Melbourne) 6: Austria
7: Belgium 8:
2019 Mar 25
2
Uso de merge
Jose Luis
Column `Country` joining factors with different levels, coercing to
character vector
common_col_names <- intersect(names(sub_kei), names(knowledge))
> common_col_names
[1] "Country" "Year"
nrow(sub_kei) <- 132
nrow(knowledge) <- 3864
Tiene distinto numero de pais como de año, en el sub_kei aparecen 5 años y
en el otro dataset (knowledge) datos anuales
2009 Apr 08
3
Multi Frequency Cycle Timeout - E1-R2 METROTEL COLOMBIA
Hi,
I have installed Elastix 1.5.2 (Barranquilla, Colombia (TELCO: METROTEL))
with a TE220P (2xE1) and TDM2400P (16FXS), openr2 is included in 1.5.2
version. The outcoming calls are ok, but with incoming call i have an error:
ERROR*[*14972*]* chan_dahdi.c: Chan 2 - Protocol error. Reason = Multi
Frequency Cycle Timeout, R2 State =
Seize ACK Transmitted, MF state = Category Request Transmitted,
2006 Oct 23
1
unexpected read.csv behavior
Example data in a recent post was:
LandFill Ruminants
United States (USA) 7777.214280 5528.16
France 200.527083 1299.87
Australia 185.878368 2448.17
Russian Federation 1752.833400 2024.29
Argentina 283.987320 2567.02
Brazil 1048.422480 8839.61
Colombia 265.125000 1307.61
Mexico
2009 Mar 18
1
lm function (PR#13608)
Full_Name: Michael Aaron Karsh
Version: 2.8.0
OS: Windows XP
Submission from: (NULL) (75.61.109.172)
I tried using the lm function to regress the third column listed below on the
second column listed below. It gave me an error message. My code is below.
> HDISWLSdata=read.table("RHDISWLS.txt")
> HDISWLSdata
V1 V2 V3
1 DENMARK
2005 Aug 23
2
FW: Register Today for Fall 2005 VON: "The Destination for IP Communications"
Anyone able to get me a comp/highly discounted ticket to this?
$150 just to visit the exhibition halls sounds crazy?
Dean
> -----Original Message-----
> From: Jeff Pulver [mailto:jeff@pulver.com]
> Sent: Tuesday, 23 August 2005 11:47 AM
> To: mailinglist1
> Subject: Register Today for Fall 2005 VON: "The Destination for IP
> Communications"
>
> Hi There,
>
2009 Feb 05
2
UNIX Installation of package "systemfit" fails
Dear list
I am trying to install the systemfit package under unix,
install.packages(systemfit)
the installation failed. I am attaching the error and version
information below,
(if dependencies=TRUE, much more error)
any help appreciated
best,
yong
=====================================================================
> install.packages("systemfit")
Warning in
2007 May 04
1
Help with map
I have just learned how to play with map, but something weird
(or not) is happening.
Suppose I want to draw a map of two countries (that have disconnected
components), like Argentina and Brazil.
If I command:
library(maps)
library(mapdata)
map("worldHires", c("Argentina", "Brazil"))
It works fine. However, if I want to _colour_ the interior:
2006 Apr 11
2
About list to list - thanks
Thank you very much for your useful suggestions.
These are exactly what I was looking for.
foo <- list(foo1, foo2, foo3)
lapply(foo, function(x) matrix(unlist(x), nrow = length(x), byrow = TRUE))
or
lapply(foo, function(x) do.call('rbind', x))
Best, Muhammad Subianto
On 4/11/06, Muhammad Subianto <msubianto at gmail.com> wrote:
> Dear all,
> I have a result my experiment
2006 Jan 31
4
broadvoice??
Does anyone have any useful contact information for Broadvoice? I've
been unable to call Argentina from my Broadvoice line for almost a
month now. Their techs keep telling me they're "looking into it" but
I get no real information. I've had several other tickets open for
almost 8 months now.
I called their PR company this morning and apparently they dropped
Broadvoice
2006 Jun 20
2
expanded dataset and random number
Dear all R-users,
(My apologies if this subject is wrong)
I have dataset:
mydat <- as.data.frame(
matrix(c(14,0,1,0,1,1,
25,1,1,0,1,1,
5,0,0,1,1,0,
31,1,1,1,1,1,
10,0,0,0,0,1),
nrow=5,ncol=6,byrow=TRUE))
dimnames(mydat)[[2]]
2006 Apr 06
3
convert a data frame to matrix - changed column name
I have a question, which very easy to solve, but I can't find a solution.
I want to convert a data frame to matrix. Here my toy example:
> L3 <- c(1:3)
> L10 <- c(1:6)
> d <- data.frame(cbind(x=c(10,20), y=L10), fac=sample(L3, + 6, repl=TRUE))
> d
x y fac
1 10 1 1
2 20 2 1
3 10 3 1
4 20 4 3
5 10 5 2
6 20 6 2
> is.data.frame(d)
[1] TRUE
> sapply(d,
2004 Oct 06
3
read.delim problem with trailing spaces
I'm trying to read a comma delimited dataset that uses '.' for NA. I
found that if the last field on a line was a missing '.'
it was not read as NA, but just a '.', and the life variable was made a
factor. The data looks like this,
income,imr,region,oilexprt,imr80,gnp80,life
Afghanistan,75,400.0,4,0,185.0,.,37.5
Algeria,400,86.3,2,1,20.5,1920,50.7
2006 Aug 24
5
Check values in colums matrix
Dear all,
I apologize if my question is quite simple.
I have a dataset (20 columns & 1000 rows) which
some of columns have the same value and the others
have different values.
Here are some piece of my dataset:
obj <- cbind(c(1,1,1,4,0,0,1,4,-1),
c(0,1,1,4,1,0,1,4,-1),
c(1,1,1,4,2,0,1,4,-1),
c(1,1,1,4,3,0,1,4,-1),
c(1,1,1,4,6,0,1,5,-1),
2006 Sep 03
3
Merge list to list - as list
Dear all,
#Last week, I asked about merge x and y as list.
#Now I have a dataset with list of list like:
x <- list(list(matrix(1:20, 5, 4),matrix(1:20, 5, 4)),
list(matrix(1:20, 5, 4),matrix(1:20, 5, 4)))
y <- list(list(c(1, -1, -1, 1, 1),c(1, 1, -1, -1, -1)),
list(c(1, 1, 1, 1, 1),c(1, 1, -1, 1, -1)))
x
y
#I need merge x and y, I have tried with
list.uni <-
2013 Apr 25
1
Error installing boss package
I am trying to install the package boss but i am getting error below:
Please advice
install.packages("boss")
--- Please select a CRAN mirror for use in this session ---
CRAN mirror
1: 0-Cloud 2: Argentina (La Plata)
3: Argentina (Mendoza) 4: Australia (Canberra)
5: Australia (Melbourne) 6: Austria
7: Belgium 8:
2012 Aug 17
0
install.packages umask configuration
Hello,
I've been trying to setup a site library that allows the users to manage
the R packages themselves, but am having an issue with permissions. As
seen below, when installing a package using install.packages, the umask
used is always 022. Instead, I would like it to be 002, allowing any user
to update packages that were installed by another user. Can someone
explain how to get
2006 Jan 27
5
How to convert decimals to fractions
Dear all,
Are there any functions to convert decimals to fractions in R?
I have the result:
> summary(as.factor(complete.ID))
0 0.0133333333333333 0.04
2256 488 230
0.0666666666666667 0.0933333333333333 0.106666666666667
2342 310 726
0.133333333333333
2015 Jul 12
2
suggestion: better support for https CRAN mirrors
Hello,
I see that https CRAN mirrors are starting to pop up, as per this post at https://support.rstudio.com/hc/en-us/articles/206827897-Secure-Package-Downloads-for-R
However, trying to use one of these mirrors without changing the default download.file.method option gives me errors
> Warning: unable to access index for repository https://cran.rstudio.com/src/contrib
> Warning: unable to