Dear Dave
Thanks a lot for your answer. I agree that it is more an R issue than a package
issue. But it's the first time I encountered such a problem.
For my R version (v3.4.1) on x86_64-w64-mingw32 the second part of your answer
only holds for data_temp2; if I do any manipulation to data_temp2
Dear useRs,
- I am pleased to announce that the R package OHPL is now available on
CRAN (https://CRAN.R-project.org/package=OHPL).
The package implements the ordered homogeneity pursuit lasso (OHPL)
algorithm for group variable selection proposed in Lin et al. (2017)
. The OHPL method exploits th
Very New to R trying to get setup but when i try to install shiny i get
trying URL 'http://cran.rstudio.com/src/contrib/shiny_1.0.4.tar.gz'
Content type 'application/x-gzip' length 2329723 bytes (2.2 MB)
downloaded 2.2 MB
Warning in install.packages :
running command '"C:/PROGRA~1/R/R-34~1.1/bi
R-help:
I am trying to decide between using a multiple linear regression or a linear
mixed effects model for my data:
model1 <- lm (responsevariable ~ predictor1 + predictor2 + predictor3 +
predictor4, data= data)
model2 <- lme (responsevariable ~ predictor1 + predictor2 + predictor3 +
pred
My apologies, the data can now be found at:
url <- "http://www.econ.uiuc.edu/~roger/research/ebayes/velo.d";
x <- scan(url,skip = 1)
If I could get each of the histograms to mimic what is produced by
hist(x, 100, freq = FALSE)
I’ve experimented with xlim, ylim, without success so far...
url:
> I am trying to decide between using a multiple linear regression or a linear
> mixed effects model for my data:
> ...
> but I keep getting the following error code:
>
> Error in anova.lmlist (object, ...):
>
> models were not all fitted to the same size of dataset
anova is defaulting to a
This is very interesting.
Anyone else want to weigh in on this?
Thanks,
Yuwei Zhang
SAS Programmer
Office: 410-645-9256
E-mail: yuwei.zh...@cvp.hcqis.org
CVP
3701 Pender Drive, Suite 200 | Fairfax, VA 22030
www.cvpcorp.com
Named Top Workplaces 2017 in Washington Post
-Original Messag
The original was conditioning the entire histogram, not just the kernel
estimate, on bw. I am assuming that the bw in the condition should be
bandwidths.
What you want is easily done by using the latticeExtra package.
This works from a new R session:
url <- "http://www.econ.uiuc.edu/~roger/rese
Dear Zack
At a guess you are on Windows and instead of installing from the zip
file you are trying to install from source. If you do not grasp the
difference try posting again showing us exactly what command you used
and confirm your operating system Please also post in plain text not
HTML as
Yes windows
How can i install from zip?
Here is my command
> install.packages("shiny")
Installing package into ‘C:/Users/Zack/Documents/R/win-library/3.4’
(as ‘lib’ is unspecified)
There is a binary version available but the
source version is later:
binary source needs_compilation
shi
Does
install.packages("shiny", type="binary")
work any better?
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Tue, Aug 15, 2017 at 10:12 AM, Zack Haney wrote:
> Yes windows
>
> How can i install from zip?
>
> Here is my command
>
> > install.packages("shiny")
> Installing package into ‘C:/U
> On Aug 14, 2017, at 12:22 PM, fs wrote:
>
> Hi, and sorry for asking such an unspecific question.
>
> Does anybody know of statistical / data mining methods that are available in
> R
> that are not in SAS ? With SAS I mean the SAS System Version 9.4 and SAS
> Enterprise Miner. I don't expe
12 matches
Mail list logo