Displaying 20 results from an estimated 400 matches similar to: "Date format in plot"
2012 Jan 31
2
testing for temperature differences between years and sites?
Hello!
I have a dataset with monthly temperatures for 4 different years and I would
like to test if they are significantly different between the years. As I
collected the data for different sites I wondered if there were some
possibility to perform the calculation at once or if I have to repeat it for
each site.
I tried like this:
Model_Temp <- lmer(Temp ~Year +
2012 Oct 17
4
function logit() vs logistic regression
Hello!
When I am analyzing proportion data, I usually apply logistic regression
using a glm model with binomial family. For example:
m <- glm( cbind("not realized", "realized") ~ v1 + v2 , family="binomial")
However, sometimes I don't have the number of cases (realized, not
realized), but only the proportion and thus cannot compute the binomial
model. I just
2009 Sep 14
1
Mantel test
Hello! It is not really linked to R, but can somebody explain me why we
sometimes make a mantel test directly for to distance matrices and sometimes
we first make a gradient analysis and then a mantel test between the axis?
Thank you
--
View this message in context: http://www.nabble.com/Mantel-test-tp25439984p25439984.html
Sent from the R help mailing list archive at Nabble.com.
2012 Oct 22
5
Represent point size according to frequency
Hello! I would like to make a scatterplot of my data, but the problem is that
several points have the same x and y values and are represented as only one
point. I wonder if there is a way to represent the data points, but with
point size representing the frequency of the depicted x-y value?
Thank you!
--
View this message in context:
2009 Sep 01
2
Mantel test least square line
Hello, I performed a Mantel test and plotted communitiy similarities. I
would like to add a least square line. I thought about using abline taking
as slope the r-statistic of the Mantel test and calculating the y-intercept
analytically. Is this method correct? Is there any function for this
calculation? Thank you
--
View this message in context:
2009 Aug 31
1
Plot several graphs in the same window
Hello, I would like to plot a large number of graphs (43) in a same window. I
tried wit par(mfrow=c(8,5)), but when I give the code for the plots I
receive a error message saying that the margins are to wide. Can someone
help me? Is it possible to put so many graphs in a single window? Thank you
--
View this message in context:
2009 Sep 01
2
Exclude 0 values from plot
Hello, I have a matrix of species abundance with a lot of 0 values. I would
like to plot the species abundance vs date, but I don't want that the 0
values appear as points on my graph. Do you know how I could represent only
non-0 values? Thank you very much
--
View this message in context: http://www.nabble.com/Exclude-0-values-from-plot-tp25235290p25235290.html
Sent from the R help mailing
2009 Sep 03
1
Confusion metaMDS and CA
Hello, I read a lot about ordination, but I am still confused... I have data
on species presence/absence for 8 different sites and I would like to
represent my species and the sites on an ordination plot to see if some
species are associated with specific sites. I used metaMDS function, which
displays both sites and species and it seems to work well. However why are
most people using CA instead of
2012 Apr 12
1
Problem with lmer and fixef
Hello,
I am trying to do contrasts after applying a binomial mixed effect model
with the function lmer. I have to extract the fix effect values, but as I
write fixef(model), I get this error message:
Error in UseMethod("fixef") :
no method for 'fixef' with objects of class "mer"
Has anybody some ideas why? And how can I then post-hoc testing my data if I
cannot do
2012 Oct 18
2
Assessing overdispersion and using quasi model with lmer, possible?
Hello!
I am trying to model data on species abundance (count data) with a poisson
error distribution. I have a fixed and a random variables and thus needs a
mixed model. I strongly doubt that my model is overdispersed but I don't
know how to get the overdispersion parameter in a mixed model. Maybe someone
can help me on this point. Secondly, it seems that quasi models cannot be
implemented
2004 Oct 31
2
samba 3.0.7 and os/2
Hello,
samba v3.0.7 on suse linux v9.1
os/2 v4.x
I have started the process of replacing our os/2 hosts with linux,
starting with the server(s). Most of the problems have been firewall
related, a topic only briefly discussed in the docs (nudge).
Some of the hosts can now interact with the linux samba shares; not all
though. I have run ip traces and have gotten to a point that is a
2020 Aug 19
2
The value of padding when storing an aggregate into memory
Hello all,
LangRef isn't clear about the value of padding when an aggregate value is
stored into memory, and I'd like to suggest that storing an aggregate fills
padding with undef.
Here are a few clues that supports this change:
- According to C17, the value of padding bytes when storing values in
structures or unions is unspecified.
- IPSCCP ignores padding and directly stores a
2011 Feb 04
1
GAM quasipoisson in MuMIn
Hi,
I have a GAM quasipoisson that I'd like to run through MuMIn package
- dredge
- gettop.models
- model.avg
However, I'm having no luck with script from an example in MuMIn help file.
In MuMIn help they advise "include only models with smooth OR linear term
(but not both) for each variable". Their example is:
# Example with gam models (based on
2009 Sep 22
2
Semi continous variable- define bounds using lpsolve
How to define bounds for a semi continous variable in lp_solve.
Min 5x1 +9x2 +7.15x3 +0.1x4
subject to
x1+x2+x3+x4=6.7
x1+x4 <= 6.5
And x3 can be 0 or greater than 3.6
hence x3 is a semi continous variable
how to define bounds as well as semicontinous function because using
set.semicont and set. bound simantaneously doesn't seem to work.Thanks in
advance for the help
--
View this
2009 Jul 20
3
Re gression using age and Duration of disease as a continous factors
Please explain me as what it means and how this analysis can be done using R
and which library(ies) are needed.
Thanks
--
View this message in context: http://www.nabble.com/Regression-using-age-and-Duration-of-disease-as-a-continous-factors-tp24574133p24574133.html
Sent from the R help mailing list archive at Nabble.com.
2010 Jan 28
10
Anyone successfully setup Continous Backup of mailboxes using rsync ?
Hi All..
Am working on continous backup of mailboxes using rsync(for e.g by running rsync every 2 min)
Things gets more complicated when users create Subfolders in INBOX , SENT , etc..
If anyone among you did that plz guide & advise.
Thanks
CoolAtt
_________________________________________________________________
Your E-mail and More On-the-Go. Get Windows Live Hotmail Free.
2011 Mar 17
5
Spatial cluster analysis of continous outcome variable
Dear R Users, R Core
Team,
I have a two dimensional space where I measure a numerical value in two situations at different points. I have measured the change and I would like to test if there are areas in this 2D-space where there is a different amount of change (no change, increase, decrease). I don´t know if it´s better to analyse the data just with the coordinates or if its better to group them
2004 Nov 12
4
How to get mode (the most frequent value in distribution)?
Hello!
I have a continous distribution and would like to get mode (the most
frequent value in distribution). I easily found mean, median and other
basic thing but not mode function. Can anyone help?
I know there my might be problems with multiple modes, but still I think
that there should be a mode function in R.
Please send mail to R-help list and me, so I can get response faster.
Thank
2009 May 06
1
PDC and "group" question
Hi All,
I just upgraded a workstation server to a PDC server.
I am using tbdsam as my user database.
Question 1: As a workgroup server, I created my groups
in /etc/group (groupadd). Is this still the case?
Do I also need to tell Samba about a different database
for groups?
Question 2: occasionally I get asked for the user
with "administrator's" privileges. Do I need to
2010 Oct 20
4
How to select not continous rows?
Hello
How can I select several not continuous rows ?
If I wanted to select rows 1 to 7 I'll write
mydata[,1:7]
But what if I need to select rows 1 to 5 and 10 to 15?
--
View this message in context: http://r.789695.n4.nabble.com/How-to-select-not-continous-rows-tp3003840p3003840.html
Sent from the R help mailing list archive at Nabble.com.