Displaying 20 results from an estimated 176 matches for "wy".
Did you mean:
way
2009 Mar 20
2
plotting two variables with a third used for color
I have a problem where I have two columns of data that I can simply plot using:
plot(wV[0:15,3],wY[0:15,3]).
This produces my desired plot.
Now, say I have a third variable that I would like to introduce and use that variable to set different colors in the plot
In this case, say I wanted values greater than 0 to be "blue" and values less than 0 to be "red"
Basically, my...
2009 Jun 16
1
ifelse(is.na), with function inside
Hi,
I have a vector a=c(NA, 3, 4, 4, NA, NA, 3) and I would like to use is.na(a)
function to get a vector like this:
wy=(1,2,2,2,1,1,2) - you know, this vector create 1 or 2 depends on value in
vector "a"
This is my short code but something is wrong and I don't know what...
for (i in 1:7){
a=c( NA, 3, 4, 4, NA, NA, 3)
fun1=function(x){
x=1
print(x)
}
fun2=function(x){
x=2
print(x)
}
wy[...
2012 Oct 05
1
Error in lmer: asMethod(object) : matrix is not symmetric [1, 2]
...ng at recombinant versus non
recombinant individuals. In the response variable recombinant
individuals are coded as 1's and non-recombinant as 0's. I built a model
with 2 fixed factors and 1 random effect. Sex (males/females) is the
first fixed effect and sexual genotype (XY, YY, WX and WY) the second
one. Sexual Genotype is nested in sex. XY and YY individuals are males
and WX and WY females. I crossed 8 XY males with 8 WY females and 8 YY
males with 8 WX females. Each cross corresponds to a family (i.e. family
1 to 8 for XY x WY and family 9 to 16 for YY WX). For each family I...
2009 May 06
1
Add trend line to XYPlot using a subset of the original data
I've created an xyplot that I want to add a trend line to using a subset of
the data.
The xyplot is
xyplot(X9444500~WY,data=mynewdata,xlim=c(1900,2020),ylab="TEST",
xlab="",ylim=c(100,100000),scales=list(x=list(at=c(1900,1920,1940,1960,1980,2000,2020),axs="r",tck=-1),y=list(log=TRUE,tck=-100,at=c(100,1000,10000,100000))),
panel=function(x,y,...) {
panel.xyplot(x,y,col=1)
panel...
2004 Jun 22
2
function not in load table
...eader files) as well as the R wrapper
functions which I want to use for faster calculations. These functions
are included in a R package.
The installation process seems to be ok (no errors). I also can load the
package without errors. But when I call the function I got the following
error
> wy.result <- wy.grps(data1=X1, grpdata=groups, nres=10000,
alpha1=0.05, alpha2=0.05)
Error in .C("wy_grps_R", as.double(X), as.integer(n1), as.integer(n2), :
C function name not in load table
Execution halted
The parameter are
data1 - result of read.table()
grpdata - dito
nres...
2007 Aug 06
2
Solve equations
Hello,
I have a system of five equations to solve with five 'unknows'(V, W, X,
Y and Z) and constraints. The equations are:
0.007= 2VZ
0.03= W(Y+Z)
0.034= X(y+Z)
0.013 = (X+W)Y +(X-W)Z
X = W+V
Constraints:
0<V<W<X
0<Y<Z<1
Does anyone know a R-package to solve this system?
Thanks,
E-mail: sebastien.puechmaille at ucd.ie
2010 Jun 30
5
Need help with WineBottler
...ler.
I'm trying to connect to a ventrilo server with a gsm codec (I think) which isn't supported on mac os. A friend who is on the same server uses regular wine and it works for him, but are there any way to make it work with WineBottler as well? Or should I just do it the "hard" wy and install Wine? Couldn't find XCode on the DvD I got with the mac book though.
Just ask me if you need any more information about it, I'm not an expert on this things :P
Thx in advance
2004 Jun 10
3
Package installation
...utils.c -o
mathutils.o
gcc -I/usr/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES
-mieee-fp -fPIC -O2 -g -pipe -march=i386 -mcpu=i686 -c uvartest.c -o
uvartest.o
gcc -I/usr/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES
-mieee-fp -fPIC -O2 -g -pipe -march=i386 -mcpu=i686 -c wyclust.c -o
wyclust.o
gcc -I/usr/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES
-mieee-fp -fPIC -O2 -g -pipe -march=i386 -mcpu=i686 -c wygrps.c -o
wygrps.o
gcc -I/usr/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES
-mieee-fp -fPIC -O2 -g -pipe -march=i386 -mcpu=i686 -c wyr.c...
2009 Oct 02
3
plot scale
Hi,
Is there a way to set the scale of a plot (i.e. number of axis units
per centimeter) when you output it to postscript? If not, how am I
supposed to plot graphs with different axis limits to the same scale?
They just get resized to fit the paper so that graphs which show a
smaller number of axis units end up with a larger scale.
Cheers,
Ben
--
Dr. Ben Kenward
Department of Psychology,
2011 Sep 07
1
Weight in Function RM
Dear all,
I am trying to do weighted regression using lm function in R. However, I have a question why the results from
1) lm(formula = Y~aX, weight = w)
2) lm(formula = wY~waX)
are different. Aren't they supposed to have the exactly same result?
Below are the R code to see difference in regression results
MatY <- c(0.15,0.42,0.31,0.22)
MatX <- rbind(c(1,0,0),c(0,1,0),c(1,0,0),c(0,0,1))
Data <- data.frame(cbind(MatY,MatX))
colnames(Data)[2]<-paste(...
2010 Oct 25
2
Unable to allocate arrays of size > 2GB in 64 bit Windows 7 R
...nd 2GB in 64 bit Windows 7
R. There is a lot of main memory available. The memory.limit is set to the
max memory available, and there is more than 10GB of that available when R
returns an 'unable to allocate memory' error. Is this a limitation of R
even in 64 bit Windows 7? Or is there a wY to get I've this?
Thanks.
2007 Apr 12
1
Question on ridge regression with R
Hi,
I am working on a project about hospital efficiency. Due to the high
multicolinearlity of the data, I want to fit the model using ridge
regression. However, I believe that the data from large hospital(indicated
by the number of patients they treat a year) is more accurate than from
small hosptials, and I want to put more weight on them. How do I do this
with lm.ridge?
I know I just need
2016 Feb 16
2
DllImport: How to specify the library to link to?
Hi,
I am absolutely new to LLVM. Currently reading through documentation and
the C-API (which i want to use). As i am working on Windows, i was
curios on how to specify an import which links to a function exported by
a dll. The DLLStorageClass seems to be the wy to go, this seems clear.
But after declaring a function for import, how do i specify the DLL the
function is included in?
2010 Jun 20
2
Variable Scope in classes
I think I have a misunderstanding of variable scope in classes.
Wy isn''t tfel4_ClusterDbType set in the elements::tfel4::elements
class? It''s set in elements::tfel4::defaults but then goes *poof* when
elements::tfel4::elements tries to access it.
class elements::tfel4::defaults {
if ( !$tfel4_ClusterDbType ) {
$tfel4_ClusterDbType =...
2005 Apr 19
2
Antwort: Re: OpenSSL Installation Problem after Migration AIX 4.3.3 to AIX 5.2
...is is the Version: OpenSSH_3.9p1, OpenSSL 0.9.6m 17 Mar 2004
I install my Server over NIM with the Versions above.
My Problem ist that i migrate one Server from AIX 4.3.3 to AIX 5.2
After the Migration we deinstalled the openssl and openssh and installed
the new Version.
What im not understand is wy the prerequisites will not be found in the
openssl installation procedure.
# rpm -ivh openssl-0.9.6m-1.aix5.1.ppc.rpm openssl-devel-0.9.6
m-1.aix5.1.ppc.rpm openssl-doc-0.9.6m-1.aix5.1.ppc.rpm
error: failed dependencies:
/bin/sh is needed by openssl-0.9.6m-1
/usr/bin/perl is needed...
2003 Jan 21
1
[R] proposal: lattice/levelplot: panel.catlevelplot
...isplay categorical data.
I append the proposed code and two examples:
- panel.catlevelplot()
- example1.catlevelplot.esoph()
- example2.catlevelplot.esoph()
Wolfram Fischer
#------ CODE --------------------------------------------------------------
panel.catlevelplot <- function (x, y, z, wx, wy, zcol, col.regions, subscripts
, ...
, z.factor.min = 0.02 # factor for z range expansion
# -> little cells become visible
, col.x = NULL # colors for categories in x direction
, col.y = NULL # colors for categories in y direction...
2004 Nov 15
2
tsdiag() titles
...rima(ts.tbills, order=c(1,0,0))
win.metafile("HW_ARIMA/tbill1.wmf")
tsdiag(arima.diff.tbills.100, main="Treasury Bills") #main= does not
work, is there a way to name the plot?
dev.off()
?
Thanks for any help or ideas.
?
Andrew Kniss
Assistant Research Scientist
University of Wyoming
Dept. 3354?
1000 E. University Ave.
Laramie, WY 82071
(307) 766-3949
akniss at uwyo.edu
2019 Oct 22
3
Win7 vs. Win10 GPO Editing
Hi,
I have a problem with GPO editing.
I have some GPO first created with RSAT and GPO editor on Win 7 x64.
I have modified recently this object with RSAT and GPO editor on Win 10 x64
.
If I try to edit the GPO back to Win7 I got the following error (in
french):
La ressource ? $(string.SiteDiscoveryEnableWMI) ? r?f?renc?e dans
l?attribut displayName est introuvable. Fichier
2008 Sep 11
5
How to obtain a sequence of dates consisting of only weekdays
...m="12/17/2007", to="8/25/2008", by="weekdays")
I tried using looking at timeSequence (fSeries package) and seq.Date (base package) but I do not know if I can specify "weekdays" rather than "day".
Hope to have some assistance.
Thank you!
Regards,
wy
**********************************************************
The information provided in this e-mail is confidential and is for the sole use of the recipient. It may not be disclosed, copied or distributed in any form without the express permission of Henderson Global Investors and to the extent th...
2019 Sep 16
3
Migrating Samba NT4 Domain to Samba AD
...is_unacceptable
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Bart??omiej Solarz-Nies??uchowski via samba
> Verzonden: maandag 16 september 2019 14:09
> Aan: samba at lists.samba.org
> CC: ubi >> Maciej Wysocki [WSISiZ]; Bart??omiej Solarz
> Onderwerp: Re: [Samba] Migrating Samba NT4 Domain to Samba AD
>
> W dniu 2019-09-15 o?21:33, Bart??omiej Solarz-Nies??uchowski
> via samba pisze:
> > W dniu 2019-09-15 o?21:27, Rowland penny via samba pisze:
> >> On 15/09/2019 20:19,...