search for: 1st

Displaying 20 results from an estimated 4400 matches for "1st".

2020 Sep 21
2
Help with the Error Message in R "Error in 1:nchid : result would be too long a vector"
Hello everyone, I am using *mlogit* to analyse my choice experiment data. I have *3 alternatives* for each individual and for each individual I have *9 questions*. I have a response from *516 individuals*. So it is a panel of 9*516 observations. I have arranged the data in long format (it contains 100 columns indicating different variables and identifiers). In mlogit I tried the following
2011 Jan 10
2
Step command failing for lm function
Hi, I have a fairly simple linear regression using the lm function. There are about 100 variables and 30,000 rows of data. It runs fine and produces a decent looking R2 value. I'm interested in performing a stepwise variable selection to see if things can be cleaned up a bit. Calling the step function returns ONE iteration (all the variables) and then stops. No errors are reported.
1999 Aug 03
2
compliation problem
Problem compiling R. version: 0.64.2 machine: SGI O2 OS: IRIX6.5 CC cc FC f77 MAKE GNU make 3.75 Here is part of the the output for make. make[2]: Leaving directory `/usr/people/faculty/math/mgass/stage/R/R-0.64.2/src/include' make[2]: Entering directory `/usr/people/faculty/math/mgass/stage/R/R-0.64.2/src/appl' cc -g -OPT:IEEE_NaN_inf=ON -I../include
2016 Apr 14
4
Bug in by() function which works for some FUN argument and does not work for others
...meric or logical: returning NA However, the same by() function works for FUN=summary, given below is the output: > by(data=mtcars, INDICES=list(mtcars$am), FUN=summary) : 0 mpg cyl disp hp Min. :10.40 Min. :4.000 Min. :120.1 Min. : 62.0 1st Qu.:14.95 1st Qu.:6.000 1st Qu.:196.3 1st Qu.:116.5 Median :17.30 Median :8.000 Median :275.8 Median :175.0 Mean :17.15 Mean :6.947 Mean :290.4 Mean :160.3 3rd Qu.:19.20 3rd Qu.:8.000 3rd Qu.:360.0 3rd Qu.:192.5 Max. :24.40 Max. :8.000 Max. :472.0 Max...
2016 Jul 01
0
problem with dnsmasq and dhclient
...om time to time. What I saw in the log is when this VM loose its IP address there are DHCPREQUEST send from the VM by dhclient and the server responded only 50 minutes later ! Any help, advise on how to debug would be welcome. Thanks in advance Patrick Here after is an extract from the log July 1st 2016, 05:08:46.156 zen.pipiche.net <http://zen.pipiche.net/> dnsmasq-dhcp DHCPREQUEST(virbr1) 10.10.0.10 52:54:10:7d:3a:3f 10.10.0.10 July 1st 2016, 05:08:46.156 zen.pipiche.net <http://zen.pipiche.net/> dnsmasq-dhcp DHCPACK(virbr1) 10.10.0.10 52:54:10:7d:3a:3f mail 10.10.0.10 Jul...
2016 Jul 01
0
problem with dnsmasq and dhclient
...om time to time. What I saw in the log is when this VM loose its IP address there are DHCPREQUEST send from the VM by dhclient and the server responded only 50 minutes later ! Any help, advise on how to debug would be welcome. Thanks in advance Patrick Here after is an extract from the log July 1st 2016, 05:08:46.156 zen.pipiche.net <http://zen.pipiche.net/> dnsmasq-dhcp DHCPREQUEST(virbr1) 10.10.0.10 52:54:10:7d:3a:3f 10.10.0.10 July 1st 2016, 05:08:46.156 zen.pipiche.net <http://zen.pipiche.net/> dnsmasq-dhcp DHCPACK(virbr1) 10.10.0.10 52:54:10:7d:3a:3f mail 10.10.0.10 Jul...
2016 Jul 01
0
problem with dnsmasq and dhclient
...om time to time. What I saw in the log is when this VM loose its IP address there are DHCPREQUEST send from the VM by dhclient and the server responded only 50 minutes later ! Any help, advise on how to debug would be welcome. Thanks in advance Patrick Here after is an extract from the log July 1st 2016, 05:08:46.156 zen.pipiche.net <http://zen.pipiche.net/> dnsmasq-dhcp DHCPREQUEST(virbr1) 10.10.0.10 52:54:10:7d:3a:3f 10.10.0.10 July 1st 2016, 05:08:46.156 zen.pipiche.net <http://zen.pipiche.net/> dnsmasq-dhcp DHCPACK(virbr1) 10.10.0.10 52:54:10:7d:3a:3f mail 10.10.0.10 Jul...
2016 Jul 01
0
problem with dnsmasq and dhclient - loosing IP address after a while
...om time to time. What I saw in the log is when this VM loose its IP address there are DHCPREQUEST send from the VM by dhclient and the server responded only 50 minutes later ! Any help, advise on how to debug would be welcome. Thanks in advance Patrick Here after is an extract from the log July 1st 2016, 05:08:46.156 zen.pipiche.net <http://zen.pipiche.net/> dnsmasq-dhcp DHCPREQUEST(virbr1) 10.10.0.10 52:54:10:7d:3a:3f 10.10.0.10 July 1st 2016, 05:08:46.156 zen.pipiche.net <http://zen.pipiche.net/> dnsmasq-dhcp DHCPACK(virbr1) 10.10.0.10 52:54:10:7d:3a:3f mail 10.10.0.10 Jul...
2005 Mar 29
1
Mosaicplot with different colors
This dataset below is one sample answer the questioner from our customer. > testbank <- read.table("testbank.txt", header=T) > testbank age married income gender ownhouse class 1 20-30 no high female yes 1st 2 30-40 no high female yes 1st 3 40-50 no low female yes 1st 4 50-60 no high female yes 1st 5 60-70 no high female yes 1st 6 20-30 no high female yes 1st 7 20-30 no medium female yes 1st 8 20-30 no low...
2016 Apr 14
0
Bug in by() function which works for some FUN argument and does not work for others
...wever, the same by() function works for FUN=summary, given below is the > output: > > > by(data=mtcars, INDICES=list(mtcars$am), FUN=summary) > : 0 > mpg cyl disp hp > Min. :10.40 Min. :4.000 Min. :120.1 Min. : 62.0 > 1st Qu.:14.95 1st Qu.:6.000 1st Qu.:196.3 1st Qu.:116.5 > Median :17.30 Median :8.000 Median :275.8 Median :175.0 > Mean :17.15 Mean :6.947 Mean :290.4 Mean :160.3 > 3rd Qu.:19.20 3rd Qu.:8.000 3rd Qu.:360.0 3rd Qu.:192.5 > Max. :24.40 Max. :8.000...
2009 Aug 30
2
error with summary(vector)??
Hello, I get > summary(E) level nodes ave_nodes time Min. : 1 Min. : 1.00 Min. : 10.71 Min. : 0.0000 1st Qu.: 237414 1st Qu.: 2.00 1st Qu.: 19.70 1st Qu.: 0.0100 Median : 749229 Median : 3.00 Median : 27.01 Median : 0.0100 Mean : 767902 Mean : 49.85 Mean : 98.89 Mean : 0.2296 3rd Qu.:1111288 3rd Qu.: 7.00 3rd Qu.: 80.38 3rd Qu.: 0.0300 Max. :209...
2003 Nov 18
0
codec problems between * and cisco hardware h323
Hi all, we use * as a voip gateway using h323 (chan_h323). We purchased the g729 codec from digium for 10 channels. But, if comes in a call from a cisco gatway or something similar, there're problems with the codecs. If such a call comes in following error occures : Pitch 1st subfr. ! ! Wrong Pitch 1st subfr. ! ! Wrong Pitch 1st subfr. ! ! Wrong Pitch 1st subfr. ! ! Wrong Pitch 1st subfr. ! ! Wrong Pitch 1st subfr. ! ! Wrong Pitch 1st subfr. ! ! Wrong Pitch 1st subfr. ! ! Wrong Pitch 1st subfr. ! ! Wrong Pitch 1st subfr. ! ! Wrong Pitch 1st...
2004 Mar 11
3
widen the screen place
...enough in R. My true computer monitor is very wide, so I wish that I can line up the text when I stretch it wide. i.e.: This is typical R returns: > summary(a) V1 V2 V3 V4 F:625 Min. :20020103 EMC : 34 Min. : 9300300 L:944 1st Qu.:20020530 BRW : 27 1st Qu.: 9323865 N:615 Median :20020807 Q : 23 Median : 9355230 Mean :20020761 DSS : 22 Mean : 9404488 3rd Qu.:20021015 LU : 20 3rd Qu.: 9410738 Max. :20021231 SLR : 20 Max. :13191609...
2016 Apr 15
4
Bug in by() function which works for some FUN argument and does not work for others
...n works for FUN=summary, given below is the >> output: >> >> > by(data=mtcars, INDICES=list(mtcars$am), FUN=summary) >> : 0 >> mpg cyl disp hp >> Min. :10.40 Min. :4.000 Min. :120.1 Min. : 62.0 >> 1st Qu.:14.95 1st Qu.:6.000 1st Qu.:196.3 1st Qu.:116.5 >> Median :17.30 Median :8.000 Median :275.8 Median :175.0 >> Mean :17.15 Mean :6.947 Mean :290.4 Mean :160.3 >> 3rd Qu.:19.20 3rd Qu.:8.000 3rd Qu.:360.0 3rd Qu.:192.5 >> Max. :24.40...
2006 Dec 14
5
Nicely formatted tables
If I use latex(summary(X)) where X is a data frame with four variables I get something like Rainfall Education Popden Nonwhite Min. :10.00 Min. : 9.00 Min. :1441 Min. : 0.80 1st Qu.:32.75 1st Qu.:10.40 1st Qu.:3104 1st Qu.: 4.95 Median :38.00 Median :11.05 Median :3567 Median :10.40 Mean :37.37 Mean :10.97 Mean :3866 Mean :11.87 3rd Qu.:43.25 3rd Qu.:11.50 3rd Qu.:4520 3rd Qu.:15.65 Max. :60.00 Max. :12.30 Max. :9699...
2006 Feb 21
1
feature not available
Hi I am working with this data: my data summary is: > summary(spi) open high low close volume Min. :4315 Min. :4365 Min. :4301 Min. :4352 Min. : 0 1st Qu.:4480 1st Qu.:4497 1st Qu.:4458 1st Qu.:4475 1st Qu.:11135 Median :4609 Median :4631 Median :4594 Median :4614 Median :14439 Mean :4620 Mean :4640 Mean :4599 Mean :4620 Mean :16590 3rd Qu.:4773 3rd Qu.:4796 3rd Qu.:4753 3rd Qu.:4766 3rd Qu.:18294...
2015 May 08
3
pregunta
Estimados Al dirigir la lectura de un folder tYA1.csv me da este error y no me percato del motivo, adjunto archivo. Espero su ayuda Saludos Jos? > setwd("D:/Public/Documents/R/bioimpedancia") > a<-read.csv("tYA1.csv",header=TRUE, sep=",", dec=".") Error in read.table(file = file, header = header, sep = sep, quote = quote, : more
2010 Apr 22
1
Multicolor main title in a plot or mtext
Dear R-users, the problem I'm facing today is to write a multicolor main title in a plot. I would like to have 3/4 colors to help people in the audience to visually realize what is what in a 4x2 plot array On top of each plot I would like to have two lines. The 1st line will indicate what is plotted The 2nd line will indicate a a reference Graphically speaking I would like a result similar to this (simplified) one: par(mfrow=c(2,4)) for(aux in 1:4){ plot(1,1) mtext("1st treatm", cex=1, line=1.7, adj=0.1, col=1) mtext("2nd treatm", cex=1,...
2016 Apr 15
0
Bug in by() function which works for some FUN argument and does not work for others
...given below is the >>> output: >>> >>>> by(data=mtcars, INDICES=list(mtcars$am), FUN=summary) >>> : 0 >>> mpg cyl disp hp >>> Min. :10.40 Min. :4.000 Min. :120.1 Min. : 62.0 >>> 1st Qu.:14.95 1st Qu.:6.000 1st Qu.:196.3 1st Qu.:116.5 >>> Median :17.30 Median :8.000 Median :275.8 Median :175.0 >>> Mean :17.15 Mean :6.947 Mean :290.4 Mean :160.3 >>> 3rd Qu.:19.20 3rd Qu.:8.000 3rd Qu.:360.0 3rd Qu.:192.5 >>> Max...
2008 Mar 17
1
summary of summaries
...V1 V2 V3 V4 V5 V6 V7 V8 V9 Min. :11.00 4:9 : 11 Min. : 1.00 Min. : 19128823 Min. : 19812573 Min. : 0.00 Min. : 1.00 Min. :0.1538 Min. : 1.000 1st Qu.:13.00 2:9 : 9 1st Qu.: 4.50 1st Qu.: 48952449 1st Qu.: 49085044 1st Qu.: 14.33 1st Qu.: 3.00 1st Qu.:0.7223 1st Qu.: 5.500 Median :20.00 3:10 : 9 Median :10.00 Median : 63129783 Median : 63218749 Median : 61.54 Median : 10.00 Median :1.0069 Median :...