Displaying 20 results from an estimated 100 matches similar to: "rosavent problem"
2010 Apr 17
1
Frequency table
Hello,
I'm trying to make a table like windfreq.dat in the rose diagram example of
the climatol package.
It looks like:
N NNE NE ENE E ESE SE SSE S SSW SW WSW W
WNW NW NNW
0-3 59 48 75 90 71 15 10 11 14 20 22
22 24 15 19 33
3-6 3 6 29 42 11 3 4 3 9 50
67 28
2010 Nov 17
1
lme weights glht
Dear R-user
I used lme to fit a linear mixed model inlcuding weights=varPower().
Additionally I wanted to use glht to calculate Tukey-Kramer multiple
comparision.
error:
> glht(modelF, linfct=mcp(Species="Tukey"))
Error in glht.matrix(model = list(modelStruct = list(reStruct =
list(SubPlot = -0.305856275920955, :
?ncol(linfct)? is not equal to ?length(coef(model))?
>
2008 May 19
2
Draw Polygon with a Circular Side
Hello Friends!!!
I would want draw a circular histogram, and I would like draw a polygon with
a circular side. This is easy if I use the functions polygon and arc, but I
want that the polygon with a circular side have background colour. The
polygon created with function polygon can have background colour, but the
surface created with function arc can?t have background colour.
How I could create a
2011 Nov 04
2
representing wind date using windrose
hello,
i am new to R and want to use it for a small project to draw a wind
data from a microclimate datasource, can someone give me an example of
how i can represent this in a neat way?
for example, i have:
speed, direction
0.3,NNE
0.45,NNE
0.32,NE
0.28,N
0.30,NE
how do i put this data to get a windrose graph?
many thanks
norman
--
%>>> "".join( [
2009 Aug 20
3
Wind-data analysis with R?
Hello,
are there people outside who use R for analysis of wind-measurement data
(meteorological or for planning of wind power stations)?
Are there already scripts/modules available for analysing and
displaying/plotting wind data in the way it is done in projection/planning
of wind power stations?
If not, would it be of interest to use R for this, and therefore
adapt data-logger output to R (by
2009 May 22
1
Forcing a variableinto a model using stepAIC
Dear All,
I am attempting to use forward and/or backward selection to determine
the best model for the variables I have. Unfortunately, because I am
dealing with patients and every patient is receiving treatment I need
to force the variable for treatment into the model. Is there a way to
do this using R? (Additionally, the model is stratified by
randomisation period). I know that SAS can be
2013 Nov 01
1
Hi all! Glusterfs Ipv6 support
Is Gluster 3.3.2 work with ipv6? I cant find options in CLI tu turn on and
cant fint anything about it in Admin guide.
When i search in google - i'm find workaround - add to volume config ( file
var/lib/glusterd/vols/cluster/volumename.hostname.place-metadirname )
string:
option transport.address-family inet6
to section:
volume cluster-server
type protocol/server
....
end-volume
2011 Dec 29
1
redirect ports from user network
Hello.
I would like to redirect some ports from user network to host system.
In console i can do it:
/usr/libexec/qemu-kvm -drive file=/home/libvirt/qemu-fedora.img -vnc
10.200.1.1:1 -net user -redir tcp:22000::49999 -redir tcp:22001::22
How can i do it with libvirt?
I make users network in XML config VM:
<interface type='user'>
<mac
2005 Sep 06
1
Application rxfax missing ?
Hello.
I just emerged spanDSP with all the packages needed. After a bit of
configuration i was read to test.
But i get this errormessage stating that application rxfax was not
found. I could't fint rxfax i teh modules directory.
I use asterisk 1.0.7.
I did reset the server after emerging SpanDSP
I use gentoo kernel 2.6
I don't know what else to do.
Regards,
Arne Morten
2017 Jul 23
3
Suma de columna en data.frame con restricciones
Buen día,
Tengo un data frame con los siguientes datos
> Sexo<-c(1,1,1,2,2,2,2,1)
> edad<-c(10,12,15,12,10,15,12,15)
> frec<-c(150,125,147,123,156,174,185,195)
> df<-data.frame(Sexo,edad,frec)
Quisiera saber como elaborar una tabla en la cual seleccione el sexo y la edad y R realice la suma de la frecuencia debido a que la lista original incluye miles de
2006 Oct 19
1
siemens hipath interoperability - PRI/Q.SIG - card recommendation
Hello, if somebody using this scenario in production successfully,
please send me info, which ISDN card for asterisk server is usefull for
me (Digium, Sangoma)?
my crucial requirement is "caller id name" transfer/display between ISDN
(Siemens PBX) and IP phone connected to asterisk
I'm using PRI interface and Q.SIG signaling.
thank you
PJ
2010 Sep 26
4
How to update an old unsupported package
Hi all,
I have a package that is specific to a task I was repetitively using a
few years ago.
I now needed to run it again with new data.
However I am told it was built with an older version or R and will not work.
How can I tweak the package so it will run on 11.1?
It was a one-off product and has not been maintained.
Is there a way to "unpackage" it and repackage it to work?
I
2016 Sep 02
2
Ayuda con gráfico típico de histograma más linea
Y bueno, algo más bonito sí que queda con ggplot...
#---------------
datIn <- read.csv("pec.csv", header = TRUE, sep = ";", dec = ",")
library(ggplot2)
lab_x_idx <- c(1, round(nrow(datIn)/2, 0), nrow(datIn))
lab_x <- as.vector(datIn$hora[ lab_x_idx])
fre_gg <- ggplot( datIn, aes( x = 1:nrow(datIn), y = frec)) +
geom_bar(stat =
2016 Sep 03
2
Ayuda con gráfico típico de histograma más linea
Prueba algo así:
library(ggplot2)
datos <- read.table("Downloads/pec.csv", header = T, sep = ";", dec = ",")
datos$Miles <- as.numeric(gsub("\\.", "", as.character(datos$Miles)))
datos$hora <- strptime(datos$hora, format = "%H:%M")
ggplot(datos, aes(x = hora, y = Miles)) + geom_line() +
scale_x_datetime(date_breaks =
2016 Sep 02
2
Ayuda con gráfico típico de histograma más linea
Buenas tardes,
Tengo una duda con gráficos. Estoy intentando realizar el típico gráfico de
una variable en histograma y otra en linea, supongo que será sencillo pero
llevo unos días peleando y no me sale de forma correcta.
Las variables están en un dataframe que muestran las frecuencias de tweets
minuto a minuto y el share de esos minutos (os adjunto un archivo en csv
con el dataframe).
Una
2011 Jun 09
4
contar apariciones en data frame
Hola, ¿qué tal?
Llevo un rato dándole vueltas y no encuentro la solución , seguro que es
una tontería pero no acabo de verlo.
Tengo un data frame de la siguiente forma.
TARJETA FECHA
1 2010006207318 2011-02-01
2 2010006207318 2011-02-01
3 2010006209657 2011-02-01
4 2010006209657 2011-02-01
5 2010006209657 2011-02-01
6 2010006209657 2011-02-01
7
2016 Sep 03
2
Ayuda con gráfico típico de histograma más linea
Sí, la primera reunión de la temporada será el 8 de este mes.
Un saludo,
Carlos J. Gil Bellosta
http://www.datanalytics.com
El 3 de septiembre de 2016, 23:52, Ruben Tobalina Ramirez <
lagrimaescrita en gmail.com> escribió:
> Muchas gracias a todos!
>
> Pues si, Eric, R a veces me vuelve loco, tiene una lógica muy particular.
> Miraré el libro, que lattice no lo he usado
2012 Jun 08
2
Consulta sobre GLM-log linear
Estimados amigos,
Estoy familiarizándome con los modelos lineales generalizados en R. Estoy
interesado en realizar un análisis lig linear y me gustaría saber cuáles
son o como extraer los valores correspondientes al chi cuadrado en el
análisis para cada grupo y para las interacciones. Desde ya muchas gracias
y disculpas si la pregunta es muy básica, adjunto los comandos que estoy
utilizando. Si
2012 Jun 08
2
Consulta sobre GLM-log linear
Estimados amigos,
Estoy familiarizándome con los modelos lineales generalizados en R. Estoy
interesado en realizar un análisis lig linear y me gustaría saber cuáles
son o como extraer los valores correspondientes al chi cuadrado en el
análisis para cada grupo y para las interacciones. Desde ya muchas gracias
y disculpas si la pregunta es muy básica, adjunto los comandos que estoy
utilizando. Si
2012 Jun 08
2
Consulta GLM
Estimados amigos,
Estoy familiarizándome con los modelos lineales generalizados en R. Estoy
interesado en realizar un análisis lig linear y me gustaría saber cuáles
son o como extraer los valores correspondientes al chi cuadrado en el
análisis para cada grupo y para las interacciones. Desde ya muchas gracias
y disculpas si la pregunta es muy básica, adjunto los comandos que estoy
utilizando. Si