Displaying 20 results from an estimated 303 matches for "vehicles".
Did you mean:
vehicle
2004 Aug 13
5
simtest for Dunnett's test
Hi!
I use simtest fonction of multcomp package to compile a Dunnett's test.
I have 10 treatments and one control group, so i create a matrix with:
m<-matrix(0,10,11)
m[1,1]<--1
m[1,2]<-1
m[2,1]<--1
m[2,3]<-1
m[3,1]<--1
m[3,4]<-1
m[4,1]<--1
m[4,5]<-1
m[5,1]<--1
m[5,6]<-1
m[6,1]<--1
m[6,7]<-1
m[7,1]<--1
m[7,8]<-1
m[8,1]<--1
m[8,9]<-1
2011 Apr 29
1
Use nparcomp function from nparcomp library to run post hoc
Dear list,
I tried to use the nparcomp to run some post hoc non-parametric comparison
and got and error.
Error in uniroot(pfct, interval = interval) :
f() values at end points not of opposite sign
Appreciate any comments.
the command line:
>nparcomp(Ulceration~Group,data=test,type='Dunnett',control='Non-treated')
Jun
2008 Feb 14
1
Replacing a character string when finding substring match
Dear R-experts,
I need to replace the values of a vector(tx) with a
word ('Vehicle') when the value of the vector contains
the word 'vehicle'. Sometimes, the value could be 'MCT
vehicle', or 'control-vehicle', etc.
I tried gsub like this
treatment<-gsub('vehicle','Vehicle', tx,
ignore.case=T)
But then I end up with values like 'MCT
2009 Mar 01
1
projecting GIS coordinates for analysis with spatstat package
I am working on creating an R package for doing fire department analysis and
am trying to create a function that can display emergency incident
densities. The following code sort of does the trick, but I need a display
that shows the number of incidents per square mile. I believe the code
below shows incidents per square unit (in this case, degrees lat/long).
To solve this problem, I believe
2012 Aug 07
2
label_wrap_gen question
Hi, all
I am trying to use the label_wrap_gen function in this website.
https://github.com/hadley/ggplot2/wiki/labeller
I tried to make a long name like this
Light and heavy good vehicles (diesel) -\nGVX
f2 = facet_grid(vehicle ~ ., labeller=label_wrap_gen(width=15))
eventually, I got something like this in my label...
*Light and heavy
good vehicles
(diesel) - GVX*
I suppose the "-n" could break GVX to the next row but it failed...
Is it a bug? or it has been overpower...
2009 Jun 22
4
SAS-like method of recoding variables?
...rs,
I am helping a SAS user run some analyses in R that she cannot do in
SAS and she is complaining about R's peculiar (to her!) way of
recoding variables. In particular, she is wondering if there is an R
package that allows this kind of SAS recoding:
IF TYPE='TRUCK' and count=12 THEN VEHICLES=TRUCK+((CAR+BIKE)/2.2);
Thanks for any help or suggestions you might be able to provide!
Mark Na
2010 Jan 28
2
dynamic drop downs for product search
Hey Everyone,
I''m about to embark on having a search function for the products on my
app via dynamic dropdowns. A dropdown for make would only leave
AVAILABLE models of that make. selecting year would only leave
available makes from that year etc etc.
Any suggestions or good read ups ?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2009 Oct 24
1
Inheritance Problem
Hello.
I have a question to inheritance in Rails(2.3.4).
I have this three models.
class Vehicle < ActiveRecord::Base
end
class Car < Vehicle
end
class RallyCar < Car
end
And this Migration:
class CreateVehicles < ActiveRecord::Migration
def self.up
create_table :vehicles do |t|
t.string :name
t.string :brand
t.string :type
t.timestamps
end
Vehicle.create(:name =>''Demo Vehicle'', :brand => ''unknown'')
Vehicle.create(:nam...
2006 Mar 10
9
Observers?
Hello all!
I''m having an issue with Observers, and I''m hoping someone knows the
answer.
Here is the definition:
app/models/vehicle_observer.rb
> class VehicleObserver < ActiveRecord::Observer
> def after_save(vehicle)
> breakpoint
> if vehicle.has_new_mil_indication?
> UserMailer.deliver_mil_notice(vehicle)
> end
> end
> end
2006 Aug 10
3
How to serialize a symbol coming from a Form
Hello, I would like to use serialized symbols as values for select in
forms.
eg.
class Vehicle < ActiveRecord::Base
@@statuses = {:wait => ''No yet'', :ok => ''Run run run''}
validates_inclusion_of status, :in => @@statutes.keys
Serialize status, Symbol
def self.statuses
@@statuses
end
end
Then, I can use Vehicle.statuses.invert to
2017 Jun 20
0
CFP VEHITS 2018 - 4th Int.l Conf. on Vehicle Technology and Intelligent Transport Systems (Funchal, Madeira/Portugal)
...Technology and Intelligent Transport Systems
Submission Deadline: October 16, 2017
http://www.vehits.org/
March 16 - 18, 2018
Funchal, Madeira, Portugal.
VEHITS is organized in 5 major tracks:
- Intelligent Vehicle Technologies
- Intelligent Transport Systems and Infrastructure
- Connected Vehicles
- Sustainable Transport
- Data Analtyics
In Cooperation with APVE, CVTA, ABVE.
With the presence of internationally distinguished keynote speakers:
A short list of presented papers will be selected so that revised and extended versions of these papers will be published by Springer.
All p...
2017 Jul 31
0
CFP VEHITS 2018 - 4th Int.l Conf. on Vehicle Technology and Intelligent Transport Systems (Funchal, Madeira/Portugal)
...Technology and Intelligent Transport Systems
Submission Deadline: October 16, 2017
http://www.vehits.org/
March 16 - 18, 2018
Funchal, Madeira, Portugal.
VEHITS is organized in 5 major tracks:
- Intelligent Vehicle Technologies
- Intelligent Transport Systems and Infrastructure
- Connected Vehicles
- Sustainable Transport
- Data Analtyics
In Cooperation with APVE, CVTA, ABVE, ITS Portugal.
With the presence of internationally distinguished keynote speakers:
Miguel A. Sotelo, Universidad de Alcal?, Spain
A short list of presented papers will be selected so that revised and extended vers...
2017 Oct 16
0
CFP VEHITS 2018 - 4th Int.l Conf. on Vehicle Technology and Intelligent Transport Systems (Funchal, Madeira/Portugal)
...Technology and Intelligent Transport Systems
Submission Deadline: October 30, 2017
http://www.vehits.org/
March 16 - 18, 2018
Funchal, Madeira, Portugal.
VEHITS is organized in 5 major tracks:
- Intelligent Vehicle Technologies
- Intelligent Transport Systems and Infrastructure
- Connected Vehicles
- Sustainable Transport
- Data Analtyics
In Cooperation with APVE, CVTA, ABVE, ITS Portugal.
With the presence of internationally distinguished keynote speakers:
Miguel A. Sotelo, Universidad de Alcal?, Spain
Karl-Heinz Krempels, RWTH Aachen University, Germany
A short list of presented pap...
2018 Aug 02
0
CFP VEHITS 2019 - 5th Int.l Conf. on Vehicle Technology and Intelligent Transport Systems (Heraklion, Crete/Greece)
...icle Technology and Intelligent Transport Systems
Submission Deadline: December 10, 2018
http://www.vehits.org/
May 3 - 5, 2019
Heraklion, Crete, Greece.
VEHITS is organized in 5 major tracks:
- Intelligent Vehicle Technologies
- Intelligent Transport Systems and Infrastructure
- Connected Vehicles
- Sustainable Transport
- Data Analytics
Proceedings will be submitted for indexation by: DBLP, Thomson Reuters, EI, SCOPUS and Semantic Scholar. <br/>
With the presence of internationally distinguished keynote speakers:
Javier S?nchez-Medina, University of Las Palmas de Gran Canaria,...
2018 Oct 16
0
CFP VEHITS 2019 - 5th Int.l Conf. on Vehicle Technology and Intelligent Transport Systems (Heraklion, Crete/Greece)
...icle Technology and Intelligent Transport Systems
Submission Deadline: December 10, 2018
http://www.vehits.org/
May 3 - 5, 2019
Heraklion, Crete, Greece.
VEHITS is organized in 5 major tracks:
- Intelligent Vehicle Technologies
- Intelligent Transport Systems and Infrastructure
- Connected Vehicles
- Sustainable Transport
- Data Analytics
In Cooperation with: ACM SIGCAS, EDSO, Cluster Habitat Sustent?vel, OSGP Alliance and Siemens. <br/>
Proceedings will be submitted for indexation by: DBLP, Thomson Reuters, EI, SCOPUS and Semantic Scholar. <br/>
With the presence of intern...
2017 Jun 20
0
CFP VEHITS 2018 - 4th Int.l Conf. on Vehicle Technology and Intelligent Transport Systems (Funchal, Madeira/Portugal)
...Technology and Intelligent Transport Systems
Submission Deadline: October 16, 2017
http://www.vehits.org/
March 16 - 18, 2018
Funchal, Madeira, Portugal.
VEHITS is organized in 5 major tracks:
- Intelligent Vehicle Technologies
- Intelligent Transport Systems and Infrastructure
- Connected Vehicles
- Sustainable Transport
- Data Analtyics
In Cooperation with APVE, CVTA, ABVE.
With the presence of internationally distinguished keynote speakers:
A short list of presented papers will be selected so that revised and extended versions of these papers will be published by Springer.
All p...
2017 Jul 31
0
CFP VEHITS 2018 - 4th Int.l Conf. on Vehicle Technology and Intelligent Transport Systems (Funchal, Madeira/Portugal)
...Technology and Intelligent Transport Systems
Submission Deadline: October 16, 2017
http://www.vehits.org/
March 16 - 18, 2018
Funchal, Madeira, Portugal.
VEHITS is organized in 5 major tracks:
- Intelligent Vehicle Technologies
- Intelligent Transport Systems and Infrastructure
- Connected Vehicles
- Sustainable Transport
- Data Analtyics
In Cooperation with APVE, CVTA, ABVE, ITS Portugal.
With the presence of internationally distinguished keynote speakers:
Miguel A. Sotelo, Universidad de Alcal?, Spain
A short list of presented papers will be selected so that revised and extended vers...
2017 Oct 16
0
CFP VEHITS 2018 - 4th Int.l Conf. on Vehicle Technology and Intelligent Transport Systems (Funchal, Madeira/Portugal)
...Technology and Intelligent Transport Systems
Submission Deadline: October 30, 2017
http://www.vehits.org/
March 16 - 18, 2018
Funchal, Madeira, Portugal.
VEHITS is organized in 5 major tracks:
- Intelligent Vehicle Technologies
- Intelligent Transport Systems and Infrastructure
- Connected Vehicles
- Sustainable Transport
- Data Analtyics
In Cooperation with APVE, CVTA, ABVE, ITS Portugal.
With the presence of internationally distinguished keynote speakers:
Miguel A. Sotelo, Universidad de Alcal?, Spain
Karl-Heinz Krempels, RWTH Aachen University, Germany
A short list of presented pap...
2011 May 27
0
How to process raw trip records to get number of persons per trip by vehicle
I have a large data set containing travel records for a para-transit
system. There is one record for each person transported, that contains
the following information:
Vehicle.Id Customer.Id Trip.Date TimeOn TimeOff Fare
W36 1 2009.07.01 09:15
09:53 3.75
W36 2 2009.07.01 09:23
2023 Nov 18
1
combine barchart and xyplot in lattice
...ents a factor
variable. Unless two factor variables have the same levels, their
values don't really mean the same thing. So either you need to specify
the levels, or make the axis numeric:
# option 1 - factor
xyplot(count ~ as.factor(hour), type = "l", lwd = 2,
col = 2, data = vehicles,
panel = function(x, y, ...) {
panel.xyplot(x, y, ...)
panel.abline(v = factor(c("9", "17"), levels = levels(x)),
lty = 2, col = "gray")
})
# option 2 - numeric
xyplot(count ~ hour, type = "l", lwd...