similar to: What are Type II or III contrast? (contrast() in contrast package)

Displaying 20 results from an estimated 1100 matches similar to: "What are Type II or III contrast? (contrast() in contrast package)"

2009 Nov 04
2
error in install.packages() (PR#14042)
Full_Name: Michael Spiegel Version: 2.10 OS: Windows Vista Submission from: (NULL) (76.104.24.156) The following error is produced when attempting to call install.packages. Here is the results of the traceback: > source('http://openmx.psyc.virginia.edu/getOpenMx.R') Error in f(res) : invalid subscript type 'list' > traceback() 7: f(res) 6: available.packages(contriburl =
2007 Nov 06
3
Produce a multiple formats graphic
Is it possible to produce the same graphic in different formats in one shot? Now if I want to produce the same graphic in pdf, ps and jpeg I run the producing code, but I change the graphic device, and I choose successively : pdf(...) ps(...) jpeg(...) So in this case I run the same code 3 times, or I have to choose a format and use converters... Is it possible to produce the 3 graphics in once
2010 Mar 22
2
SEM PACKAGE
Dear all, I would like to know if it is possible to estimate multi-group SEM by using R... Thank you _________________________________________________________________ ¿Cuánto espacio necesitas para guardar tus emails? Con Hotmail tienes 5GB y puede ampliarse a más. [[alternative HTML version deleted]]
2001 Oct 22
3
Two questions
Greetings, I have two questions that I could not answer from the documentation. A - ecdf and confidence intervals : Is there a (simple) way to generate confidence intervals (95%) for a ecdf? B - cross-validation of rpart trees : a colleague is using S to generate decision tree and mentioned to me the use of cross-validation. Is this function enabled in R ? if so, how should one proceed to
2014 Jul 17
2
[LLVMdev] [compiler-rt] CMake bug in building ARM builtins library
On 7/16/14, 6:09 PM, sgundapa wrote: > I see a couple of issues here. > > If I include .S files for ARM, the –no-integrated-as path complains about > Assembler errors. > > The integrated-as path works fine though. > These are very likely just differences between the old ARM assembler syntax and the new 'Unified' syntax. Can you use an assembler that accepts UAL
2012 Sep 23
2
Resumen de R-help-es, Vol 43, Envío 19
Hola Tengo el siguiente problema: Estoy trabajando con una serie de tiempo que contiene 48 datos, en el intervalo entre un dato y otro es de 30 minutos. ¿Como puedo hacer para que cada dato de la serie me lo reconozca en hora y minuto?. Saludos El 23 de septiembre de 2012 12:17, <r-help-es-request@r-project.org>escribió: > Envíe los mensajes para la lista R-help-es a >
2010 Mar 03
1
(PR#14226) -- Re: libgfortran misplaced in Mac OS X R install (PR#14226)
I am the guy who compiles the OpenMx binaries. We would be delighted to place our package on CRAN, once the project is stable enough so that we are comfortable releasing it to the larger public. Let's try to track down where I made a mistake. Our Makevars.in file contains the line: PKG_LIBS=$(FLIBS) $(BLAS_LIBS) $(LAPACK_LIBS) In addition, on the build machine I noticed that a copy of
2010 Mar 02
1
libgfortran misplaced in Mac OS X R install (PR#14226)
Full_Name: Timothy Brick Version: 2.10 OS: Mac OS X (seen on both 10.6 and 10.5) Submission from: (NULL) (63.255.24.5) When using install.packages in R on Mac OS X, packages that require gfortran throws an error (Example below from installation of OpenMx package): Loading required package: OpenMx Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared library
2003 Jul 21
3
Confidence Band for empirical distribution function
Hi, I was trying to draw an empirical distribution function with uniform confidence bands. So I tried to find a way to calculate values of the Kolmogorov-Smirnov Distribution but failed. I guess it must be hidden somewhere (since the ks-test is implemented), but I was unable to find it. Is there any way to do this? Thanks Leif Boysen
2006 Mar 29
2
domain controller cannot be contacted
Hi everyone, I have struggled with this problem for awhile now. randomly and intermittently a workstation or bunch of workstations will not be able to log in. This is pretty much reproduceable at will, and here is what you need to do to get this little issue to show up: 1. Log out and try to log in as a different user 2. Attempt to login immediately after the machine is booted. To ensure you
2006 Mar 14
1
[OT] DeleteRoamingCache=1 doesn't work
I have a Samba server which I set so that Windows clients have roaming profiles. It works but when the user logs off, his personal folder in C:\Documents and Settings remains there, although i created the key DeleteRoamingCache (as a DWORD) in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\WinLogon and set it to 1. It seems a problem with the Windows client, but I'm not
2006 Feb 12
1
XP not saving profiles
we need to move from a workgroup to a domain and not wanting to make the worlds richest man any richer ;-) I thought I would give samba a try downloaded Kubuntu 5.10 followed howto on howtoforge I can log in and out as administrator ok but any changes do not come back If I logon as a user I get the following when I log off Windows cannot copy C:\Documents and
2005 Oct 11
1
problem with roaming profiles
Hi, i'm using samba version 3.0.9-2.6-SUSE on suse 9.1 platform with about 40 clients both win XP SP2 and win 2000 SP4 and over 200 users. My problem is with win xp roaming profiles. It caches profiles onto local drive and every time user logs off it starts to synchronize users profile. If there are more than one profiles cached it tries to synchronize all of them and asks username and
2005 Mar 29
1
zapsmall (PR#7755)
Full_Name: Paul Vos Version: 2.0.1 OS: windows XP Submission from: (NULL) (150.216.148.20) > zapsmall(.3-.2-.1,digits=7) [1] -2.775558e-17 This should be zero. By changing the condition if (mx > 0) in zapsmall to if (mx > 1) we get > zapsmall(.3-.2-.1,digits=7) [1] 0
2012 Sep 22
1
Problema para instalar paquetes
Hola. Tengo un problema con la instalación de paquetes en R. Por ejemplo, al intentar instalar el paquete "psych" o "abind" obtengo lo siguiente como resultado (ya sea que lo haga descargado el paquete, o ya solicitando que lo haga desde la red). Utilizo R 2.15.1 en Ubuntu 11.10 y apenas estoy iniciando en R. Necesito ayuda para resover estos problemas, pues necesito sobre todo
2012 Mar 29
1
FIML in R
Does anyone know if someone is developing full-information maximum likelihood (FIML) estimation algorithms for basic regression functions, like glm()? I think that having FIML options for workhorse functions that typically use ML would give R an edge over other statistical software, given how well FIML performs in missing data situations compared to ML. While my current level of programming
2004 Aug 24
2
function bug (PR#7199)
output of R.version platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 9.1 year 2004 month 06 day 21 language R The following code prints [1] 2, as it should temp<-function(ab,...){ print(ab) } temp(2,s=3) However, this code prints [1] 3: temp<-function(sb,...){ print(sb) } temp(2,s=3) It should still print [1] 2.
2004 Oct 21
2
a few questions
I don't have any there; I suppose that is the problem. I did a locate *.xslt and nothing pertaining to icecast came up. I suppose I should grab the source and check it out. I installed from the rpm. Thanks, Richard Michael Smith wrote: >On Thursday 21 October 2004 14:50, Richard Morey wrote: > > >>Ok, I think I see. The xslt files are kind of a template which tells
2006 May 18
1
Negatives density values (PR#8876)
Full_Name: Cuvelier Etienne Version: R version 2.2.1 OS: Windows XP Submission from: (NULL) (81.240.71.204) If we use the "density" function "far" from the data, some values are negatives. I know that these value of the density are "near equal" to zero, but the change of sign can involve some "false" decision. Here is an example of this fact: > x =
2012 Aug 17
2
How to test Websocket support in SIP in Asterisk trunk?
I see no indication of how to do this in sip.conf, and when I start Asterisk, it doesn't wait on port 80. Greetings, -- Juan Carlos Castro y Castro Instant Solutions - Telefonia Gerando Resultado http://www.instant.com.br Principais capitais: 4063-6100 Demais regi?es: (11)4063-6100