Displaying 6 results from an estimated 6 matches for "barile".
Did you mean:
baile
2012 Feb 16
3
Converting ts into xts and subsetting
Greetings,
I would like to subset observations in a time series using xts, after
converting from ts to xts.
X=ts(1:100, frequency=12, start=c(1976))
X2=as.xts(X)
X2["1984"]
The output:
Feb 1984 98
Mar 1984 99
Apr 1984 100
What happened to January? The index is always one month off, with
X2["1976-01"] giving me Feb 1976. Should I set the time using something
else
2009 Mar 14
1
dispcrepancy between aov F test and tukey contrasts results with mixed effects model
Hello,
I have some conflicting output from an aov summary and tukey contrasts
with a mixed effects model I was hoping someone could clarify. I am
comparing the abundance of a species across three willow stand types.
Since I have 2 or 3 sites within a habitat I have included site as a
random effect in the lme model. My confusion is that the F test given by
aov(model) indicates there is no
2012 Feb 01
0
RoR Developer Needed (Royal Oak, MI)
Hi everyone,
I am looking for an RoR Developer with the following experience for a
great opportunity in Royal Oak, MI. If you or anyone you know is
interested in learning more please contact me directly at
mbarile-WmwNS7czg+Vl57MIdRCFDg@public.gmane.org or 734.462.9505.
• 5+ years of total commercial software development
expertise
• 2 + years of commercial Ruby on Rails experience
• Expert knowledge of Html, CSS, JavaScript and AJAX
• Experience with NoSQL...
2011 Nov 15
3
if/else scope
What is wrong with the following?
x <- 1:2
if(x[1] > 0)
{
if(x[2] > 0)
{
print("1 & 2 > 0")
}
else
{
print("1 > 0")
}
}
else
{
if(x[2] > 0)
{
2011 Nov 10
3
Creating dummys in R
Dear R-project!
How do i create 1 dummy from 2 already existing dummys. To be more precise, I want to create a dummy from a dummy called "sex" and another called "sex1" when both thoose dummys are 1 I want my created dummy "samesex" to take 1.
Thanks for the help!
Paulie
[[alternative HTML version deleted]]
1999 Oct 10
24
samba as PDC
hi all,
i want to have samba in my liux as a PDC, so i have download the last
version of samba 2.1alpha. but i can't compile it shows errors :
Linking bin/nmbd
libsmb/clientgen.o: In function `cli_establish_connection':
libsmb/clientgen.o(.text+0x4ef3): undefined reference to `prs_init'
libsmb/clientgen.o(.text+0x4f50): undefined reference to
`create_ntlmssp_resp'