search for: capita

Displaying 20 results from an estimated 29 matches for "capita".

Did you mean: capital
2010 Jun 17
0
Netware Version 2.6.3
...2010/06/16 11:40:57 [18] SendBuffer: Error fd = 222 peer socket closed 2010/06/16 11:40:57 [18] rsync error: error in socket IO (code 10) at io.c(1898) I am on Netware 6.5 SP8 Many Thanks __________________________________________________ Steven Holdsworth Citrix/Novell Consultant Capita Financial Services Northern House Woodsome Park Fenay Bridge Huddersfield West Yorkshire HD8 0GA Tel: 01484 600 945 Part of The Capita Group plc http://www.capita.co.uk <http://www.capita.co.uk/> ___________________________________________________ *********************************...
2003 Oct 04
2
(no subject)
...on. I have to fit the hierarchical model for the hypothesis concern the individual-level effects by controlling for the individual -level attributes and national-level contextual effects on individuals by using R. O have to obtain the estimates of the impact of the second-level (national: GDP per capita) effects on individuals ( in this instance the impact of the GDP per capita on the attitudes towards the EU enlargement) by allowing national differences in both slopes (GDP per capita) and interceps. In R programm for the fitting the hierarchical models i can use the nlme package. I found a liter...
2011 Oct 09
2
variable name question
Hi All, This is surely an easy question but somehow I am not being able to get it. I am using R 2.13.2 and have a data set where variable names like this appear: pci1990, pci1991, ... , pci2009. "pci1990" has data on per capita income for 1990, "pci1991" has data on per capita income for 1991, and so on. I would like to create the logarithm of per capita for each of the year and could do so in STATA with the following commands: forvalues number = 1990/2009 { gen lpci`number' = log(pci`number') }...
2011 Dec 07
1
removing specified length of text after a period in dataframe of char's
...ut this would seem to need for loops here. I was wondering if anyone knows any easier ways. Thanks very much for any help! Aidan digordered<- c(0, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1) f<-structure(list(c("GDP (LCU,bn)", "GDP ($, bn)", "GDP per capita (LCU)", "Ratio to EZ GDP Per Cap", "Share of World GDP (Intl $, %)", "Real GDP Growth (%)", "Population (mn)", "Unemployment Rate (%)", "Ratio of Employed/Unemployed", "PPP Exchange Rate", "Nominal Exchange Rate (LCU pe...
2012 Nov 18
2
Question about making histogram and x must be numeric
...well but I can't find any solution to the problem I'm dealing with. I want to make a histogram from the data Telephone Lines MDGdataset <-read.csv("MDG_dataset_2010.csv", header=T) MDGdatasetAdapted <- subset(MDGdataset, select = c(Country_Code, Country_Name, Year, GNI.per.capita..Atlas.method..current.US.., Telephone.lines..per.100.people., Internet.users..per.100.people.)) MDGdatasetAdapted MDGdatasetAdapted <- na.omit(MDGdatasetAdapted) names(MDGdatasetAdapted) <- c("Code","Country","Year","GNI","Telephone Lines",&q...
2008 Nov 10
1
plotting graph in different device
Hi, i try to plot my graph into different device using x11(), but when i do this comes up: > x11(print(plot(A5e$ECAB,A5e$EXPEND,type='p',main='Per capita expenditure > against economic + ability index without outliners',xlab='ECAB',ylab='EXPEND',xlim=c(0,150),ylim=c(150,400), + col='red',col.axis='blue'))) NULL Warning message: ?length(width)? differs between new and previous ==> NOT changing ?widt...
2015 Oct 21
0
Bug#753358:
...rub", line 58, in identify_disk_image fd = os.open(file, os.O_RDONLY) OSError: [Errno 2] No such file or directory: 'gd-test-domU-disk' --- -- Adam Wilbraham -- G2G3 Digital Velocity House, 3 Solly Street, Sheffield, S1 4DE +44 (0)114 2212123 http://g2g3.digital/ Part of Capita plc: www.capita.co.uk Registered address: 71 Victoria Street, Westminster, London SW1H 0XA Registered in England and Wales Company No. 02299747 VAT registration No. 618 1841 40 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pi...
2011 Aug 23
3
Change Variable Labels in Quantile Plot
...dn't figure out the answer. Can someone please help me on this? I plot the result from quantile regression and want to change the variable labels: temp<-rq(dep~inc+age50, data=newdata, tau=1:9/10) temp2<-plot(summary(temp)) dimnames(temp2)[[1]]<-c("Intercept", "Per Capita Income", "% Age 50 and Above") But after I manually change the dimnames, I can't replot the graph (temp2). Any suggestions? K.
2012 Jan 19
1
question re. package playwith not able to run command getting error message that I'm attempting to use non function
...apply non-function > playwith(xyplot(Income ~ log(Population / Area), + data = data.frame(state.x77), groups = state.region, + type = c("p", "smooth"), span = 1, auto.key = TRUE, + xlab = "Population density, 1974 (log scale)", + ylab = "Income per capita, 1974") + ) Error in playwith(xyplot(Income ~ log(Population/Area), data = data.frame(state.x77), : attempt to apply non-function > interactive() [1] TRUE > autoplay(on = TRUE, lattice.on = TRUE, base.on = TRUE, grid.on = TRUE, ask = FALSE) Automatic `playwith` for Lattice graphics...
2004 Mar 03
1
partial autocorrelation for Rt vs. Nt-1, ......., Nt-h
...at gator.uhd.edu To: R-help at stat.math.ethz.ch Date: Sat, 28 Feb 2004 19:52:33 +0100 Subject: [R] Stepwise regression and partial correlation for wildlife census time series Dear List; We are doing a time series analysis of wildlife census data. We use a stepwise regression of the annual per capita rate of increase against pervious years population size (log transformed) as suggested by Berryman & Turchin (2001, Oikos 92:265-270). How can we obtain the partial correlation coefficients in R to make a plot of them against the lag as in a standard PACF? Yours Sincerely Tomas Willebrand
2008 Nov 04
2
use abline() for regression model in the plot
...8.8 1 CA and using the following command i plot two graph, which the first one is with two outliners (row 42 and 47) and the second command, first we created a new set of data frame and use it for the plot and is without the outliners: 1)plot(A5$ECAB,A5$EXPEND,type='p',main='Per capita expenditure against economic ability index', xlab='ECAB',ylab='EXPEND',xlim=c(0,250),ylim=c(100,500),col='red',col.axis='blue') 2)A5e <- A5[c(1:41,43:46,48),c(1,2)] A5e plot(A5e$ECAB,A5e$EXPEND,type='p',main='Per capita expenditure against economi...
2006 Jul 17
1
sem: negative parameter variances
...r your replies. I'll very appreciate, if you have any ideas concerning the problem described below. First, I'd like to describe the model in brief. In general I consider a model with three equations. First one is for annual GRP growth - in general it looks like: 1) GRP growth per capita = G(investment, migration, initial GRP per capita, spatial lag on GRP growth + some additional explanatory variables to control for regional disparities), where spatial lag on GRP growth in year t is simply spatial weights matrix W(n*n) (weights - are inverse square distances between regional...
2004 Dec 19
1
Different graph type can coexisti??
...t) tele2 (dot) it ------------------------------------------------------------------------------------------------------------------------- Legge di Hanggi: Pi?? stupida ?? la tua ricerca, pi?? verr?? letta e approvata. Corollario alla Legge di Hanggi: Pi?? importante ?? la tua ricerca, meno verr?? capita.
2005 Jan 22
0
statistical test improvement of readability (was average disjunction)
...regate(Tab,list(Trt),FUN=mean);TabMEANS Group.1 Trt Block AD2DAT 1 1 2.5 1.68 2 2 2.5 0.24 3 3 2.5 0.16 4 4 2.5 0.12 5 5 2.5 0.33 So I'm thinking that was more readable something like one function that permit me to juxtapose tiny letters when we are talking about .95 confidence level and capital letters when we are talking about .99 confidence level so results will be approx this Group.1 Trt Block AD2DAT .95 .99 1 1 2.5 1.68 a A 2 2 2.5 0.24 b B 3 3 2.5 0.16 b B 4 4 2.5 0.12 b B 5 5 2.5 0.33 b B Does anyone have suggestion??? Thanks in advance!! --------------------------...
2005 Jan 25
1
Box-Cox / data transformation question
Dear R users, Is it reasonable to transform data (measurements of plant height) to the power of 1/4? I?ve used boxcox(response~A*B) and lambda was close to 0.25. Regards, Christoph
2008 Sep 03
1
Problems with playwith()
...s). ## Labels are taken from rownames of data. ## Just click on the plot to identify points. playwith(xyplot(Income ~ log(Population / Area), data = data.frame(state.x77), groups = state.region, type = c("p", "smooth"), span = 1, auto.key = TRUE, ylab = "Income per capita, 1974")) } I get many errors regarded with GLib, and finally it says that the runtime environment asks to close the application in an appropiate way. Any idea on how to solve thi? I have all packages installed. I use R 2.7.2 and GTK+ 2.12.9. I have all the required packages installed. Best...
2012 Apr 18
1
error estimating parameters with mle2
Hi all, When I try to estimate the functional response of the Rogers type I equation (for the mle2 you need the package bbmle): > RogersIbinom <- function(N0,attackR2_B,u_B) {attackR2_B+u_B*N0} > RogersI_B <- mle2(FR~dbinom(size=N0,prob=RogersIbinom(N0,attackR2_B,u_B)/N0),start=list(attackR2_B=4.5,u_B=0.16),method="Nelder-Mead",data=data5) I get following error message
2007 Apr 12
0
[LLVMdev] What a hot clip people :)
http://www.youtube.com/watch?v=GWu-e6B2AJs -- Ferad Zyulkyarov Barcelona Supercomputing Center c/ Gran Capita 2-4, Nexus I, 204 08034 Barcelona - SPAIN e-mail: ferad.zyulkyarov at bsc.es tel: +34 934054294 fax: +34 934137721
2007 Apr 12
0
[LLVMdev] About an incident with my e-mail account
...wledged by the moderators of other mail lists for posting inappropriate material CCed also to people who I know. I suppose that my e-mail account was cracked and now I am tracing the logs. Once again, sorry for this inconvenience. Ferad -- Ferad Zyulkyarov Barcelona Supercomputing Center c/ Gran Capita 2-4, Nexus I, 204 08034 Barcelona - SPAIN e-mail: ferad.zyulkyarov at bsc.es tel: +34 934054294 fax: +34 934137721
2007 May 07
0
Analyzing "Stacked" Time Series
...s?) from, say, regions A to B, A to C, B to A, ?., C to B (Noted as xIJ in my example). Each of these is a time series, but I want to use R?s time series tools to fit an ARIMA (or ARMA) model along with some independent variables (Noted as YIJ, ZIJ, where Y and Z are characteristics (e.g., per capita GDP), I indicates the region, and J in {O, D} indicates whether it is the origin or destination region). I can do this easily enough for a single flow, say from A to B. But what if I want to find one set of coefficients for all of the flows? While I can construct vectors that look like what I...