Displaying 3 results from an estimated 3 matches for "aprropriate".
Did you mean:
appropriate
2008 Oct 30
1
How to boot from cdrom?
...ng from CD-Rom...
CDROM boot failure code : 0002
Boot from CD-Rom failed: could not read the boot disk
FATAL: No bootable device.
If I change xvdb to hdc, Suse''s splash screen comes up, but without any
feedback, just a green screen with the Suse logo, nothing else.
Then I tried (with the aprropriate CD in the CDROM drive, of course)
phy:/dev/cdrom,hdc:cdrom,r
I got
Error: Device 5632 (vbd) could not be connected. Hotplug scripts not working.
All I want is to boot either from an image or the physical CDROM.
The host runs xen 3.1.0.
Any help is appreciated,
Rainer
___________________________...
1999 Aug 30
1
HTML help problems with windows R-0.65.0
...invocation of rgui for R-0.65.0 under win95 the following
occurred:
...snip
Version 0.65.0 (August 27, 1999)
...snip
> link.html.help()
> options(htmlhelp=T)
> help.start()
If nothing happens, you have to open ` F:\RW0650\doc\html\index.html '
yourself
/* browser open with index as aprropriate */
> help(plot)
Error: 3 arguments passed to "show.help.item" which requires 1.
any ideas?
Denis Fitzpatrick
denisfitz at aol.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.ht...
2010 Apr 16
0
Removing empty (or very underpopulated) sub-populations
...evelop a function that will simplify the most common analyses
in my area of interest (social sciences) by computing all required
statistics at one run (for exaple in case of a factor and numeric variable:
1) normality test, then in case variable are normal 2) ANOVA 3) with
efect-size estimation and aprropriate graph).
I test normality in each group with this code:
are.normal <- c()
group <- as.factor(group)
for (i in 1:length(levels(factor(group)))) {
are.normal[i] <- normality(response[group==levels(factor(group))[i]])
}
whrere: 1) response is response (numeric variable), 2) group is groupin...