Displaying 20 results from an estimated 3000 matches similar to: "Same initial seed"
2008 Mar 11
2
Adding x-axis values to a histogram
Dear useRs,
Is there a way one can add x-axis values to a histogram? Example:
z = rgamma(n=1000, shape = 8, scale = 1000)
hist(z, breaks = 30)
Currently I see 4 x-axis values: 5000, 10000, 15000, 20000. Can I add more
values or modify the ones currently showing? I tried ?hist, yet couldn't
work this out.
Thank you very much.
-----
~~~~~~~~~~~~~~~~~~~~~~~~~~
Diego Mazzeo
Actuarial Science
2008 Dec 25
3
Percent damage distribution
R version: 2.7.0
Running on: WinXP
I am trying to model damage from fire losses (given that the loss occurred).
Since I have the individual insured amounts, rather than sampling dollar
damage from a continuous distribution ranging from 0 to infinity, I want to
sample from a percent damage distribution from 0-100%. One obvious solution
is to use runif(n, min=0, max=1), but this does not seem to be
2009 Mar 15
2
Testing for Inequality à la "select case"
Using R 2.7.0 under WinXP.
I need to write a function that takes a non-negative vector and returns the
parallell maximum between a percentage of this argument and a fixed value.
Both the percentages and the fixed values depend on which interval x falls
in. Intervals are as follows:
>From | To | % of x | Minimum
2007 Dec 30
2
updating R version and packages.
Um texto embutido e sem conjunto de caracteres especificado associado...
Nome: n?o dispon?vel
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20071230/0d82c1cc/attachment.pl
2006 Jan 31
2
Announce: Contributed Documentation
[Version fran??aise plus bas]
To the R community,
A quick word to announce the publication of my document "Introduction
?? la programmation en S". It is available in the French section of the
Contributed Documentation page of CRAN.
Many of the documents or books currently available on S-Plus and/or R
present the software in a statistical analysis context. My document
rather focuses
2007 Nov 22
6
Packages - a great resource, but hard to find the right one
There have been several constructive responses to John Sorkin's
comment, but none of them are fully satisfactory. Of course, if you
know the name of the function you are looking for, there are lots of
ways to search — provided that everyone calls the function by a name
that matches your search. If you think there might be a function,
but you don't know the name, then you have
2010 Sep 24
7
help
Estimados
Escribo para consultar sobre el uso de modelos mixtos anidados. Los
datos que estoy analizando provienen de censos de malezas en cuatro
tipos de paisajes de la región pampeana, en los que seleccioné al azar
igual número de lotes agrícolas cultivados con tres cultivos (maíz,
soja y trigo-soja). En cada lote censé el número de especies de
malezas en tres posiciones: el alambrado, el borde
2008 Dec 26
1
starting values update
Hi all,
does anyone know how to automatically update starting values in R?
I' m fitting multiple nonlinear models and would like to know how I can update starting values without having to type them in.
thank all
--- On Fri, 12/26/08, r-help-request@r-project.org <r-help-request@r-project.org> wrote:
From: r-help-request@r-project.org <r-help-request@r-project.org>
Subject:
2014 Feb 26
2
sentiment analysis en español en R?
Muchas gracias Carlos. Lo voy a probar a ver como me funciona con lo que tengo que procesar
......................................................................................
Silvia Cobialca
Cincinnati DBA Team - CIO RAS Team
Accenture - Buenos Aires IO Delivery Center
Desk: 5411 5196 2715, Mobile: 54911 4160 7748
Email: silvia.cobialca en accenture.com
IM: cobialca en hotmail.com
Pager:
2018 May 24
2
Tabla dinamica R
Hola!
Solicito ayuda con un data frame relativamente grande ¿? del cual necesito
generar una tabla dinámica a la manera excel.
Si me pueden referenciar algún comando, paquete, pagina web y/o cualquier
ayuda que me puedan dar será muy bienvenida.
Lo que tengo que hacer es pasar de algo así:
NombreMunicipio NombreProvincia Categoria idMedicamento CodMedicamento
CodMedicamentoOL UnidadesEnvSec
2014 Feb 26
4
sentiment analysis en español en R?
Queria saber si ya esta disponible un paquete para poder hacer sentiment analysis de textos en español en R. Si lo hay me podrían informar si lo puedo adicionar a la instalación en ingles?
Gracias!!!!
......................................................................................
Silvia Cobialca
Cincinnati DBA Team - CIO RAS Team
Accenture - Buenos Aires IO Delivery Center
Desk: 5411 5196
2019 Jun 09
2
como graficar una coordenada en un mapa
Hola a todos.
Soy nuevo en R, estoy aprendiendo con tutoriales y lo hago sin un fin
comercial y/o laboral.
Necesito ayuda para mostrar un mapa y sobre ese mapa poner un punto dado
por una coordenada.
con esto consigo mostrar el mapa.
library(raster)
arg<-getData('GADM', country='ARG', level=0)
plot(arg)
En ese mapa quiero mostrar un punto que está en el sistema de
2008 Jun 18
2
problems trying the "getting started" demo
I have installed on a VirtualBox vm the crossbow ISO
Now I''m trying to create the network map described in the "getting
started" pdf I have this situation:
On global zone, I have the real NIC: e1000g0 with ip 10.0.2.15
(VirtualBox NAT this IP, I can get web access with it)
I have created an etherstub (etherstub n?2) with 2 vnics (vnic5 and
vnic6), I''ve plumbed
2014 Feb 26
2
sentiment analysis en español en R?
Gracias Jorge!
Pregunta: y por que fue archivado?
......................................................................................
Silvia Cobialca
Cincinnati DBA Team - CIO RAS Team
Accenture - Buenos Aires IO Delivery Center
Desk: 5411 5196 2715, Mobile: 54911 4160 7748
Email: silvia.cobialca@accenture.com<mailto:silvia.cobialca@accenture.com>
IM:
2002 Nov 18
2
joining an NT PDC, WinNT user privileges
Hi,
I've been looking for this information, but I couldn't find it
anywhere.
I have a samba (2.2.3) on debian (woody) and I mean to configure this
server with winbind so it can authenticate domain users. The PDC is at a
NT server.
My question is is very simple ... what are the *exact* privileges I
need to give the user I use to join the domain? Winbind docs says use
2008 Oct 16
3
defining a function using strings
Hi All,
I need to evaluate a series expansion using Legendre polynomials.
Using the 'orthopolinom' package I can get a list of the first n
Legendre polynomials as character strings.
> library(orthopolynom)
> l<-legendre.polynomials(4)
> l
[[1]]
1
[[2]]
x
[[3]]
-0.5 + 1.5*x^2
[[4]]
-1.5*x + 2.5*x^3
[[5]]
0.375 - 3.75*x^2 + 4.375*x^4
But I can't figure out how to
2005 Jun 23
4
Monitoring Sirrix quad BRI channels
Hi all,
How are things going ?
Is there a way for me to individually identify each BRI channel on the Sirrix quad BRI board.
The reason I ask is because our client uses the "Asterisk Flash Operator Panel" to monitor its external lines and transfer calls from the lines to the various SIP phones.
The "Flash Operator Panel" requires that we set a static value for each line or
2011 Nov 08
3
Consulta sobre mensaje de error al aplicar un Filtro.
Hola Estimdos,
Quería consultar por si alguien sabe que puede estar pasando con la
aplicación de un filtro.
Arroja el siguiente mensaje:
*Mensajes de aviso perdidos
In TransAcProv$idDepartamento == filtro2 :
longitud de objeto mayor no es múltiplo de la longitud de uno menor*
Este es el filtro:
*filtro2 <- c (450, 30 , 449, 862 , 452)*
Y se aplica sobre este data frame:
*TransAcDepto
2019 May 16
2
Como reordenar datos para analisis multiples correspondencias (MCA)
Muchas gracias, Javier, por tu explicación.
Los dotos que manejo son todos datos linguisticos individualizados según
variables geográficas y sociologicas; o sea que no hay que preocuparse
demasiado por la peligrosidad de mis aseveraciones.
El ejemplo lo hice a lo bruto para que se entendiera cómo se estructuran
los datos, pensando que así no generaría distración sobre el objeto de mi
problema. Lo
2013 Jul 08
2
Segmentar archivos en R (Antonio José Sáez Castillo)
Estimado Mauricio Monsalvo
Le paso una idea, no es un código muy lindo que digamos, pero al correrlo
seguramente se dará cuenta de mi sugerencia.
datos<-c(2,3,4,5,6,7,8)
quantile(datos)
quantile(datos,probs = c(0.25, 0.75, 0.85, 0.90, 0.95))
as.matrix(quantile(datos,probs = c(0.25, 0.75, 0.85, 0.90, 0.95)))
as.data.frame(quantile(datos,probs = c(0.25, 0.75, 0.85, 0.90, 0.95)))
# ¿ y si solo