photo

Paul


Last seen: 2 months 前 自 2013 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: Neuroscience

统计学

MATLAB Answers

9 个提问
11 个回答

排名
769
of 300,392

声誉
101

贡献数
9 个提问
11 个回答

回答接受率
66.67%

收到投票数
60

排名
 of 20,933

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,335

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Revival Level 2
  • First Answer
  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
LME and multiple comparisons
Hi Chen, You talk about confidence intervals and p-values, and how you can get those for other combinations/comparisons of leve...

5 years 前 | 0

已回答
NaN confidence intervals for random effects generalized mixed effect model fitglme()
I feel this happens often when a model is too complex for the number of supplied datapoints, i.e. it happens because there's not...

5 years 前 | 0

已回答
Help with Linear mixed effects Model (LME)
Hi Luís, That's a rather unfamiliar error to me. Could you provide the code you use to produce the table and some portion of ...

5 years 前 | 0

已回答
Interpreting fixed effects coefficients in LME
Hi Chen, I've recently answered a similar question (one I actually posted myself years ago). Please check out the answer here ...

5 years 前 | 0

已回答
Dummy variable coding in mixed models (LME)
Hi! Yes I solved it. The problem was that, in the example above, I calculated the H vector incorrectly. This is the vector [0 1...

5 years 前 | 3

| 已接受

已回答
Error in StandardGeneralizedLinearMixedModel/validateyRange
Solved. The response vector should not be proportions, it should be number of successes. The Matlab documentation is incorrect o...

5 years 前 | 0

提问


Dummy variable coding in mixed models (LME)
Hi all, I've been a little perplexed by the different ways to code dummy variables when fitting a linear mixed model (using fit...

7 years 前 | 4 个回答 | 5

4

个回答

已回答
Mixed effects model with (lagged) autocorrelation or similar?
Ok so I figured something out myself that works reasonably well. I simply add history terms as fixed effects. I add three fi...

7 years 前 | 0

| 已接受

提问


Mixed effects model with (lagged) autocorrelation or similar?
Dear fellow Matlab users, Recently I have made good use of Matlab's built-in functions for making linear mixed effects. Curre...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
Memory usage of parpool balloons in dual CPU system, then decreases after 20 minutes
Alright so I found the answer myself. In the parpool documentation no less! The problem was the startup.m file I used. Removing ...

7 years 前 | 0

| 已接受

提问


Memory usage of parpool balloons in dual CPU system, then decreases after 20 minutes
Hi, I just installed a second CPU on my motherboard in the hopes of leveraging its extra processing power using parallel comp...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
Strange behavior of diff()
Problem solved; external diff function caused bad behavior; deleting this external function solved the problem.

7 years 前 | 0

| 已接受

已回答
Some figures not saving as vector graphics (.svg)
I figured out what the problem was. After a certain maximum of elements in the picture, Matlab's auto-renderer setting switches ...

8 years 前 | 36

| 已接受

提问


Some figures not saving as vector graphics (.svg)
Hi, I ran into a strange problem. I'm trying to save figures in vector format to process in Adobe Illustrator. I make numerou...

8 years 前 | 1 个回答 | 16

1

个回答

提问


Puzzling behavior of ranksum
I performed a ranksum test on two vectors of 80 and 88 entries, both with 0 median and in all respects fairly similar. I assumed...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Strange behavior of diff()
Hi all, I'm using 2012b and I'm trying to find the difference between successive elements of a vector of uint64 numbers. Her...

9 years 前 | 1 个回答 | 0

1

个回答

提问


GUI error: 'Undefined function 'xxx' for input type 'struct'
Hi all, I recently started coming across the above error when running my GUI. the 'xxx' is the name of an old .m-file linked to...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Renamed Gui keeps referring to old .m file
Hi, I made some some changes to a GUI and renamed it. In the .m file, I changed all occurrences of the old name to the new name....

12 years 前 | 4 个回答 | 0

4

个回答

已回答
Matlab mysteriously stops running mid script; deleting some simple code makes it run again, but I need that code!
Hi all, I found the issue. Commenting out 'Do Y' led to a playback command to PsychPortAudio being suspended indefinitely. In ...

12 years 前 | 0

提问


Matlab mysteriously stops running mid script; deleting some simple code makes it run again, but I need that code!
Hi all, I have been having quite a perplexing problem. After making a small, almost arbitrary change to a piece of code, matlab...

12 years 前 | 1 个回答 | 0

1

个回答