Displaying 15 results from an estimated 15 matches for "statdata".
2012 Sep 19
2
write.table: strange output has been produced
...secretion, and vesicular
transport CELLU
and metabolism METABOLISM
--------------------------------8<--------------------------------------------
And this is a piece of code that produced this:
--------------------------------8<--------------------------------------------
>n = nrow(statdata)
>extra = data.frame(kogdefline=rep(NA,n), kogClass = rep(NA,n), kogGroup
= rep(NA,n))
>subset = intersect(statdata$id, annot$id)
>MR = match(subset, annot$id)
>ML = match(subset, statdata$id)
>extra[ML,1] = as.character(annot[MR,2])
>extra[ML,2] = as.character(annot[MR,3])
>e...
2009 Sep 02
1
a question for beginner
Hello,
i have this dataset http://www.umass.edu/statdata/statdata/data/pharynx.txt.
the variables GRADE, T_STAGE anda N_STAGE are qualitative or quantitative
variables???
i only have this simple doubt...!
another example: why in the dataset ovarian (library survival) the variable
ecog.ps: ECOG performance status (1 is better, see reference) it is...
2002 Oct 11
2
Installing local package under Windows.
...he zip file in F:\rproject
--- the F: drive is effectively one's ``login directory''
when one has connected to the Novell network.
--- the directory ``rproject'' seems to be created by R
as the base location in which to do its thing.
3. Executed
> .libPaths("L:/statdata")
to make ``L:/statdata'' the first entry in .libPaths().
I have write permission in L:/statdata (and of course not
elsewhere on the network drives). This --- i.e. L:/statdata ---
is the location where our stats group routinely places data sets
for the students to acc...
2002 Oct 11
2
Installing local package under Windows.
...he zip file in F:\rproject
--- the F: drive is effectively one's ``login directory''
when one has connected to the Novell network.
--- the directory ``rproject'' seems to be created by R
as the base location in which to do its thing.
3. Executed
> .libPaths("L:/statdata")
to make ``L:/statdata'' the first entry in .libPaths().
I have write permission in L:/statdata (and of course not
elsewhere on the network drives). This --- i.e. L:/statdata ---
is the location where our stats group routinely places data sets
for the students to acc...
2008 Nov 14
3
Change Confidence Limits on a plot
Hi,
I am attempting to set the confidence limits on a ls means plot as follows:
mult<-glht(lm(effectModel, data=statdata, na.action = na.omit),
linfct=mcp(mainEffect="Means"))
meanPlot <- sub(".html", "meanplot.jpg", htmlFile)
jpeg(meanPlot)
plot(mult, main=NA, xlab=unlist(strsplit(Args[4],"~"))[1])
This produces 95% CIs by default but I would like to produce 99% CIs -...
2005 Feb 14
0
Mount 2k3 hidden share
Hello everyone
Sorry, I know this has been asked before, but according to my searches, has
been answered in as many different ways, I have tried a couple of them and
failed:
Basics:
I can browse the share fine using konqueror (smb:/user@2k3server/statdata$)
I am using SuSE rpms - Version 3.0.11
I would like to mount a hidden share on a server 2003 machine. It denies me
access to the mount point after mounting.
I have suid'd smbmnt and then run this as the user I want to use to browse the
share:
smbmount //2k3server/statdata$ /home/user/winmo...
2008 Dec 08
2
How to display y-axis labels in Multcomp plot
Dear R-users,
I'm currently using the multcomp package to produce plots of means with 95%
confidence intervals
i.e.
mult<-glht(lm(response~treatment, data=statdata),
linfct=mcp(treatment="Means"))
plot(confint(mult,calpha = sig))
Unfortunately the y-axis on the plot appears to be fixed and hence if the
labels on the y-axis (treatment levels) are too long, then they are not
displayed in full on the plot. Of course I could always make the labels
shor...
2005 Nov 05
1
Problem with installing home-made package under Windoze.
...o installing the package under Linux
o changing directories to the local library
o executing
zip -r9l ts.sup.zip ts.sup
o uploading the resulting ts.sup.zip file to a convenient
Windoze-running machine
o excuting
> install.packages("ts.sup.zip",repos=NULL,lib="L:/statdata/Rlib")
the value of the ``lib'' argument being a location in the LAN
where I have write permission and which is accessible by the
students.
In the past this worked. Now when I try this I get the error message
``Error in .readRDS(pfile) : cannot read workspace version
1677721...
2007 Dec 27
1
SAS to R - if you don't have a SAS license
...t to convert
native SAS data files, the solution below will work.
# read SAS data without SAS
# 1. Download free SAS System Viewer from either of
the sites below:
#
http://www.sas.com/apps/demosdownloads/setupcat.jsp?cat=SAS+System+Viewer
(requires registration)
#
http://www.umass.edu/statdata/software/downloads/SASViewer/index.html
# 2. Open SAS data in the SAS System Viewer
# 3. View-Formatted sets the data in formatted view
# 4. Save As File...csv file - this is your SAS data
file
# 5. View-Variables (now showing the variable names
and formats)
# 6. Save As File...csv file - this is y...
2010 Dec 24
0
Wine release 1.3.10
...eanup().
wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_get_level_count().
kernel32: Fix some memory leaks in set_wow64_environment().
Huw Davies (9):
fonts: Fix the metrics of the extended integral and brace glyphs.
ole32: Rewrite the OleAdviseHolder's STATDATA enumerator to be a generic STATDATA enumerator.
include: Add GLYPHSET flag define.
gdi32: Clear the accel flags.
ole32: Remove some useless comments.
ole32: Use a STATDATA array to hold the connection data.
ole32: Allow the EnumSTATDATA constructor to take a sparse arr...
2002 Jan 13
0
weighted regression: Osius & Rojek's test for logistic regression models
...for multinomial models with large
degrees of freedom. JASA, 87: 1145:1152.). This test involves a weighted
linear regression of the transformed fitted probabilities against
covariates, from which residual sum of squares is extracted. Using the
UIS dataset provided at
http://www-unix.oit.umass.edu/~statdata/stat-logistic.html and the same
model than in the book, I find a large discrepancy between "my" RSS and
the one reported by Hosmer and Lemeshow: 392.454 vs. 189.685.
Weighted linear regression results, weights in "nu":
> summary(fm)
[snip]
Coefficients:
Valu...
2003 May 23
4
building zip?
Hello,
I know this might sound stupid, but here's my problem. I try to build
packages, which gives absolutely no problem as long as I do this in
Linux. I get my .tar.gz-package. However, for windows, one needs
.zip-files (I guess), but for one reason or another, this seems not to
work.
I'm sorry about this question, but I'm not a windows-specialist (nor
Linux-guru). I don't see
2010 Jul 22
7
How to enable file and print sharing
I'm running the latest wine version on fedora 13 and when I try to install ACT! on wine I get this window saying that I need to enable file and print sharing before I can install the software.
I already installed winetricks and .net framework v 2.0 but I have no idea how to enable file sharing.
Can anybody help me?
2011 Jan 07
0
Wine release 1.3.11
...ineD3DResourceImpl pointer to resource_set_priority().
wined3d: Pass an IWineD3DResourceImpl pointer to resource_get_type().
Huw Davies (4):
wrc: Initialise variable.
ole32: Reimplement SendOnDataChange using the connection enumerator.
ole32: Store the ole advise sinks in a STATDATA array.
wineps.drv: Explicitly report that we do not support blending.
Hwang YunSong (26):
mpr: Update Korean resource.
msacm32: Update Korean resource.
msi: Update Korean resource.
msrle32: Update Korean resource.
msvfw32: Update Korean resource.
msvidc32:...
2004 May 09
0
Wine crash after update
...Key ((nil),L"\\Registry\\User\\savio",<null>,0,f003f,0xbfffd66c)
0009:trace:reg:NtCreateKey <- 0x1c
0009:trace:heap:RtlFreeHeap (0x40330000,00000002,40330800): returning TRUE
0009:trace:reg:_allocate_default_keys (void)
0009:trace:reg:NtCreateKey ((nil),L"DynData\\PerfStats\\StatData",<null>,0,f003f,0xbfffd600)
0009:trace:reg:NtCreateKey <- 0x20
0009:trace:reg:NtOpenKey ((nil),L"Machine\\Software\\Wine\\Wine\\Config\\Registry",f003f,0xbfffd668)
0009:trace:reg:NtOpenKey <- 0x20
0009:trace:reg:NtQueryValueKey (0x20,L"LoadWindowsRegistryFiles",...