Displaying 20 results from an estimated 21 matches for "incursion".
Did you mean:
incursions
2011 Jan 19
1
Eve online: Incursion won't start??
I have nvidia-current front the Mint repo installed, when I click Eve the title block comes up, then a sec later goes away. That is all it does.
2011 May 03
2
Overlapping x axes using Lattice
...age<-as.factor(rep(c(1,2,3,4),c(5,5,5,5)))
pesti<-data.frame(titre,test,age)
histogram(~pesti[,1]|pesti[,2]+ pesti[,3]
,alternating=TRUE,tick.number=1,
stack=TRUE,type = "count", xlab="VNT",rot=c(180,180),draw=FALSE)
Thank you in advance.
Andy
Andrew McFadden MVS BVSc
Incursion Investigator
Investigation & Diagnostic Centres - Wallaceville Biosecurity New
Zealand Ministry of Agriculture and Forestry
Phone 04 894 5600 Fax 04 894 4973 Mobile 029 894 5611 Postal address:
Investigation and Diagnostic Centre- Wallaceville Box 40742 Ward St
Upper Hutt
This email me...
2008 Jun 06
3
R loop
...e)
a$wk<-rep(c(0),nrow(a))
a
set<-as.Date(c("2008-01-01"), format = "%Y-%m-%d")
set
for(i in a$date){
if (a$date[i]>set & a$date[i]<set +7 ){a$wk<-1}else
if (a$date[i]>set +7){a$wk<-2}else {a$wk<-3}
}
a
Kind regards
andy
Andrew McFadden MVS BVSc
Incursion Investigator
Investigation & Diagnostic Centres - Wallaceville Biosecurity New
Zealand Ministry of Agriculture and Forestry
Phone 04 894 5600 Fax 04 894 4973 Mobile 029 894 5611 Postal address:
Investigation and Diagnostic Centre- Wallaceville Box 40742 Ward St
Upper Hutt
################...
2008 May 06
3
Spatial join between two datasets using x and y co-ordinates
...,y2)
dat1
dat2
The aim of the join is to produce:
x1 y1 descript
1 1824615 5980732 cat
2 1823650 5983220 dog
And therefore limit the data in dataset 1 to that which has the same x
and y co-ordinates as dataset 2.
Any suggestions?
Regards
Andy
Andrew McFadden MVS BVSc
Incursion Investigator
Investigation & Diagnostic Centres - Wallaceville Biosecurity New
Zealand Ministry of Agriculture and Forestry
Phone 04 894 5600 Fax 04 894 4973 Mobile 029 894 5611 Postal address:
Investigation and Diagnostic Centre- Wallaceville Box 40742 Ward St
Upper Hutt
#############...
2009 Mar 17
3
Combining columns from two dataframes
...;b")
a
b<- data.frame(as.Date(c("2008-07-27","2008-10-01"), format =
"%Y-%m-%d"),c(1:2))
names(b)=c("c","d")
a;b
I have tried:
append(a,b)
combine(a,b)
rbind(a,b)
I would appreciate your help.
Kind regards
andy
Andrew McFadden MVS BVSc
Incursion Investigator
Investigation & Diagnostic Centres - Wallaceville Biosecurity New
Zealand Ministry of Agriculture and Forestry
Phone 04 894 5600 Fax 04 894 4973 Mobile 029 894 5611 Postal address:
Investigation and Diagnostic Centre- Wallaceville Box 40742 Ward St
Upper Hutt
################...
2009 Apr 01
4
Recode of text variables
...uot;)
x
recode(x, "c(A,B)='Treat 1'; else='Treat 2'")
recode(x, "1:2='A'; 3='B'")
In Microsoft access a simple way of recoding is to join two tables in a
query any simple way of doing the same in R?
Kind regards
Andy
Andrew McFadden MVS BVSc
Incursion Investigator
Investigation & Diagnostic Centres - Wallaceville Biosecurity New
Zealand Ministry of Agriculture and Forestry
Phone 04 894 5600 Fax 04 894 4973 Mobile 029 894 5611 Postal address:
Investigation and Diagnostic Centre- Wallaceville Box 40742 Ward St
Upper Hutt
################...
2006 Nov 29
1
[Fwd: Re: Authentication]
...: <456D3221.2030900 at ccat.co.nz>
eric wrote:
> Try as I may, I cannot get Dovecot to allow anything but blank
> passwords listed in a custom file I made for the purpose. It will not
> recognise anybody in passwd.
> Only using POP3 on an internal network so little danger of incursions.
> Once I created a password file with user names and no password, one
> user could login (from Outlook 2003) but another could not.
> Telnet test also fails to authenticate.
>
> I have allowed the group to write to the /var/spool/folder
> Syslog simply showed authentication fai...
2009 Apr 01
1
Adjusting font size in a lattice graph
...e graph but the text appears too big. Just
wondering if there was a way I could change the font size.
tp1.nDai=xyplot(value ~ yr | Name, data = nDai,type = 'o')
update(tp1.nDai, aspect = c(0.8), layout = c(4, 4))
I would appreciate your help.
Kind regards
andy
Andrew McFadden MVS BVSc
Incursion Investigator
Investigation & Diagnostic Centres - Wallaceville Biosecurity New
Zealand Ministry of Agriculture and Forestry
Phone 04 894 5600 Fax 04 894 4973 Mobile 029 894 5611 Postal address:
Investigation and Diagnostic Centre- Wallaceville Box 40742 Ward St
Upper Hutt
################...
2010 Feb 14
1
Adding a regression line to an xyplot
...rep(2,5)))
d=data.frame(a,b,c)
xyplot(a~b, pch=c(6,8),data = tavg, groups=d$c,
reg.line=lm, smooth=FALSE, type=c("p","g"),xlab="a",ylab="b")
> I would appreciate your help.
>
> Kind regards
>
> andy
>
> Andrew McFadden MVS BVSc
> Incursion Investigator
> Investigation & Diagnostic Centres - Wallaceville Biosecurity New
> Zealand Ministry of Agriculture and Forestry
>
> Phone 04 894 5600 Fax 04 894 4973 Mobile 029 894 5611 Postal address:
> Investigation and Diagnostic Centre- Wallaceville Box 40742 Ward St
>...
2009 Apr 14
2
Subset function: selecting variables within a factor
...lect a list of variables within a factor
The following example is given in help for subset:
subset(airquality, Temp > 80 select = c(Ozone, Temp))
So how do I select all temperatures of 90 and 80 ie Temp = c(80,90)
I would appreciate your help.
Kind regards
andy
Andrew McFadden MVS BVSc
Incursion Investigator
Investigation & Diagnostic Centres - Wallaceville Biosecurity New
Zealand Ministry of Agriculture and Forestry
Phone 04 894 5600 Fax 04 894 4973 Mobile 029 894 5611 Postal address:
Investigation and Diagnostic Centre- Wallaceville Box 40742 Ward St
Upper Hutt
################...
2011 May 17
1
Dealing with null values Aggregate function
...uot;,"blue","blue","bl
ue","blue"))
aggregate(x = testDF, by = list(testDF$v3), FUN = "mean")
For this example I would like to get a mean value for red (v1=4.5; v1=5)
and blue (v1=49.5; v2=55)
Thank you in advance.
Andy
Andrew McFadden MVS BVSc
Incursion Investigator
Investigation & Diagnostic Centres - Wallaceville Biosecurity New
Zealand Ministry of Agriculture and Forestry
Phone 04 894 5600 Fax 04 894 4973 Mobile 029 894 5611 Postal address:
Investigation and Diagnostic Centre- Wallaceville Box 40742 Ward St
Upper Hutt
This email me...
2008 May 11
1
Finding unmatched data between two dataframe using several factors
...n't appear in dat1
based on both the x and y factors ie (A5, dan, 40) and (A6,zane, 50).
I have tried two approaches but have not been successful
? nomatch <- subset(dat1, is.element(?) == FALSE)
? setdiff(dat1$x,dat2$y)
Any thoughts would be great
Regards
Andy
Andrew McFadden MVS BVSc
Incursion Investigator
Investigation & Diagnostic Centres - Wallaceville Biosecurity New
Zealand Ministry of Agriculture and Forestry
Phone 04 894 5600 Fax 04 894 4973 Mobile 029 894 5611 Postal address:
Investigation and Diagnostic Centre- Wallaceville Box 40742 Ward St
Upper Hutt
################...
2008 May 13
1
Legend in scatterplot and adding regression lines
...uperpose ,xlab="Time
(weeks)",ylab="Farrowing rate", key = list(points =
Rows(trellis.par.get("superpose.symbol"), 1:4),
text = list(levels(Dataset$Operator)),
columns = 4))
Regards
Andy
Andrew McFadden MVS BVSc
Incursion Investigator
Investigation & Diagnostic Centres - Wallaceville Biosecurity New
Zealand Ministry of Agriculture and Forestry
Phone 04 894 5600 Fax 04 894 4973 Mobile 029 894 5611 Postal address:
Investigation and Diagnostic Centre- Wallaceville Box 40742 Ward St
Upper Hutt
################...
2008 Mar 06
2
R code for selecting places spatially and by time
...,2,2,2,1,1)
)
y<-rep(c(6476767,6475013,6475487,6479659,6477004,6476388),c(2,2,2,2,1,1)
)
date<-as.character(rep(as.Date(c("2008-01-02","2008-01-17","2008-01-01")
,format = "%Y-%m-%d"),c(4,4,2)))
cbind(x,y,date)
Regards
Andrew
Andrew McFadden MVS BVSc
Incursion Investigator
Investigation & Diagnostic Centres - Wallaceville Biosecurity New
Zealand Ministry of Agriculture and Forestry
Phone 04 894 5600 Fax 04 894 4973 Mobile 029 894 5611 Postal address:
Investigation and Diagnostic Centre- Wallaceville Box 40742 Ward St
Upper Hutt
################...
2008 Apr 16
0
Instantaneous hazard of an event i.e. death
...confidence limits
around the hazard for each year.
I would also like to present this data graphically.
I think in theory I should be able to use: the "hazard.ratio.plot" but
lack the experience to know how to code this
Anyone be able to help?
Regards
Andrew
Andrew McFadden MVS BVSc
Incursion Investigator
Investigation & Diagnostic Centres - Wallaceville Biosecurity New
Zealand Ministry of Agriculture and Forestry
Phone 04 894 5600 Fax 04 894 4973 Mobile 029 894 5611 Postal address:
Investigation and Diagnostic Centre- Wallaceville Box 40742 Ward St
Upper Hutt
################...
2008 Nov 11
0
Producing a matrix of values
..., des] = tra[i, 3] :
subscript out of bounds
There is something wrong with the highlighted code. I know that there
must be some descrepancy in the numbers of values I am using but don't
know why or how to fix it.
Thanks for your help in advance.
Kind regards
andy
Andrew McFadden MVS BVSc
Incursion Investigator
Investigation & Diagnostic Centres - Wallaceville Biosecurity New
Zealand Ministry of Agriculture and Forestry
########################################################################
This email message and any attachment(s) is intended solely for the
addressee(s) named above....
2011 May 23
0
SNA query
...in the
graph? I was hoping to scale the nodes according to their individual
betweeness score. Betweenness can be calculated for each node in the
example above, using:
betweenness (dat.edg)
# Giving the output:
[1] 4 0 3 0 0 0 0 0 3 0
Hope you can help ... many thanks,
tom
Thomas Rawdon, Incursion Investigator (Animals)
Investigation and Diagnostic Centre | Investigation Readiness and
Response
Ministry of Agriculture and Forestry | 66 Ward St, Wallaceville | PO
Box 40 742 | Upper Hutt | New Zealand
Telephone: 64-4-894 5607 | Facsimile: 64-4-894 4973| Mobile: 027 733
1795 | Email: Thomas.Raw...
2006 Nov 29
1
Authentication
Try as I may, I cannot get Dovecot to allow anything but blank passwords
listed in a custom file I made for the purpose. It will not recognise
anybody in passwd.
Only using POP3 on an internal network so little danger of incursions.
Once I created a password file with user names and no password, one user
could login (from Outlook 2003) but another could not.
Telnet test also fails to authenticate.
I have allowed the group to write to the /var/spool/folder
Syslog simply showed authentication failed.
Relevant bits of my conf...
2011 Sep 29
1
EVE Online on FreeBSD/amd64. Handshake error.
...mReleaseContext (0x300a0, 0x1371a0): stub
Service log: 0.000s
Service ime: 0.028s
Service connection: 0.000s
Service damage: 0.000s
Service logger: 0.461s
Service vivox: 0.000s
Service ownerprimer: 0.000s
Service petition: 0.000s
Service ui: 0.000s
Service z: 0.000s
Service consider: 0.000s
Service incursion: 0.000s
Service moonScan: 0.000s
Service webtools: 0.000s
Service war: 0.000s
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage...
2015 Apr 02
5
OT: Recommended anti-virus for Windows
On Thu, April 2, 2015 4:27 pm, Valeri Galtsev wrote:
>
> On Thu, April 2, 2015 4:11 pm, J Martin Rushton wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Sorry to mention the "opposition" here, but I have a family member's
>> laptop to protect, and I'm not allowed to upgrade it to Linux. What's
>> the current best