Displaying 9 results from an estimated 9 matches for "hunsick".
Did you mean:
unsick
2010 May 12
2
ff for 64 bit R for windows gui?
...l work in a 64 bit environment. The windows
version is "compiled," which suggests that there is more than just R
p-code. Do any of you know whether the current compiled version of ff
will work in my environment?
Many thanks in advance for any clarification that you have on this.
L. G. Hunsicker, M.D.
Professor, Internal Medicine
U. Iowa College of Medicine
Phone: (319) 356-4763
Fax: (319) 356-7488
lawrence-hunsicker@uiowa.edu
[[alternative HTML version deleted]]
2012 May 28
3
Factanal fits
...degrees of freedom for the model is 22 and the fit was 0.0904
The actual factanal print method is suppressed, so I can't figure out how the two calculations are done, or how they relate to one another. Can any of you help?
Many thanks in advance for any insight any of you can give me.
Larry Hunsicker
Professor, Internal Medicine, U. Iowa College of Medicine
________________________________
Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential and may be legally privileged. If you are not...
2005 Dec 14
2
Append tables
...le:
t1 <- read.csv("f1",header=TRUE)
t2 <- read.csv("f2",header=TRUE)
all <- c(t1,t2)
#all is now twice as wide as t1 or t2 with the same number of row!!!!
#I need to know how to join these tables in a row wise fashion.
Can you help me?
Regards,
Bill
Bill Hunsicker
RF Micro Devices
7625 Thorndike Road
Greensboro, NC 27409-9421
bhunsicker@rfmd.com
336-678-5260(w)
610-597-9985(m)
336-678-5088(lab)
[[alternative HTML version deleted]]
2010 May 14
0
ff for 64-bit windows and 64-bit R
...it version of ff is available, you might consider using the 32bit win version of R and ff on a 64bit win machine: while 32bit R itself has limited memory access, ff can handle larger objects faster because it benefits from *all* RAM via filesystem-caching.
Jens
---------------------
Von: "Hunsicker, Lawrence" <lawrence-hunsicker at uiowa.edu>
Gesendet: May 13, 2010 3:32:25 PM
An: Jens.Oehlschlaegel at truecluster.com
Betreff: ff for 64-bit windows and 64-bit R
<!-- Converted from text/rtf format -->
Jens:
I am running R on a 64 bit PC, 64 bit Windows 7, and 64 bit R. I h...
2006 Nov 09
3
function
...sd <- sqrt(var(lst))
return(lst,mn,sd)
}
data1 <-c (1,2,3,4,5)
data2 <- c(6,7,8,9,10)
myfunc(data1,data1mn,data1sd)
myfunc(data2,data2mn,data2sd)
This snippet errors that data1mn not find and warns that return is
deprecating!!!!!!!!!!!
Can you help me?
Regards,
Bill
Bill Hunsicker
RF Micro Devices
7625 Thorndike Road
Greensboro, NC 27409-9421
bhunsicker@rfmd.com
336-678-5260(w)
610-597-9985(m)
336-678-5088(lab)
[[alternative HTML version deleted]]
2005 Dec 16
2
multiple plots per page
...and voltage
for( T in TEMPS)
for(V in VBATS)
for(B in BOARDS)
{
board <- subset(all,(Temperature==T && BoardNumber == B &&
PS13==V))
plot((board$FineTuneDACStep * board$ArrayID),board$OutpFreq)
}
Can you help me?
Regards,
Bill
Bill Hunsicker
RF Micro Devices
7625 Thorndike Road
Greensboro, NC 27409
336-678-5260
610-597-9985(m)
2005 Oct 26
1
(no subject)
...like to "cut out" the
white space between the two pockets of data when plotting. I have
included a simple example of my data set.
X Y
801 1
802 4
803 2
1800 1
1801 5
1802 3
Thank you in advance.
Regards,
Bill
Bill Hunsicker
RF Micro Devices
7625 Thorndike Road
Greensboro, NC 27409
336-678-5260(W)
610-579-9985(M)
[[alternative HTML version deleted]]
2005 Oct 27
1
sorting of data
...1 -9999 -9999 -9999
3.6 5 -5
>
For Example
I would like to reduce nsmalldata to only the rows where
SESSIONID==7757513
I have spent quite a bit of time with R manuals and still have not
gotten there, can you help me?
Thanks in advance.
Regards,
Bill
Bill Hunsicker
RF Micro Devices
7625 Thorndike Road
Greensboro, NC 27409
336-678-5260(W)
610-579-9985(M)
[[alternative HTML version deleted]]
2007 Jun 19
1
Multiple plot jpeg file
R-Help,
I am executing a R script and would like to put multiple plots into a
single file. For some reason the contents of plotfile.jpg always seem to
contain the last plot and not all plots.
If I do same thing with pdf, a multiple plot file is created.
Can you help me?
Regards,
Bill
Bill Hunsicker
RF Micro Devices
7625 Thorndike Road
Greensboro, NC 27409-9421
bhunsicker at rfmd.com
336-678-5260(w)
336-207-3895(m)
336-678-5088(lab)