Displaying 11 results from an estimated 11 matches for "b88207001".
2017 Jun 01
1
Problem of a function I wrote
Hello everyone,
I know where is wrong. I forget to specify the parameters in my
function. Thank you for anyone who was trying to help me!
Best,
Yen
?? b88207001 at ntu.edu.tw:
> Hello everyone,
>
> It seems that I was not successfully attached the code. Here is the
> code. I appreciate any help!
>
> Best,
> Yen
>
> ?? b88207001 at ntu.edu.tw:
>
>> Hello everyone,
>>
>> I have been working on a code which s...
2017 Jun 01
0
Problem of a function I wrote
Hello everyone,
It seems that I was not successfully attached the code. Here is the
code. I appreciate any help!
Best,
Yen
?? b88207001 at ntu.edu.tw:
> Hello everyone,
>
> I have been working on a code which simply repeatedly appends a
> number into a vector and write a file. However, it could not be
> properly implemented when I use it. It works when I run it line by
> line. I wonder what is the problem a...
2017 Jun 01
2
Problem of a function I wrote
Hello everyone,
I have been working on a code which simply repeatedly appends a number
into a vector and write a file. However, it could not be properly
implemented when I use it. It works when I run it line by line. I
wonder what is the problem and I appreciate anyone who is willing to
help.
The function and the example code is attached. Any advice is appreciated!
Best,
Yen
2017 Aug 16
4
{nlme} Question about modeling Level two heteroscedasticity in HLM
Hello dear uesRs,
I am working on modeling both level one and level two
heteroscedasticity in HLM. In my model, both error variance and
variance of random intercept / random slope are affected by some level
two variables.
I found that nlme is able to model heteroscedasticity. I learned how
to use it for level one heteroscedasticity but don't know how to use
it to model the level
2009 Mar 09
1
How to optimize a matrix
I would like to estimate the sigma matrix of multinormal distribution
through ML.
But I don't know how to optimize the parameter sigma.
Could any one help me?
Thank you so much~
Yen Lee
2017 Aug 16
0
{nlme} Question about modeling Level two heteroscedasticity in HLM
If you don't get a response it is because you did not read the Posting Guide which indicates that the R-sig-ME mailing list is where this question would have been on-topic.
--
Sent from my phone. Please excuse my brevity.
On August 16, 2017 6:17:03 AM PDT, b88207001 at ntu.edu.tw wrote:
>Hello dear uesRs,
>
>I am working on modeling both level one and level two
>heteroscedasticity in HLM. In my model, both error variance and
>variance of random intercept / random slope are affected by some level
>
>two variables.
>
>I found that...
2017 Aug 16
0
{nlme} Question about modeling Level two heteroscedasticity in HLM
...s mixed models list:
r-sig-mixed-models .
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Wed, Aug 16, 2017 at 6:17 AM, <b88207001 at ntu.edu.tw> wrote:
> Hello dear uesRs,
>
> I am working on modeling both level one and level two heteroscedasticity in
> HLM. In my model, both error variance and variance of random intercept /
> random slope are affected by some level two variables.
>
> I found that nlme...
2010 Jun 15
3
Problem about zero
Hello, everyone,
There's a problem about zero in R and I really need your help.
I have a vector shown as x=c(0.1819711,0.4811463,0.1935151,0.1433675),
The sum of this vector is shown as 1 in R, but when I type 1-sum(x), the
value is not zero, but -2.220446e-16.
I can accept that this value is quite small and could be seen as zero, but
there would be a problem when it's not really
2010 Feb 28
2
Calling SAS from R
I'm new to post in R-help and my native language is not English.
I apologize if my sentence is not fluent to read.
I am doing a simulation study and I need to execute SAS and read a SAS code
in R.
I try the following code but it doesn't work.
system('"c:\\program files\\SAS\\SAS 9.1\\sas.exe" "c:\\syntax.sas"')
can anyone give me some help with this?
2010 Nov 05
1
Detect the Warning Message
Dear all,
I've written a function and repeated it for 5000 times with loops with
different value, and the messages returned are the output I set and 15
warnings.
I would like to trace the warnings by stopping the loop when warning came
out.
Does anyone know how to make it?
Thanks a lot for your help.
Yen
[[alternative HTML version deleted]]
2017 Sep 08
0
Multinomial Regression for Complex Survey
Hi Dear Rusers,
I am working on a survey data with the "survey" package. The logistic
regression and multinomial regression would be the main statistic method I
want to use. I found that the svyglm function could be used to conduct the
logistic regression with the complex design but not the multinomial
regression. I wonder if there is any package or function in the "survey"